Subject: Re: gcc3
To: None <fcusack@fcusack.com>
From: Masao Uebayashi <uebayasi@pultek.co.jp>
List: tech-pkg
Date: 01/06/2003 20:46:32
> > 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???

Masao