This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Building breaks on shared libs
- To: egcs at cygnus dot com
- Subject: Building breaks on shared libs
- From: "Orn E. Hansen" <oe dot hansen at oehansen dot pp dot se>
- Date: Wed, 3 Dec 1997 02:23:17 +0100
I've applied the patches for the December 1st snapshot, and
configured it with '--enable-shared' and '--enable-thread'. After
having given the command:
make bootstrap-lean
The build successfully built the compiler and utilities, and went on
to the stdc++, finishing with making a static one 'libstdc++.a'. But
breaks on making the shared 'libstdc++.so.2.8.0'. It gives errors on
several files that are referred to under the 'libio' tree. Thinking
that some of these files were non-existant. However, taking a quick
look under the 'libio', those files were there. Maybe the links to
these files, for the making of shared libs, are given relative to the
wrong root tree?
The system I build it on, is Debian, with glibc 2.0.5c. I've
successfully used the egcs compiler with the static library, without
any problems. I also installed only the 'egcs-core' and 'egcs-c++'
parts of egcs (I don't need fortran :-)