bug-make
[Top][All Lists]
Advanced

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

Re: GNU make -- loader error


From: Paul D. Smith
Subject: Re: GNU make -- loader error
Date: Mon, 13 Nov 2000 17:22:11 -0500

> ld: fatal: file values-Xa.o: cannot open file: No such file or directory
> ld: fatal: File processing errors. No output written to install/watchdog
> collect2: ld returned 1 exit status
> make: *** [watchdog] Error 1

This doesn't have anything to do with GNU make.  Make just invokes
whatever command you tell it to, just as you would if you typed it from
the shell.  If the command make invokes fails, that's because the
command itself is in error somehow.

Since you didn't even provide the link command that caused this problem
I'm at a loss to give more details, except to say that it looks like it
wants to link a file called "values-Xa.o" and that file doesn't exist,
for whatever reason.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist



reply via email to

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