View previous topic :: View next topic |
Author |
Message |
bountykiller n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 24 Feb 2005 Posts: 30 Location: Belgique (Tournai)
|
Posted: Tue Apr 05, 2005 8:40 pm Post subject: [gcc]Probleme après upgrade de gcc[resolu] |
|
|
Salut a tous,
voilà, je suis passé de gcc 3.3.3 à gcc 3.3.5, et quand j'essaie de faire emerge DirectFB, j'obtiens ceci:
Code: |
creating libdirectfb_sdlinput.la
/bin/sed: can't read /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/libstdc++.la: No such file or directory
libtool: link: `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.3/libstdc++.la' is not a valid libtool archive
make[3]: *** [libdirectfb_sdlinput.la] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/DirectFB-0.9.22/work/DirectFB-0.9.22/systems/sdl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/DirectFB-0.9.22/work/DirectFB-0.9.22/systems'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/DirectFB-0.9.22/work/DirectFB-0.9.22'
make: *** [all] Error 2
|
J'imagine que le problème vient de gcc, mais coment je dois faire pour réparer ça? _________________ Xfce Rocks
Last edited by bountykiller on Tue Apr 05, 2005 8:57 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
kernelsensei Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/21126704545e4a5f9ae5c9.jpg)
Joined: 22 Feb 2004 Posts: 5619 Location: Woustviller/Moselle/FRANCE (49.07°N;7.02°E)
|
Posted: Tue Apr 05, 2005 8:43 pm Post subject: |
|
|
Code: | fix_libtool_files.sh 3.3.3 |
_________________ $ ruby -e'puts " .:@BFegiklnorst".unpack("x4ax7aaX6ax5aX15ax4aax6aaX7ax2aX5aX8 \
axaX3ax8aX4ax6aX3aX6ax3ax3aX9ax4ax2aX9axaX6ax3aX2ax4ax3aX4aXaX12ax10aaX7a").join' |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
bountykiller n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 24 Feb 2005 Posts: 30 Location: Belgique (Tournai)
|
Posted: Tue Apr 05, 2005 8:56 pm Post subject: |
|
|
TROP FORT
Au fait, c'est du à quoi? (libtool, mais encore?) _________________ Xfce Rocks |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
LostControl l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/58145939140477f69386e9.jpg)
Joined: 02 Mar 2004 Posts: 885 Location: La Glane, Suisse
|
Posted: Tue Apr 05, 2005 9:07 pm Post subject: |
|
|
bountykiller wrote: | Au fait, c'est du à quoi? (libtool, mais encore?) |
Au fait que des paths sont écrits en dur dans certaines libs. Donc tu changes de version, le path change et ça fout la m... D'où l'utilité de "fix_libtool_files.sh" qui corrige tout ça
A+ _________________ http://www.jaqpot.net
http://www.fail2ban.org |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|