search for: mainlibs

Displaying 2 results from an estimated 2 matches for "mainlibs".

Did you mean: mainlab
2014 Jul 19
1
patch about mingwbuild 4.9.1
...in R.def, which lead build fail.so I add a simple path to src/gnuwin32/Makefile: Index: Makefile =================================================================== --- Makefile(版本 66200) +++ Makefile(工作副本) @@ -148,7 +148,7 @@  ifeq "$(WIN)" "64"  R.dll: $(OBJS) $(OBJS-EXTRA) $(MAINLIBS) $(EXTRALIBS) dllversion.o  @$(ECHO) EXPORTS > R.def -@$(NM) $^ | $(SED) -n  $(SYMPAT) | LC_COLLATE=C $(SORT) | uniq > R0.def +@$(NM) $^ | $(SED) -n  $(SYMPAT) | LC_COLLATE=C $(SORT) | uniq |$(SED) '/.refptr./d' > R0.def  @$(SED) -e's/@.*//' Rdll.hide | LC_COLLATE=C $(SORT)...
2012 Feb 10
3
Installing from source missing -lruby18 in linking.
I am trying to build wxruby from source, but I have encounter an error. For some reason the ''rake'' command fail when it tries to link lib/wxruby2.so because it is missing missing -lruby18 resulting in errors like wx.cpp:(.text+0x1618): undefined reference to `rb_intern'' wx.cpp:(.text+0x165c): undefined reference to `rb_eNotImpError'' wx.cpp:(.text+0x1666):