This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Build of egcs-971114 again fails with `C function `double hypot(double, double)' conflicts with ...'


[ ... ]

  > 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]