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 15, 1999, Stefan Neis <neis@cdc.Informatik.TU-Darmstadt.DE> wrote:

> On 12 Nov 1999, Alexandre Oliva wrote:
>> > How am I supposed to compile a libstdc++ for gcc-2.95.x?

>> It is part of gcc-2.95.x.

> That's what I thought; however I don't get libstdc++ compiled
> automatically.

Then that's the problem we should investigate.  When you run configure
in a gcc build tree, it will create a directory with the platform
name, such as sparc-sun-solaris2.5.  Only *after* the gcc
sub-directory is fully bootstrapped will a libstdc++ directory be
created within that sparc-sun-solaris2.5 directory and configured
using the just-built C and C++ compilers.  Didn't this happen for you?

> Is it sufficient to touch a couple of files after applying the diff
> (which ones?) or do I really need this autoconf stuff when
> updgrading by diffs?

`contrib/gcc_update --touch'  should fix all the timestamps, but I'm
not sure it already supported this flag in 2.95.* releases.

-- 
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]