Kyle Moffett <[EMAIL PROTECTED]> wrote:

> On Sunday, February 24, 2002, at 07:25 , Jeff Whitaker wrote:
> >>
> >> the .so for A::R and A::C both statically link to libapreq, which
> >> should internally bind the entry points between the A::R/A::C and
> >> libapreq libs, and it does on every platform including Apple.
> >>
> >> However, on Apple, the entry points are also *published*, so when both
> >> .so's are pulled in, you get a duplicate on the libapreq entry points!
> >> I'm not smart enough to know how to turn that off.
> >>
> >
> > Randall:  I think setting the environment variable
> > DYLD_FORCE_FLAT_NAMESPACE may fix this.  At least it has for me in 
> > similar
> > situations with the python interpreter.
> 
> Unfortunately, this tends to break other packages that need the two 
> level namespace (Grrr.)

How about linking with the -force_flat_namespace option?  Does that help?




_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to