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: Elias Mårtenson
Subject: Re: [Bug-apl] Cygwin64 Build Errors
Date: Sun, 16 Aug 2015 21:29:37 +0800

Isn't a test as simple as simply trying to compile an empty program using -rdynamic and set -Werrors. If it passes, -rdynamic works. Otherwise don't use it.

Regards,
Elias

On 16 August 2015 at 16:27, Mike Duvos <address@hidden> wrote:
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]