configuring gcc
Frank Schafer
frank.schafer@setuza.cz
Wed Oct 3 03:18:00 GMT 2001
Alexandre Oliva wrote:
> On Oct 2, 2001, Frank Schafer <frank.schafer@setuza.cz> wrote:
>
> > /usr/src/build # ../gcc-3.0/configure --prefix=/usr \
> >> --with-gxx-include-dir=/usr/include/g++ \
> >> --enable-languages=c,c++ \
>
> > target-libf2c target-libffi target-boehm-gc target-zlib
> > target-libjava zlib fastjar target-libobjc
> > (Any other directories should still work fine.)
> > ...
>
> > What can I do to choose a configuration, which will support these
> > targets?
>
> Well, you asked to have only C and C++ languages, so configure
> disabled the support libraries of other languages.
>
> BTW, don't use /usr/include/g++ for GCC 3.0, libstdc++-v3's
> installation will clobber 2.95.3's libstdc++ files rendering your
> 2.95.3 installation useless. Better let GCC use the default.
>
> --
> Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
> Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
> CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
> Free Software Evangelist *Please* write to mailing lists, not to me
Thanks,
I've tried a configure without the enable-languages switch and it worked
fine.
But it seems, that during my last glibc build something went wrong ( see
my
posts ``unresolved symbols'' to this list ).
If I configure --disable-shared and do a ``make -e LDFLAGS=-static
bootstrap''
I get a mass of unresolved symbols in libc.
I do this all on the LFS system I've reported in former posts. So I'll
remake the
whole system at home. The hosts at home can do some work at home while
I'm at work at work :o).
Thanks onesmore
Frank
More information about the Gcc-help
mailing list