From: Michael K. <mic...@gm...> - 2011-08-18 17:10:55
|
On 08/18/2011 05:55 PM, Sam Steingold wrote: > you might find this patch helpful in this endeavor, but, if it does not, This didn't work, unless I did something wrong. My <build>/Makefile now has LIBS = -lintl libgnu.a -luser32 -lole32 -loleaut32 -luuid -liconv -L/usr/local/lib -lsigsegv -lws2_32 but the command line still failed (seemed to be unchanged). Michael > please keep trying to reorder the command line by hand. > thanks. > > --- a/src/makemake.in Wed Aug 17 17:33:28 2011 -0400 > +++ b/src/makemake.in Thu Aug 18 11:52:33 2011 -0400 > @@ -1508,8 +1508,8 @@ test "${with_dynamic_ffi}" != no&& XCFL > test "${with_dynamic_modules}" != no&& XCFLAGS="$XCFLAGS -DDYNAMIC_MODULES" > > GLLIB_A=libgnu.a > -# libgnu.a must come _before_ -lws2_32 > -LIBS="${LIBS} ${GLLIB_A} ${LIBSOCKET}" > +# libgnu.a must come _before_ -lws2_32 -lintl&c > +LIBS="${GLLIB_A} ${LIBS} ${LIBSOCKET}" > FILES="${GLLIB_A} "${FILES} > > if [ "${with_readline}" = no ]; then > > |