Gentoo Archives: gentoo-osx

From: dirk.schoenberger@×××××××××.de
To: "gentoo-osx@l.g.o" <gentoo-osx@l.g.o>
Subject: [gentoo-osx] Re: Cairo on MacOSX
Date: Mon, 31 Oct 2005 09:39:30
Message-Id: 61270.84.179.11.96.1130751515.squirrel@mail.sz-online.de
1 > Actually, I investigated those additional symbols on my linux box,
2 > and it appears that they are undefined over there as well. The only
3 > difference is that the linker on my linux box didn't care... The
4 > package works perfectly fine with those symbols undefined, and if you
5 > read the source, some of them are slated to be removed in future
6 > versions anyways...
7
8 > As for environ, it seems that is also entirely unnecessary for
9 > graphviz Darwin. If you look at the Darwinports patch for
10 > graphviz-2.6, they've simply removed the functionality to error on
11 > that symbol being undefined. If you have a solution for this on a
12 > large-scale, that'd be great, as I agree with you that it would be
13 > more correct, and perhaps could solve other issues. For graphviz
14 > though, it seems not to matter.
15
16 This sounds similar http://bugs.gentoo.org/show_bug.cgi?id=107815
17 where the solution was
18
19 LDFLAGS="-undefined dynamic_lookup" might be appropriate in this
20 case....give it a try and see if it can
21 find the symbols.
22
23 The problem is that this was only a meta-tip, the real problem was to
24 integrate this tip into the ebuild.
25 This could be different for the given case.
26
27 Regrads
28 Dirk
29
30 --
31 gentoo-osx@g.o mailing list

Replies

Subject Author
Re: [gentoo-osx] Re: Cairo on MacOSX Grobian <grobian@g.o>