Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] fix_libtool_files.sh and gcc problems...
Date: Thu, 25 May 2006 10:07:43
Message-Id: 20060525104442.1f3ad942@hactar.digimed.co.uk
In Reply to: [gentoo-user] fix_libtool_files.sh and gcc problems... by Arnau Bria
1 On Thu, 25 May 2006 11:16:25 +0200, Arnau Bria wrote:
2
3 > # gcc-config -l
4 > [1] i686-pc-linux-gnu-3.4.5 *
5 > [2] i686-pc-linux-gnu-3.4.5-hardened
6 > [3] i686-pc-linux-gnu-3.4.5-hardenednopie
7 > [4] i686-pc-linux-gnu-3.4.5-hardenednopiessp
8 > [5] i686-pc-linux-gnu-3.4.5-hardenednossp
9 >
10 > For what I see, I only have a compiler, but, I did some
11 > fix_libtool_files.sh 3.4.5 and other combinations looking for a
12 > solution.
13
14 You run fix_libtool_files.sh with the old compiler version, the version
15 that the ebuild is looking for but failing to find, which would appear to
16 be 3.4.4 from your errors. you also need to add an option to fix the
17 changed CHOST
18
19 fix_libtool_files.sh 3.4.4 --oldarch i386-pc-linux-gnu
20
21 Run it with no arguments for an explanation of the options.
22
23
24 --
25 Neil Bothwick
26
27 If you think you know what I am saying, you must misunderstand

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] fix_libtool_files.sh and gcc problems... Arnau Bria <arnau@×××××××××.net>