From mboxrd@z Thu Jan 1 00:00:00 1970 From: dpace To: help-gcc@gnu.org Subject: Re: gcc don't run. Date: Tue, 14 Dec 1999 19:50:00 -0000 Message-id: <38571031.FD89D9EC@echo-on.net> References: <830k0v$ka9$1@news.x-echo.com> X-SW-Source: 1999-12/msg00224.html eflorent wrote: > Hello, > > When I type : > gcc -v > I get : > error : bad tag flag in ld.so > etc... > instead of gcc v2.3.7 or things like that. > I suppose it's a very > I'm trying to compile a Perl Module and Make tell me that I should hunt > for a compiler. > I use RedHat 6.0 (installed 2 minutes before) on a PII-350. > > Does anyone 've some tips ? > May I document a little bit more the message ? Actually I push my comput > er throught the window. I'm on a public terminal. Help ! I can't documen > t about gcc config. Whe should I look for more "man". > > eflorent@starlynx.com > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > Article poste via Voila News - http://www.news.voila.fr > Le : Sun Dec 12 17:54:55 1999 depuis l'IP : 193.250.86.63 Try running ldconfig to update the library links and library cache. You could also try upgrade the ld.so library in /lib and then run ldconfig to register it. But be very careful because you can freeze your system with some of those /lib libraries. /sbin/sln can be used to put the old ld.so in place if your system fails. It is static version of ln that can work when the dynamic libraries are damaged (be forewarned). -- David Pace - Free commodity/stock graphing software and Linux links at http://www.daveware.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: dpace To: help-gcc@gnu.org Subject: Re: gcc don't run. Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: <38571031.FD89D9EC@echo-on.net> References: <830k0v$ka9$1@news.x-echo.com> X-SW-Source: 1999-12n/msg00224.html Message-ID: <19991231222400._ZDpg5JbrwspEtAONcz7qR0gmcHIsZ1Xjdrp4j9sPVs@z> eflorent wrote: > Hello, > > When I type : > gcc -v > I get : > error : bad tag flag in ld.so > etc... > instead of gcc v2.3.7 or things like that. > I suppose it's a very > I'm trying to compile a Perl Module and Make tell me that I should hunt > for a compiler. > I use RedHat 6.0 (installed 2 minutes before) on a PII-350. > > Does anyone 've some tips ? > May I document a little bit more the message ? Actually I push my comput > er throught the window. I'm on a public terminal. Help ! I can't documen > t about gcc config. Whe should I look for more "man". > > eflorent@starlynx.com > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > Article poste via Voila News - http://www.news.voila.fr > Le : Sun Dec 12 17:54:55 1999 depuis l'IP : 193.250.86.63 Try running ldconfig to update the library links and library cache. You could also try upgrade the ld.so library in /lib and then run ldconfig to register it. But be very careful because you can freeze your system with some of those /lib libraries. /sbin/sln can be used to put the old ld.so in place if your system fails. It is static version of ln that can work when the dynamic libraries are damaged (be forewarned). -- David Pace - Free commodity/stock graphing software and Linux links at http://www.daveware.com