bug-coreutils
[Top][All Lists]
Advanced

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

Dependency error building 7.4


From: Daniel Richard G.
Subject: Dependency error building 7.4
Date: Fri, 17 Jul 2009 17:39:29 -0400

I encountered this curious error building coreutils-7.4 on AIX 5.3:

--------8<--------
  CC     remove.o
/tmp/coreutils-7.4/build-aux/compile 
tg-gcc -std=gnu99  -I. -I/tmp/coreutils-7.4/src -I../lib  
-I/tmp/coreutils-7.4/lib 
 -D_ALL_SOURCE -D_THREAD_SAFE    -pedantic -pipe -fno-common -W -Wall 
-Wcast-align 
 -Wformat=2 -Wpointer-arith -Wundef -Waggregate-return -Wcast-qual 
-Wmissing-declarations 
 -Wnested-externs -Wstrict-prototypes -maix64 -mminimal-toc -O3 -c 
/tmp/coreutils-7.4/src/remove.c
  CCLD   mv
tg-gcc: copy.o: No such file or directory
tg-gcc: cp-hash.o: No such file or directory
gmake[1]: *** [mv] Error 1
gmake[1]: Leaving directory `/tmp/coreutils-7.4.build/src'
gmake: *** [all] Error 2
-------->8--------

For some reason, the "mv" program does not seem to have a dependency on copy.o 
and cp-hash.o. If I make those two objects explicitly, and then "make mv", the 
program is built correctly. Everything else builds fine after that.

This occurs with both GNU Make and the system-native make(1).


--Daniel


-- 
Daniel Richard G. || address@hidden || Software Developer
Teragram Linguistic Technologies (a division of SAS)
http://www.teragram.com/







reply via email to

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