Subject: Re: gcc3
To: Masao Uebayashi <uebayasi@pultek.co.jp>
From: Frank Cusack <fcusack@fcusack.com>
List: tech-pkg
Date: 01/06/2003 17:44:37
On Mon, Jan 06, 2003 at 08:46:32PM +0900, Masao Uebayashi wrote:
> > > gcc3 might also need a companion gcc3-lib, for libgcc_s.so?
> > 
> > Looks like this is an existing problem for gcc, also.  Anything defining
> > USE_CXX creates a runtime dependency on gcc.  Not good.
> > 
> > Different lib (libstdc++) but same idea.
> 
> I see C++ executables generated by gcc3 package won't run because it
> coun't find libstdc++.so.5.  Should we add --disable-shared as Frank
> says?  Other inputs???

--disable-shared only affects whether or not libgcc is built as a
shared library.  libstdc++ is always built shared.

/fc