This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
install/configure/build issues
- To: Fischer Ronald <Ronald dot Fischer dot gp at icn dot siemens dot de>
- Subject: install/configure/build issues
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Tue, 22 Aug 2000 13:05:53 -0700 (PDT)
- cc: libstdc++ at sources dot redhat dot com
A couple of things:
1) --enable-honor-std not necessary with --enable-honor-std
$srcdir/configure --prefix=$instdir --with-local-prefix=$instdir
--enable-haifa --enable-language=c++ --enable-honor-std --enable-libstdcxx-v3
just use
$srcdir/configure --prefix=$instdir --with-local-prefix=$instdir
--enable-haifa --enable-language=c++ --enable-libstdcxx-v3 --enable-debug
2) looking through your build logs, it appears as if libstdc++ (both
libstdc++ and libstdc++-v3) are unbuilt. You may want to do a
make all-target-libstdc++-v3
in the top level build directory
3) solaris targets are currently broken. More on this later.
Please keep follups on this list.
Thanks,
Benjamin