This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Re: Building gcc-2.95 for redhat 6.2


murli wrote:
Thanks a lot for the help. I was able to obtain a gcc
cross compiler from crosstools for gcc-2.95.3.

I am trying to make a tool with this compiler. I am
getting the following error when I am trying to run
the executable.


error while loading shared libraries:
libstdc++-libc6.1-2.so.3: cannot open shared object file: No such file or directory

Remove that file from the toolchain. There was a bug in C++ shared library loading back then, and the workaround was to simply delete the shared library, thus forcing static linking of libstdc++. - Dan

--
Trying to get a job as a c++ developer?  See http://kegel.com/academy/getting-hired.html

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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