Date: Sat, 28 Nov 1998 11:08:55 -0500 From: Simon Rak <sirak@acad.ursinus.edu> To: freebsd-questions@FreeBSD.ORG Subject: Can't make world Message-ID: <36602017.C2ED83F5@acad.ursinus.edu>
next in thread | raw e-mail | index | archive | help
After a complete CVSup of the 3.0-RELEASE sources, 'make aut-to-elf'
will produce this:
******************************************************************
cc -O -pipe -I/usr/src/usr.bin/make
-I/usr/obj/aout/usr/src/tmp/usr/include -c /usr/src/usr.bin/make/job.c
/usr/src/usr.bin/make/job.c: In function `JobOutput':
/usr/src/usr.bin/make/job.c:1961: parse error before `{'
/usr/src/usr.bin/make/job.c:312: warning: `JobDoOutput' declared
`static' but never defined
/usr/src/usr.bin/make/job.c:314: warning: `JobInterrupt' declared
`static' but never defined
/usr/src/usr.bin/make/job.c:315: warning: `JobRestartJobs' declared
`static' but never defined
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
******************************************************************
If I run 'make' repeatedly, it doesn't stop in the same place every
time, but eventually, it will come up with a parse error.
I cleared out the object tree before 'make', so that's not a problem.
Trying to compile just about anything else will produce a similar error.
My machine is now running 2.2.7, updated from CVSup'ed sources.
Any help would be appreciated.
Simon Rak
sirak@acad.ursinus.edu
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36602017.C2ED83F5>
