Subject: Re: gnu problems.
To: Marc WANDSCHNEIDER <storm@mnementh.cs.mcgill.ca>
From: Jason R. Thorpe <thorpej@cs.orst.edu>
List: current-users
Date: 01/11/1994 00:59:13
On Tue, 11 Jan 1994, Marc WANDSCHNEIDER wrote:

> 
> 
> moo!
> 
> 	trying to build the latest -current tonight, and having a few
> 	problems with the gnu stuff.
> 
> 	a.  gas wouldn't build because it couldn't find any header files.
> 	    turns out it was because of the following line in the
> 	    Makefile:
> 
> 	ADDINCLUDE=-I${.OBJDIR}
> 
> 	    i don't use the obj/ builds, and thus this went to -I , and for
> 	    some reason, this causes gcc to be unable to find any include
> 	    files at all  [shoould that happen???]  making ADDINCLUDE blank
> 	    let the builds proceed
> 
> 	b.  gcc2 is being a big pain in the butt.  for some reason, the build
> 	    in commong failed because it couldn't find libcc1.a.
> 
> 	    if i change the line
> 
> 	    LIB=    cc1
> 
> 	    to read LIB=, then the build goes fine, except that build in
> 	    cc1 then barfs because it can't find libcc1.a either, from
> 	    the following
> 
> cc   -o cc1 c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-iterate.o /libcc1.a -lgnumalloc
> cc: /libcc1.a: No such file or directory

I had this problem too with the tar files from a week ago (maybe they 
were more current...I dunno)  Anyway, I changed the OBJDIR reference is 
null, so I just gave the makefile a hard-coded relative pathname...


BTW...I also had this problem when compiling the kernel...wanted to find 
libkern.a in /...I made a link to kludge it becuase I didn't have to time 
to really fix it...

> 
> 
> 	    looking through Makefile.cc1 seems to imply that either libcc1.a
> 	    isn't required here any more, or there's another problem with
> 	    the OBJDIR stuff...
> 
> 
> 	can somebody tell me what itll take to get this to build?  i really
> 	like to be able to just build the stuff in the same directory 
> 	without having to bother with all the obj/ stuff....
> 
> 
> 						marc 'em.
> 
> -- 
> -----------------------------------------------------------------------------
> Marc Wandschneider					    Seattle, WA
> Barney the Dinosaur sings! You faint... Barney sings!  Barney sings! --More--
> You Die... --More--
> 

-----------------------------------------------------------------------------
Jason R. Thorpe                thorpej@cs.orst.edu                   737-9533
OSU CS Support                    CSWest Room 12                     737-2552
      'These are my opinions and not necessarily those of my employer.'


------------------------------------------------------------------------------