From: Sam S. <sd...@gn...> - 2011-08-18 15:48:14
|
> * Michael Kappert <zvp...@tz...> [2011-08-17 22:10:51 +0200]: > > gcc -g -O2 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit > -Wreturn-type -Wmissing-declarations -Wno-sign-compare > -Wno-format-nonliteral -O2 -fexpensive-optimizations -falign-functions=4 > -D_WIN32 -DENABLE_UNICODE -DNO_TERMCAP_NCURSES -DDYNAMIC_MODULES > -DDLL_EXPORT -DPIC -Wl,--export-all-symbols modules.o regexi.o calls.o > bogomips.o -luser32 -lole32 -loleaut32 -luuid gettext.o lisp.a lisp.def > -lintl -luser32 -lole32 -loleaut32 -luuid -liconv -L/usr/local/lib > -lsigsegv libgnu.a -lws2_32 -o lisp.exe > libgnu.a(regex.o): In function `rpl_regerror': > c:\users\michael\repo\clisp\build.test\gllib/../../src/gllib/regcomp.c:559: > undefined reference to `libintl_gettext' > libgnu.a(regex.o): In function `rpl_re_compile_pattern': > c:\users\michael\repo\clisp\build.test\gllib/../../src/gllib/regcomp.c:238: > undefined reference to `libintl_gettext' > collect2: ld returned 1 exit status Bruno, note that there is an "-lintl" in the link command line. Michael, could you please try the command line above but with libgnu,a __before__ all the -l* arguments? Thanks. -- Sam Steingold (http://sds.podval.org/) on CentOS release 5.6 (Final) X 11.0.60900031 http://openvotingconsortium.org http://mideasttruth.com http://jihadwatch.org http://honestreporting.com http://camera.org My plan for 'after work' is to retire. |