This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Build of egcs-971114 again fails with `C function `double hypot(double, double)' conflicts with ...'
- To: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Subject: Re: Build of egcs-971114 again fails with `C function `double hypot(double, double)' conflicts with ...'
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Thu, 20 Nov 1997 00:22:51 -0800
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
[ ... ]
> This is passed as GCC_INCLUDE_DIR (quoting the Makefile):
>
> % grep GCC_INCLUDE gcc/Makefile
> -DGCC_INCLUDE_DIR=\"$(libsubdir)/include\" \
>
> libsubdir is $(libdir)/gcc-lib/$(target_alias)/$(version)
>
> libdir is ${exec_prefix}/lib
>
> and exec_prefix is ${prefix} is /usr/test.
>
> This means that as-is, on m68k-next-nextstep3, you can only build
> libraries/libstdc++ once the compiler is installed, and not half
> way.
Right, but the -B<path_to_gcc_objdir> should have taken care of the libsubdir
stuff so that you can find include files in objdir/gcc/include, including the
ansi & bsd variants.
I'm sure you sent a copy of the failing command line at some point, but with
my line down I can't easily look it up -- can you resend it?
jeff