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 <[email protected]> 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 Cygwi > n/Windows, all other things being equal, that should fix it for Cygwin, > without breaking it on any other platforms. > > Regards, > > Mike > > >
