From: Sam S. <sd...@gn...> - 2011-08-18 19:29:58
|
> * Michael Kappert <zvp...@tz...> [2011-08-18 19:10:47 +0200]: > > 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 bad. please try instead this: --- a/src/makemake.in Wed Aug 17 17:33:28 2011 -0400 +++ b/src/makemake.in Thu Aug 18 15:27:01 2011 -0400 @@ -1507,11 +1507,6 @@ 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}" -FILES="${GLLIB_A} "${FILES} - if [ "${with_readline}" = no ]; then # --without-readline was supplied XCFLAGS=$XCFLAGS' -DNO_READLINE' @@ -1537,6 +1532,11 @@ else XCL_GETTEXTLIB=$XCL_GETTEXTLIB' locale' fi +GLLIB_A=libgnu.a +# libgnu.a must come _before_ -lws2_32 -lintl &c +LIBS="${GLLIB_A} ${LIBS} ${LIBSOCKET}" +FILES="${GLLIB_A} "${FILES} + FILES='lisp.a '$FILES CPARTS=' spvw spvwtabf spvwtabs spvwtabo' -- Sam Steingold (http://sds.podval.org/) on CentOS release 5.6 (Final) X 11.0.60900031 http://palestinefacts.org http://camera.org http://www.memritv.org http://pmw.org.il http://honestreporting.com http://thereligionofpeace.com A number problem "solved" with floats turns into 1.9999999999999998 problems. |