This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

bootstrap/7323: Install failed to property account for libstdc++ location


>Number:         7323
>Category:       bootstrap
>Synopsis:       Install failed to property account for libstdc++ location
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          rejects-legal
>Submitter-Id:   net
>Arrival-Date:   Mon Jul 15 21:36:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Andy Freeman
>Release:        unknown-1.0
>Organization:
>Environment:
x86 redhat 7.3
>Description:
If one configures, builds, and installs GCC/g++ as described by the gcc -v output attached, the executable doesn't know where to find libstdc++.so.4 (as a shared library) on startup.
>How-To-Repeat:
configure, build, and install as noted.  Compile a c++ program.  Try to run it.
>Fix:
Can workaround by using -static 
>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: text/plain; name="specs.txt"
Content-Disposition: inline; filename="specs.txt"

Reading specs from gcc-3.1-bin/bin/../lib/gcc-lib/i686-pc-linux-gnu/3.1/specs
Configured with: ../gcc-3.1/configure --prefix=/home/andy/GCC3.1/gcc-3.1-bin --with-local-prefix=/home/andy/GCC3.1/gcc-3.1-include --program-suffix=3.1 --enable-threads=posix --enable-version-specific-runtime-libs --enable-languages=c++
Thread model: posix
gcc version 3.1


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