On Thu May 26 2005 14:44, Yedidyah Bar-David wrote:
> You compiled stuff, using shared libs from this new gcc. You somehow
> made the execs find those libs (e.g. LD_LIBRARY_PATH or -rpath).
> Then you deleted it, and they can't find the shared libs.
Sorry. This is some more info: There is only one app that is compiled with
gcc322. I write this app, since I use a third party library (static linking),
and it's headers files do not compile with gcc3.4 (huge mess with
templates) . The rest of the apps are standard ones that come with the
distro (Mandriva).
When the two versions of the compiler are installed, I experience the problems
described in the original message. Removing gcc322 ("rm -fr gcc322") solves
everything, except for the fact that I cannot continue working on my program
(which is VERY important).
[tmp]$ env | grep gcc322 | wc -l
0
[tmp]$
I didn't create any symlink to any file in /opt/gcc322
Hope this clarifies the situation
--
Boris Gorelik
Thu, 26/May/2005, 17 Iyar 5765
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]