Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
i686 (emerge-problem)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Scandinavian
View previous topic :: View next topic  
Author Message
Roxxor
Apprentice
Apprentice


Joined: 04 Jun 2003
Posts: 225
Location: Stockholm, Sweden

PostPosted: Thu Jun 19, 2003 5:30 pm    Post subject: i686 (emerge-problem) Reply with quote

Jag kompilerade om gcc 3.2.2 för några dagar sedan så att jag skulle kunna kompilera filen "avifile" (det krävdes att man kompilerade om gcc).

Men nu har det uppstått nya problem. I och med omkompileringen av gcc gick jag ifrån i586 till i686.
Nu får jag errors i stort sett i allt jag emerge:ar, och felet är just:
--------------
libtool: link: cannot find the library `/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la'
--------------
Hur löser jag problemet?
Back to top
View user's profile Send private message
ebrostig
Bodhisattva
Bodhisattva


Joined: 20 Jul 2002
Posts: 3152
Location: Orlando, Fl

PostPosted: Thu Jun 19, 2003 5:51 pm    Post subject: Reply with quote

Det enkleste er aa lage en link mellom den filen du har naa og den som ikke finnes.

Code:

mkdir /usr/lib/gcc-lib/i586-pc-linux-gnu
mkdir /usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2

ln -s /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/libstdc++.la  /usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la


Erik
_________________
'Yes, Firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
Back to top
View user's profile Send private message
Roxxor
Apprentice
Apprentice


Joined: 04 Jun 2003
Posts: 225
Location: Stockholm, Sweden

PostPosted: Thu Jun 19, 2003 6:45 pm    Post subject: Reply with quote

ebrostig wrote:
Det enkleste er aa lage en link mellom den filen du har naa og den som ikke finnes.

Code:

mkdir /usr/lib/gcc-lib/i586-pc-linux-gnu
mkdir /usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2

ln -s /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/libstdc++.la  /usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la


Erik


Du är min Gud!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Scandinavian All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum