On 01/26/14 20:24, Jordan Henderson wrote: > Why would it be a good idea to maintain the -no-undefined flag anywhere > in the build process seeing as GCC no longer supports it and always > returns an error?
My understanding is that we simply need to change it to "-Wl,-no-undefined" as it is a linker flag. I've changed the code accordingly in SVN 32033 (note that mingw was already changed like that, but Cygwin was not). Please let me know if this fixes it (or breaks something else). On GNU/Linux, the changes (seem to) make no difference on my system. Happy hacking! Christian
