This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: libstdc++-2.90.5 Installation problem on Solaris2.6
- To: Ronald Tanner <tanner@semafor.ch>
- Subject: Re: libstdc++-2.90.5 Installation problem on Solaris2.6
- From: Benjamin Kosnik <bkoz@cygnus.com>
- Date: Thu, 24 Jun 1999 21:19:27 -0700 (PDT)
- cc: libstdc++@sourceware.cygnus.com
> These are the steps I have made:
>
> 1) I created a directory bld-libstdc++
> 2) I changed to that directory and excuted configure:
> bash-2.03$ ../configure --prefix=${PWD%/*}/H-libstdc++
> 3) Typing 'make' gives the above listed result
>
> I am using the following compiler:
> bash-2.03$ gcc -v
> Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.6/gcc-2.95/specs
> gcc version gcc-2.95 19990615 (prerelease)
Hmm. I just built the 2.90.5 release and today's CVS sources on solaris
2.6, and everything seems to work fine. Here's what I did:
1) pwd = /snowy
2) mkdir bld-sol2.6-libstdc++
3) ls gives:
bld-sol2.6-libstdc++
libstdc++-2.90.5
4) cd bld-sol2.6-libstdc++
5) ../libstdc++2.90.5/configure --verbose --prefix=/snowy/H-sol2.6-libstdc++
6) after it's done configuring, I type:
make CC=gcc all
and it builds.
-benjamin