This is the mail archive of the libstdc++@sourceware.cygnus.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]

Libstdc++ 2.90.6


Hello,
    I just tried building your latest build (libstdc++ 2.90.6) on an
i686-pc-linux-gnu with gcc2.95. I successfully did a make, but in the
make install I get the following:
[dara@ce275007 libstdc++-2.90.6]$ make install
Making install in math
make[1]: Entering directory `/home/dara/libstdc++-2.90.6/math'
make[2]: Entering directory `/home/dara/libstdc++-2.90.6/math'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/dara/libstdc++-2.90.6/math'
make[1]: Leaving directory `/home/dara/libstdc++-2.90.6/math'
Making install in string
make[1]: Entering directory `/home/dara/libstdc++-2.90.6/string'
make[2]: Entering directory `/home/dara/libstdc++-2.90.6/string'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/dara/libstdc++-2.90.6/string'
make[1]: Leaving directory `/home/dara/libstdc++-2.90.6/string'
Making install in libio
make[1]: Entering directory `/home/dara/libstdc++-2.90.6/libio'
make[2]: Entering directory `/home/dara/libstdc++-2.90.6/libio'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/dara/libstdc++-2.90.6/libio'
make[1]: Leaving directory `/home/dara/libstdc++-2.90.6/libio'
Making install in src
make[1]: Entering directory `/home/dara/libstdc++-2.90.6/src'
make[2]: Entering directory `/home/dara/libstdc++-2.90.6/src'
/bin/sh ../mkinstalldirs /usr/local//lib
/bin/sh ../libtool  --mode=install /usr/bin/install -c libstdc++.la
/usr/local// lib/libstdc++.la
/usr/bin/install -c .libs/libstdc++.so.3.0.0
/usr/local//lib/libstdc++.so.3.0.0
(cd /usr/local//lib && rm -f libstdc++.so.3 && ln -s libstdc++.so.3.0.0
libstdc+ +.so.3)
(cd /usr/local//lib && rm -f libstdc++.so && ln -s libstdc++.so.3.0.0
libstdc++. so)
/usr/bin/install -c .libs/libstdc++.lai /usr/local//lib/libstdc++.la
/usr/bin/install -c .libs/libstdc++.a /usr/local//lib/libstdc++.a
ranlib /usr/local//lib/libstdc++.a
chmod 644 /usr/local//lib/libstdc++.a
PATH="$PATH:/sbin" ldconfig -n /usr/local//lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local//lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/dara/libstdc++-2.90.6/src'
make[1]: *** No rule to make target `bits/basic_ios.h', needed by
`/usr/local//i nclude/g++-v3/bits/basic_ios.h'.  Stop.
make[1]: Leaving directory `/home/dara/libstdc++-2.90.6/src'
make: *** [install-recursive] Error 1
[dara@ce275007 libstdc++-2.90.6]$ cd ..
[dara@ce275007 dara]$

Can somebody explain to me what I'm doing wrong? I'm a little nervous
that a half installed libstdc++ won't do me or my programs any good.
Thanks.

Dara Hazeghi


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