Don't use --as-needed on Solaris. As /usr/bin/ld on illumos doesn't (yet) support --as-needed, this patch to acinclude.m4 will suppress the LDFLAGS -Wl,-as-needed passed when gcc is used as the compiler in the "bash bootstrap" command.
This patch assumes that all gcc variants running on illumos (gcc3 and gcc4) are configured with --without-gnu-ld --with-ld=/usr/bin/ld, which after brief research, seems typically the case. Branch ------ REL-1_16_0_PATCHES Details ------- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7eec4c448c788f8c96682805f71fc228b24dac60 Author: Richard PALO <[email protected]> Modified Files -------------- acinclude.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
