Gentoo Archives: gentoo-alt

From: "Eduardo Mendonça" <eduardomendoncapt@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] [prefix][darwin] gcc boost lapack-atlas
Date: Wed, 30 May 2007 18:28:59
Message-Id: 465DC24E.6010206@gmail.com
In Reply to: Re: [gentoo-alt] [prefix][darwin] gcc boost lapack-atlas by Fabian Groffen
1 Fabian Groffen wrote:
2 > On 30-05-2007 19:21:21 +0200, Eduardo Mendonça wrote:
3 >
4 >> darwin-Link-DyLib-action
5 >> bin/boost/libs/python/build/libboost_python.dylib/darwin/release/shared-linkable-true/libboost_python.dylib
6 >> /Gentoo/usr/i686-apple-darwin8/binutils-bin/20070412/ld: Undefined symbols:
7 >> _PyUnicodeUCS4_AsWideChar
8 >> _PyUnicodeUCS4_FromEncodedObject
9 >> /Gentoo/usr/bin/libtool: internal link edit command failed
10 >>
11 >
12 >
13 >> ...failed darwin-Link-DyLib-action
14 >> bin/boost/libs/python/build/libboost_python.dylib/darwin/release/shared-linkable-true/libboost_python.dylib...
15 >> MkDir1 bin/boost/libs/python/build/libboost_python.a
16 >> MkDir1 bin/boost/libs/python/build/libboost_python.a/darwin
17 >> MkDir1 bin/boost/libs/python/build/libboost_python.a/darwin/release
18 >> darwin-C++-action
19 >> bin/boost/libs/python/build/libboost_python.a/darwin/release/numeric.o
20 >> $
21 >>
22 >> seems like I have to compile python with UCS4!?
23 >>
24 >> And I just now tried boost 1.34_pre and I got the same problem with UCS4
25 >> sybmols... any thoughts? Should I compile python with UCS2, being that it
26 >> does not have UCS4? (I really don't know what this is...)
27 >>
28 >
29 > Default is ucs4 IMHO, so don't touch your python.
30 I gave it a try and it actually compiled. :s don't know for sure if
31 everything is ok tough.
32 I'll get it back as it was...
33 > It's just a matter of
34 > suppressing the warning.
35 > I was looking at the .jam files, and maybe adding in the darwin.jam file
36 > somewhere a linkerflag -undefined dynamic_lookup will do it. It isn't
37 > elegant for sure.
38 >
39 >
40 Did you manage to make it work?
41 --
42 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] [prefix][darwin] gcc boost lapack-atlas Fabian Groffen <grobian@g.o>
Re: [gentoo-alt] [prefix][darwin] gcc boost lapack-atlas Fabian Groffen <grobian@g.o>