%-> 1) I note that the libstdc++ include directory is:
%->
%-> /usr/include/g++-3
%->
%-> is it possible to install this alongside the egcs include directory
%-> (/usr/include/g++) without problems ?
%->
%-> 2) is it possible to install both libstdc++ libraries, the old one
%-> for compatibility, the newer one as default ?
%->
%-> thx, and rgds,
I'd like to know that too!
Hang on a mo...
# rpm -q libstdc++
libstdc++-2.9.0-30
# rpm -ql libstdc++
/usr/info/iostream.info.gz
/usr/lib/libg++.so.2.7.2.8
/usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
/usr/lib/libstdc++.so.2.7.2.8
/usr/lib/libstdc++.so.2.8.0
/usr/lib/libstdc++.so.2.9.dummy
# rpm -ivh libstdc++-2.95.2-2.i386.rpm
libstdc++
##################################################
# rpm -qa | grep libstdc
libstdc++-2.95.2-2
libstdc++-2.9.0-30
# rpm -ql libstdc++
/usr/info/iostream.info.gz
/usr/lib/libg++.so.2.7.2.8
/usr/lib/libstdc++-2-libc6.1-1-2.9.0.so
/usr/lib/libstdc++.so.2.7.2.8
/usr/lib/libstdc++.so.2.8.0
/usr/lib/libstdc++.so.2.9.dummy
/usr/lib/gcc-lib
/usr/lib/gcc-lib/i386-redhat-linux
/usr/lib/gcc-lib/i386-redhat-linux/2.95.2
/usr/lib/gcc-lib/i386-redhat-linux/2.95.2/include
/usr/lib/gcc-lib/i386-redhat-linux/2.95.2/libstdc++.so
/usr/lib/libstdc++-3-libc6.1-2-2.10.0.so
/usr/lib/libstdc++-libc6.1-1.so.2
/usr/lib/libstdc++-libc6.1-2.so.3
/usr/lib/libstdc++.so.2.9
[running ntop's configure script]
Step 2. Processing user options....
checking for c++... (cached) c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
Ahhh.. it would seem you can. :-)
-- Juha
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.