problems with libio changes
Franz Sirl
Franz.Sirl-kernel@lauterbach.com
Wed Jan 28 05:40:00 GMT 1998
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. Could this be related to the make "bug" mentioned in
another message? BTW, the glibc people have downgraded their recommended
make version from 3.76.1 to 3.75.
Bye,
Franz.
At 12:19 28.01.98 +0100, Manfred Hollstein wrote:
>On Wed, 28 January 1998, 10:47:58, manfred@s-direktnet.de wrote:
>
> > On Wed, 28 January 1998, 00:16:32, law@cygnus.com wrote:
> >
> > >
> > >
> > > libio/tests
> > > libio/stdio
> > > libio/testsuite
> > > libstdc++/tests
> > >
> > >
> > > Are all missing makefile fragments which define the default "all"
target
> > > after installing your changes.
> > >
> > >
> >
> > Ooops, forgot to patch all those configure.in as well :-(
> >
> [patch deleted]
>
>This is hopefully the last one on this thread:
>
>diff -c -p libio/config.shared.orig libio/config.shared
>*** libio/config.shared.orig Wed Jan 28 10:27:47 1998
>--- libio/config.shared Wed Jan 28 12:12:40 1998
>*************** echo >&2 ''
>*** 453,459 ****
> echo >&2 '.NOEXPORT:'
> echo >&2 'MAKEOVERRIDES='
>
>! cat <<"EOF"
> DEPEND_SOURCES = ${srcdir}/*.cc ${srcdir}/*.c
> depend.new:
> # The sed script below attempts to make the depend output portable.
>--- 453,459 ----
> echo >&2 '.NOEXPORT:'
> echo >&2 'MAKEOVERRIDES='
>
>! cat >&2 <<"EOF"
> DEPEND_SOURCES = ${srcdir}/*.cc ${srcdir}/*.c
> depend.new:
> # The sed script below attempts to make the depend output portable.
>
>
More information about the Gcc-bugs
mailing list