bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] GNU APL no longer builds on OSX


From: Elias Mårtenson
Subject: Re: [Bug-apl] GNU APL no longer builds on OSX
Date: Sat, 4 Jan 2014 00:06:09 +0800

Following up to my own email…

I suppose this is what libtool is designed to do?

Regards,
Elias


On 4 January 2014 00:00, Elias Mårtenson <address@hidden> wrote:
I'm getting undefined symbols error when linking the "native" libraries on OSX. The reason for this is that the build is using the wrong link flags.

On Linux, all that is needed is the -shared flag to build a dynamic library. On OSX, the following is needed:

-dynamiclib -Wl,-undefined,dynamic_lookup


Regards,

Elias



reply via email to

[Prev in Thread] Current Thread [Next in Thread]