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: missing libstdc++ on Solaris 2.6



  In message <Pine.SUN.3.96.980401144631.24247F-100000@sunflash.eng.usf.edu>you
 write:
  > > How did you configure egcs?
  > 
  > ./configure --prefix=/usr/local/apps/egcs
Hmmm, there's the possibility that you've tripped over one of the
many problems that occur when you build in the same directory as
the source.

Of course, that's why we recommend you build in a different directory
than the source.  For example:

tar zxf egcs-1.0.2.tar.gz
mkdir obj
cd obj
../egcs-1.0.2/configure --prefix=/usr/local/apps/egcs
make bootstrap.

jeff


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