Gentoo Archives: gentoo-alt

From: Fabian Groffen <grobian@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] [prefix] gcc 4.2 library path
Date: Thu, 19 Jul 2007 08:38:13
Message-Id: 20070719083759.GG14808@gentoo.org
In Reply to: Re: [gentoo-alt] [prefix] gcc 4.2 library path by Aaron Wilson
1 The problem is to be found in your otool output
2
3 On 19-07-2007 02:32:57 -0600, Aaron Wilson wrote:
4 > I'm not actually sure that this is specific to use of gomp. Could this be a
5 > problem with my gcc install in general?
6
7 maybe, but only the openmp part I think, because it doesn't listen to
8 the configure options properly.
9
10 > $ otool -L
11 > /Users/wilson/Library/Gentoo/usr/lib/gcc/i686-apple-darwin8/4.2.0/libgomp.1.dylib
12 > /Users/wilson/Library/Gentoo/usr/lib/gcc/i686-apple-darwin8/4.2.0/libgomp.1.dylib:
13 > /Users/wilson/Library/Gentoo/usr/lib/libgomp.1.dylib (compatibility
14 > version 2.0.0, current version 2.0.0)
15
16 Here you have it. The library was created to be placed in
17 /Users/wilson/Library/Gentoo/usr/lib/libgomp.1.dylib, but eventually
18 placed in another location. Once you link against the library, this
19 "compiled in" location is used, not its actual location in the
20 filesystem.
21
22 > /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
23 > version 88.3.9)
24
25 We have to fix gcc installation to put that library in the right place,
26 also in what it encodes in the library itself.
27
28 --
29 Fabian Groffen
30 Gentoo on a different level
31 --
32 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] [prefix] gcc 4.2 library path Aaron Wilson <tallest@×××××.com>