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]

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



  $ ./configure --prefix=/usr/local/latestgcc --enable-threads=posix \
     --enable-long-long --enable-libstdcxx-v3

means that the headers for libstdc++-v3 should be installed in

/usr/local/latestgcc/include/g++-v3/

you can see what happens when you try a 'make
target-libstdc++-v3-install' in the root level of your build tree. The
headers should be copied to the above location.

-benjamin

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