View Single Post

   
  #2 (permalink)  
Old 02-21-2008, 07:11 AM
Johan Lindquist
 
Posts: n/a
Default Re: Problem just after installation

So anyway, it was like, 13:14 CEST May 05 2004, you know? Oh, and, yeah,
szpakuu was all like, "Dude,

> grep: /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.2/libstdc++.la: No such
> file or directory


Top of my head suggestion - run 'gcc-config -l' to find out which
compiler the system thinks it's using, then run 'gcc-config <string>'
to set it to the same one.

Copy and paste <string> from the output of the previous command, eg:
-----8<-----
# gcc-config -l
[1] x86_64-pc-linux-gnu-3.3.3
# gcc-config x86_64-pc-linux-gnu-3.3.3
----->8-----

If that doesn't work, try to locate the file that's allegedly missing
somewhere on your system and report back what you find.

--
Time flies like an arrow, fruit flies like a banana. Perth ---> *
13:31:57 up 22 days, 18:05, 5 users, load average: 0.00, 0.00, 0.03
$ cat /dev/bollocks Registered Linux user #261729
synthesize viral e-services
Reply With Quote