Hello! On my sytem (Linux marvin 2.2.13 #1 Mon Nov 8 15:51:29 CET 1999 i586 unknown) with gcc version egcs-2.91.66, I get the following error messages when doing 'make' after a seemingly successfull ./configure (I only show the part of the make within the src directory): If you'd like to get any further information, like the config.log or the full log of the make, I am happy to provide it to you. Best regards Dirk Herrmann Making all in src make[2]: Entering directory `/marvin/home/dirk/software/src/m4-1.4ppre2/src' gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -g -O2 -c m4.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -g -O2 -c builtin.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -g -O2 -c debug.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -g -O2 -c eval.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -g -O2 -c evalmp.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -g -O2 -c format.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -g -O2 -c freeze.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -g -O2 -c input.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -g -O2 -c macro.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -g -O2 -c output.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -g -O2 -c path.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -g -O2 -c symtab.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -g -O2 -c stackovf.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -g -O2 -c module.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -g -O2 -c ltdl.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -g -O2 -c getopt.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -g -O2 -c getopt1.c /bin/sh ../libtool --mode=link gcc -g -O2 -o m4 -no-undefined m4.o builtin.o debug.o eval.o evalmp.o format.o freeze.o input.o macro.o output.o path.o symtab.o stackovf.o module.o ltdl. o getopt.o getopt1.o ../lib/libm4.la mkdir .libs gcc -g -O2 -o .libs/m4 m4.o builtin.o debug.o eval.o evalmp.o format.o freeze.o input.o macro. o output.o path.o symtab.o stackovf.o module.o ltdl.o getopt.o getopt1.o ../lib/.libs/libm4.so -Wl,--rpath -Wl,/home/dirk/software/m4-1.4ppre2/lib ltdl.o: In function `sys_dl_open': /marvin/home/dirk/software/src/m4-1.4ppre2/src/ltdl.c:271: undefined reference to `dlopen' /marvin/home/dirk/software/src/m4-1.4ppre2/src/ltdl.c:274: undefined reference to `dlerror' ltdl.o: In function `sys_dl_close': /marvin/home/dirk/software/src/m4-1.4ppre2/src/ltdl.c:287: undefined reference to `dlclose' /marvin/home/dirk/software/src/m4-1.4ppre2/src/ltdl.c:289: undefined reference to `dlerror' ltdl.o: In function `sys_dl_sym': /marvin/home/dirk/software/src/m4-1.4ppre2/src/ltdl.c:303: undefined reference to `dlsym' /marvin/home/dirk/software/src/m4-1.4ppre2/src/ltdl.c:307: undefined reference to `dlerror' collect2: ld returned 1 exit status make[2]: *** [m4] Error 1 make[2]: Leaving directory `/marvin/home/dirk/software/src/m4-1.4ppre2/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/marvin/home/dirk/software/src/m4-1.4ppre2' make: *** [all-recursive-am] Error 2
