Hi, I'm trying to compile procps-3.2.8 (http://procps.sourceforge.net/procps-3.2.8.tar.gz) with Make-3.81.91.
The last command invoked with Make-3.81 is: cc -fno-common -ffast-math -W -Wall -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -O2 -s -Wdeclaration-after-statement -Wpadded -Wstrict-aliasing -fweb -frename-registers -fomit-frame-pointer -fno-inline-functions -Wl,-warn-common -o ps/ps ps/display.o ps/global.o ps/help.o ps/output.o ps/parser.o ps/select.o ps/sortformat.o proc/libproc-3.2.8.so The last command invoked with Make-3.81.91 is: cc -fno-common -ffast-math -W -Wall -Wshadow -Wcast-align -Wredundant-decls -Wbad-function-cast -Wcast-qual -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -O2 -s -Wdeclaration-after-statement -Wpadded -Wstrict-aliasing -fweb -frename-registers -fomit-frame-pointer -fno-inline-functions -Wl,-warn-common -o ps/ps ps/display.o ps/global.o ps/help.o ps/output.o ps/parser.o ps/select.o ps/sortformat.o This obviously leads to linking errors as it doesn't pull in 'proc/libproc-3.2.8.so'. e.g. ps/display.o: In function `show_proc_array': display.c:(.text+0x210): undefined reference to `readtask' At the moment I suspect this is actually a buggy Makefile, but would appreciate it if you could confirm please. My Makefile-fu is not sufficient to figure out why things have changed between the 2 versions of `make'. Thanks, Matt. _______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make