This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


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

Headers for libstdc++-v3 not installed for make install



I am trying to build gcc/libstd++-v3 using sources from the CVS using
the tag gcc_latest_snapshot.  After a make bootstrap/make install, the
compiler and libstd++ are installed correctly, but none of the header
files for libstd++-v3 get installed.  Here are the
configuration/installation steps I used:


1. Get CVS snapshot (on Aug 21, 2000)
2. cd to unpacking directory.
3. 

  $ contrib/gcc_update --touch
  $ ./configure --prefix=/usr/local/latestgcc --enable-threads=posix \
     --enable-long-long --enable-libstdcxx-v3
  $ make bootstrap
  $ make install

The stdc++ library gets installed in /usr/local/latestgcc/lib
(although I had thought it should go it would go under the gcc tree),
but no header files are installed anywhere.  Can anyone tell me whats
going on?

I also tried building the library by hand, i.e., not as part of gcc,

but ran into the same problem.

I am building on a RedHat 6.2 i686 system.

Thanks,

Andrew 

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
   Andrew Patterson                          Voice:  (970) 635-6962
   Hewlett-Packard    			     Email: andrew@lvadp.fc.hp.com




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