Hi All. I have the following error when I try to run make for the m4 package:
[/D/My_Documents/uwin_utl/m4-1.4]$ make for subdir in doc lib src checks examples; do \ echo making all in $subdir; \ (cd $subdir && make CC='cc' CFLAGS='-g' LDFLAGS='' LIBS='' prefix='/usr/local' exec_prefix='/usr/ local' bindir='/usr/local/bin' infodir='/usr/local/info' all) || exit 1; \ done making all in doc make[1]: Entering directory `/D/My_Documents/uwin_utl/m4-1.4/doc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/D/My_Documents/uwin_utl/m4-1.4/doc' making all in lib make[1]: Entering directory `/D/My_Documents/uwin_utl/m4-1.4/lib' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/D/My_Documents/uwin_utl/m4-1.4/lib' making all in src make[1]: Entering directory `/D/My_Documents/uwin_utl/m4-1.4/src' cc -o m4 m4.o builtin.o debug.o eval.o format.o freeze.o input.o macro.o output.o path.o symtab.o ../lib/libm4.a libm4.a(error.o) : error LNK2001: unresolved external symbol _sys_nerr OLDNAMES.lib(sys_nerr.obj) : error LNK2001: unresolved external symbol _sys_nerr OLDNAMES.lib(sys_nerr.obj) : error LNK2001: unresolved external symbol __sys_nerr m4.exe : fatal error LNK1120: 2 unresolved externals make[1]: *** [m4] Error 1 make[1]: Leaving directory `/D/My_Documents/uwin_utl/m4-1.4/src' make: *** [all] Error 1 [/D/My_Documents/uwin_utl/m4-1.4]$ I am using u-win 3.0 and the default configuration for MSVC6.0 Please let me know an answer Regards. Jorge Flores _______________________________________________ Bug-m4 mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-m4
