> 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 <[EMAIL PROTECTED]> 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
_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make