bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Cygwin and src/native


From: Mike Duvos
Subject: Re: [Bug-apl] Cygwin and src/native
Date: Sun, 16 Aug 2015 01:34:29 -0700

Hi Jürgen,

I looked a bit more closely at the shared library issue with Cygwin.

If I type in the command to link the library from the binaries after doing a make, I get a message which says that Windows DLLs cannot have unsatisfied external references, and that I need to include -no-undefined in my linker options.

If I put -no-undefined on the command line, I get pages of error messages about undefined references to things like "vtable for IntCell."

So that's apparently why we aren't getting shared libraries under Windows.

Regards,

Mike



reply via email to

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