bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Cygwin64 Build Errors


From: Mike Duvos
Subject: Re: [Bug-apl] Cygwin64 Build Errors
Date: Sun, 16 Aug 2015 01:27:42 -0700

Hi Jürgen,

-rdynamic passes -export-dynamic to an ELF linker.  Windows isn't ELF, so the flag is meaningless under Cygwin.

If you just change the makefile to never use -rdynamic if it detects Cygwin/Windows, all other things being equal, that should fix it for Cygwin, without breaking it on any other platforms.

Regards,

Mike



reply via email to

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