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]

Issues upgrading to GCC3.0


> Hello there!
> 
> 
> I downloaded gcc-3.0.tar.gz and made 
> ./configure --prefix=/usr; make; make install
> 
> Programs I compile, go with "undefined symbol: __dso_handle" at
> startup.  This concerns both shared libraries and C++ programs.
> 
> Prior to gcc3.0, I had gcc2.95.2 installed
> 
> GLIBC version 2.1.3
> binutils 2.9.5
> 
> Possibly I have to upgrade binutils? no?
> 
> I would like to stay at current version of GLIBC (as you know, how 
> unpleasant is the complete system upgrade).
> 
> Can you please help me?
> 
> ----
> 
> I seen, that GCC3.0 introduces libgcc_s.so. What is that one? Possibly,
>  I'm unable to link that one? Or vice versa - this library can't link 
> something else?
> 
> I'm really eager to know, whether it is possible to link libstdc++ and
> all  other GCC3.0 dependent stuff statically, so that customers with
> GCC2.95.2  installed can run my binaries without installing additional
> libraries.  However, I would like to keep libc.so.6 shared linkage.
> 
> Thanks,
> George.
> 



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