On Sunday, February 24, 2002, at 08:20 , David R. Morrison wrote:

> 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?

Will try, that goes in LDFLAGS, right?

Thanks, Kyle Moffett


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

Reply via email to