bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make-3.81.91 & procps-3.2.8


From: Matthew Burgess
Subject: make-3.81.91 & procps-3.2.8
Date: Tue, 27 Jul 2010 15:39:47 -0600
User-agent: RoundCube Webmail/0.1b

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]