This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Updating top-level autoconf to 2.59


On Thu, Dec 14, 2006 at 10:22:14AM -0800, Steve Ellcey wrote:
> I have done some more testing with this patch and found a problem.  When
> I configure with host=/build=/target= set to the platform that I am on I
> don't get the gcc and g++ executables in the bin directory, just
> <target>-gcc and <target>-g++.  The same holds true for the binutils
> commands like ar and as.  So when I did a configure with
> '--host=ia64-hp-hpux11.23 --target=ia64-hp-hpux11.23
> --build=ia64-hp-hpux11.23' on an HP-UX 11.23 system my bin directory
> contained:
> 
> ia64-hp-hpux11.23-g++
> ia64-hp-hpux11.23-gcc
> ia64-hp-hpux11.23-nm
> ia64-hp-hpux11.23-size
> (etc)
> 
> but no g++, gcc, nm, or size commands without the prefix.

Could you check config.log in the gcc subdirectory in both cases?  What
are the differences in subdir configure arguments?

-- 
Daniel Jacobowitz
CodeSourcery


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