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


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

RE: libstdc++-v3 vs gcc-2.95.3


> Kevin Williams says:
>
> I was unable to get 2.90.8 to compile with gcc 2.95.3 or 2.95.2 either one
> on my Solaris system.  The latest GCC snapshot compiled and
> installed fine,
> but we cannot use it for production software since it's not a "release"
> version (we're producing libraries - since the new GCC isn't forwards or
> backwards binary compatible, we would be requiring people to install a
> snapshot release of GCC in order to use our libraries).

There is a trick to bootstrapping on Solaris, and I believe it's documented
somwhere
on the web pages.

You need to use GNU binutils, and you need to either have it in your target
installation
directory (your --prefix directory ) or specify their location explicitly on
the gcc
configure command line (it's what, --with-gnu-ld=/opt/gnu/bin er something).
The Solaris ld
just won't put out.


Stephen M. Webb


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