Comment 2 for bug 1056340

Revision history for this message
Ludwig Knoblauch (ludwig-knoblauch) wrote :

Additional finding: actual reason for this behavior is the way how linker options are passed. "-lm" and similar must be added to the gcc commandline following all those ".c" and ".o". Unhappily, "make" puts the LDFLAGS too early. After all, gcc is able to link libm pretty well, but LDFLAG is not longer suitable to pass library options. So lot of old makefiles are now broken.