problems with libio changes

Manfred Hollstein manfred@s-direktnet.de
Wed Jan 28 09:25:00 GMT 1998


On Wed, 28 January 1998, 18:02:38, Franz.Sirl-kernel@lauterbach.com wrote:

 > At 16:43 28.01.98 +0100, Manfred.Hollstein@ks.sel.alcatel.de wrote:
 > >On Wed, 28 January 1998, 14:40:03, Franz.Sirl-kernel@lauterbach.com wrote:
 > >
 > > > I wonder if it is correct that 
 > > > 
 > > > gxx_include_dir = ${prefix}/include/g++
 > > > 
 > > > shows up before the definition of ${prefix} a few lines below in the
 > > > toplevel Makefile.
 > >
 > >This one is quite old now. It was introduced with my
 > >`[egcs-961016]: Use gxx_include_dir consistently' patch I sent in Oct last
 > >year. Does it cause any problems to you?
 > 
 > No, as I wrote I just wondered. I want to introduce an additional separate
 > ${install_root} variable to help package building and noticed it while
 > checking the structure of the Makefiles. Since you are fiddling now with
 > them anyways, you could introduce it for me ;-).

Nice try...

 > 
 > > > Could this be related to the make "bug" mentioned in
 > > > another message?
 > >
 > >Nope, this is not a make "bug", it's caused by the recent patch to
 > FLAGS_TO_PASS:
 > >< http://www.cygnus.com/ml/egcs/1998-Jan/0016.html >
 > 
 > This one was also done to help package building, but I still think a "make
 > install_root=/tmp/egcs-root install" is cleaner than the suggested solution.
 > 

Perhaps, it looks cleaner, but with the latest patch I sent 40 min. ago
it works using the normal prefix=... way.

BTW, I'm always configuring my stuff with the final prefix dir like this:

configure --prefix=/tools/gnu

and later on install it with re-defining

make prefix=/tools/gnu/package/egcs/980122 install

This works now, adding the install_root macro would cause lots of
editing I guess ;-)

Manfred



More information about the Gcc-bugs mailing list