This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug libstdc++/12071] make assumes that binutils are installed


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12071



------- Additional Comments From sean at mcneil dot com  2003-08-27 18:08 -------
Subject: Re:  make assumes that binutils are installed

This is not a problem with libstdc++.  It is an issue with collect2. 
collect2 is looking for the linker, nm, and strip with the cross triplet
(in my case mips-wrs-vxworks-ld, etc.) and they are not installed yet.

Perhaps this is the fault of libstdc++ for not specifying the command
line to link correctly, or failing if a link cannot be completed when
doing a cross.  collect2, however, is the underlying problem.

Sean

On Wed, 2003-08-27 at 07:02, pinskia at gcc dot gnu dot org wrote:
> PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12071
> 
> 
> pinskia at gcc dot gnu dot org changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|RESOLVED                    |UNCONFIRMED
>          Resolution|INVALID                     |
> 
> 
> ------- Additional Comments From pinskia at gcc dot gnu dot org  2003-08-27 14:02 -------
> unconfirmed.
> 
> 
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.


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