search for: common_libs

Displaying 3 results from an estimated 3 matches for "common_libs".

2003 Jun 09
0
[patch] ./configure problem on Solaris
...AC_SEARCH_LIBS(bsd_signal, bsd, , LIBXTRA=true AC_LIBOBJ(bsdsignal)) if $LIBXTRA; then - LIBS="../lib/libxtra.a $LIBS" + XTRA_LIBS="../lib/libxtra.a" fi dnl @@ -159,7 +159,7 @@ ]) ],:) -TFTPD_LIBS="$LIBS" +TFTPD_LIBS="$LIBS $XTRA_LIBS" LIBS="$common_libs" dnl @@ -187,8 +187,8 @@ ]) ],:) -TFTP_LIBS="$LIBS" -LIBS="$common_libs" +TFTP_LIBS="$LIBS $XTRA_LIBS" +LIBS="$common_libs $XTRA_LIBS" AC_SUBST(TFTP_LIBS) AC_SUBST(TFTPD_LIBS)
2003 Jun 09
1
[patch] ./configure problem on Solaris with Sun's CC
...AC_SEARCH_LIBS(bsd_signal, bsd, , LIBXTRA=true AC_LIBOBJ(bsdsignal)) if $LIBXTRA; then - LIBS="../lib/libxtra.a $LIBS" + XTRA_LIBS="../lib/libxtra.a" fi dnl @@ -159,7 +159,7 @@ ]) ],:) -TFTPD_LIBS="$LIBS" +TFTPD_LIBS="$LIBS $XTRA_LIBS" LIBS="$common_libs" dnl @@ -187,8 +187,8 @@ ]) ],:) -TFTP_LIBS="$LIBS" -LIBS="$common_libs" +TFTP_LIBS="$LIBS $XTRA_LIBS" +LIBS="$common_libs $XTRA_LIBS" AC_SUBST(TFTP_LIBS) AC_SUBST(TFTPD_LIBS)
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):