This is the mail archive of the gcc-bugs@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]

Re: Installing libstdc++


On Nov 12, 1999, Stefan Neis <neis@cdc.Informatik.TU-Darmstadt.DE> wrote:

> How am I supposed to compile a libstdc++ for gcc-2.95.x?

It is part of gcc-2.95.x.

> - I downloaded gcc-2.95.1; called 'mkdir objs; cd objs;
>   CFLAGS="-fPIC -O2 -g" CXXFLAGS="..." (source)/configure; make bootstrap'
            ^^^^^

This is wrong.  Use --enable-shared to build a shared library.

>   and ended up with only libio and libiberty being compiled. Even looking
>   at the makefile and issuing 'make all-target-libtdc++' was not a
>   success.

Did you download the full gcc source distribution?

> - I downloaded gcc-2.95.2 and only got errors because 'autoheader' was
>   called but could not be found.

This means you messed up with the timestamps, for example, by
upgrading using the diff instead of the full tarball.

-- 
Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,computer}.org
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them


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