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]

install/configure/build issues



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

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