On Thu, 2005-10-06 at 10:59 +0200, Alfons Adriaensen wrote:
On Wed, Oct 05, 2005 at 07:48:10PM +0200, Derek Holzer
wrote:
> * MCP Plugins 0.3.0
> These lack a proper ./configure file, and I did not edit the Makefile at all.
> Compile ends with:
>
> g++ -shared mvclpf24.o mvclpf24_if.o exp2ap.o -o mvclpf24.so
If someone can tell me what the linker command line should be for OSX
Not absolutely sure but perhaps, replace -shared with -dynamiclib
At worst, it will just fail :)
--