View previous topic :: View next topic |
Author |
Message |
chillsome n00b

Joined: 17 Sep 2004 Posts: 2
|
Posted: Fri Sep 17, 2004 6:53 pm Post subject: Problem beim compile |
|
|
Hi,
zugegeben, ich bin ein Linux-n00b ^^
Trotzdem habe ich es hinbekommen Gentoo 2004.2 stage3 zu installieren und soweit bin ich auch zufrieden mit dem aktuellen System. Allerdings habe ich beim emergen von diversen Packeten Probleme. Die Fehlermeldung unten bekomme ich zB beim emerge von mail-client/balsa und k3b (beim Packet kdelibs):
Code: | libtool: link: cannot find the library `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/libstdc++.la'
make[2]: *** [balsa-ab] Fehler 1
make[2]: *** Warte auf noch nicht beendete Prozesse...
libtool: link: cannot find the library `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/libstdc++.la'
...
!!! ERROR: mail-client/balsa-2.0.14 failed.
!!! Function src_compile, Line 67, Exitcode 2
!!! emake failed |
Das Problem ist soweit ich das sehen kann, dass der Ordner /usr/lib/gcc-lib/i686-pc-linux-gnu/ nicht existiert, sondern nur */i386-pc.....
Die Frage ist nur, warum emerge versucht i686 anzusprechen und wie ich das ganze verbessern kann.
Anfangs dachte ich das liegt an der make.conf aber da ist nur i386 eingetragen:
Code: | CFLAGS="-march=athlon-xp -O3 -pipe -march=i386"
CHOST="i386-pc-linux-gnu" |
Wie gesagt, ich hab ziemlich wenig Ahnung, wäre sehr dankbar wenn mir einer von euch helfen könnte
MfG
Chillsome |
|
Back to top |
|
 |
friedegott n00b

Joined: 06 Sep 2004 Posts: 60 Location: Munich, Germany
|
Posted: Fri Sep 17, 2004 7:39 pm Post subject: |
|
|
Moeglicherweise geht er wegen -march=athlon-xp davon aus, dass es i686 heissen muss, da so ein Athlon XP ja ein i686 ist. Also ich wuerde das "-march=i386" weglassen (da das eh nichts bringt), und fuer CHOST "i686-pc-linux-gnu" hernehmen und den gcc neu compilieren. Bin mir aber nicht sicher, ob das dann geht...^^
MfG |
|
Back to top |
|
 |
ralph Advocate


Joined: 02 Mar 2003 Posts: 2001 Location: Hamburg
|
Posted: Fri Sep 17, 2004 7:39 pm Post subject: |
|
|
Ist jetzt leider keine wirkliche Lösung, aber zumindest ein dreckiger workaround. Erstell doch einfach einen symlink auf /usr/lib/gcc-lib/i686-pc-linux-gnu, also:
Code: |
ln -s /usr/lib/gcc-lib/i386-pc-linux-gnu /usr/lib/gcc-lib/i686-pc-linux-gnu
|
Wie gesagt, ein dreckiger workaround, der aber funktionieren sollte. Wenn jemand eine bessere Idee hat, bitte melden. _________________ The computer can't tell you the emotional story. It can give you the exact mathematical design, but what's missing is the eyebrows.
- Frank Zappa |
|
Back to top |
|
 |
chillsome n00b

Joined: 17 Sep 2004 Posts: 2
|
Posted: Fri Sep 17, 2004 11:23 pm Post subject: |
|
|
danke erstmal!!
das mit dem symlink hat leider nicht geklappt.. mit isdn lässt sich leider nicht so viel auf einmal emergen, also probier ich das mit gcc neu compilen erst morgen.
sonst vielleicht noch jemand ne idee?
MfG
Chillsome |
|
Back to top |
|
 |
|
|
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
|
|