Please report new issues athttps://github.com/DOCGroup
on solaris we must use "-z now" as part of the linker flags
Why? What does this do? Is it on all versions/compilers?
see http://docs.sun.com/app/docs/doc/817-1984/6mhm7pl1j?a=view, we already do this with the regular GNU make, not with autoconf
Ok, I see now. The "-z now" was added in response to 2710. Also, please review 2994 which is the same basic issue and was (or is being) fixed correctly rather than forcing a linker option on all use cases. Once 2994 is resolved correctly, you can probably revert the -z now thing in the traditional build config.
Steve, I have had customer problems that where solved by adding "-z now" which didn't had anything todo with 2994. We really should keep "-z now" and add it to the autoconf support.
Anyone knows the automake variable that can be set to configure the ld flags in general?
LDFLAGS If you add: LDFLAGS="-z now $LDFLAGS" it should get what you want.
Ok, so we could add that then to platform.m4
JT, can you have a look at this one?
Closing as wont fix, we don't have resources/funding for autoconf, switching to just regular compilation