cc fred.c -c -o fred.o cc bob.c -c -o bob.o error on line 20 -XXXXX error on line 30 -dddd error on line 330 -dddd makefile:342: recipe for target 'fred.o' failed makefile:350: recipe for target 'bob.o' failed
? Regards, Tim On 29 April 2013 18:25, Eli Zaretskii <[email protected]> wrote: > > Date: Mon, 29 Apr 2013 16:40:03 +0100 > > From: Tim Murphy <[email protected]> > > Cc: "[email protected]" <[email protected]> > > > > cc fred.c -c -o fred.o > > cc bob.c -c -o bob.o > > error on line 20 -XXXXX > > > > Which one? > > Make will actually tell you which one, something like: > > makefile:342: recipe for target 'oo/i386/acl-errno-valid.o' failed > make: *** [oo/i386/acl-errno-valid.o] Error 1 > > (Copied from a failed "make -j8" run I just did for Emacs.) > -- You could help some brave and decent people to have access to uncensored news by making a donation at: http://www.thezimbabwean.co.uk/friends/
_______________________________________________ Bug-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-make
