This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: dmake, GNU make, gcc, and auto-dependencies


>dependencies, invented by Tom Tromey for use in automake.  I did a
>writeup of it; you can find it on my GNU make webpage below.

Hi Paul. I read your advanced auto-dependency generation webpage - very
interesting/useful read.

Unfortunately, I have a more pressing problem with my make environment.
Sometimes the problem doesn't occur, but usually it does.

In debugging this problem, I'm down to the following makefile:

#-------------------------------
fred:
	@echo "doin' it!!"
#-------------------------------

If I make the following call from my c-shell:

> make -f ./makefile fred

I would expect it to execute the echo command, and then exit. Unfortunately, I
get the following error:

#-------------------------------
', needed by `fred'.  Stop.arget `
#-------------------------------

This is happening on two solaris 2.5.1 boxes, running gnu make V3.76.1. The same
makefile (actually a more convoluted version with the same problem) works fine
on a Win32 box running cygnus make port.

Any ideas? This is driving me crazy.

Regards, sTu.
________________________________________________________________________
Stuart Summerville                     NEC Australia Pty. Ltd.
ph: (+61 3) 9264-3090                  Integrated Comm Products (R&D)
fax:(+61 3) 9264-3841                  649-655 Springvale Road Mulgrave
stuarts@<nospam>icpdd.neca.nec.com.au  VIC 3170, AUSTRALIA


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]