[csw-devel] SF.net SVN: gar:[18417] csw/mgar/pkg/zeromq/trunk/Makefile
Romeo Theriault
romeotheriault at opencsw.org
Tue Jun 19 05:01:17 CEST 2012
On Fri, Jun 15, 2012 at 9:18 AM, Dagobert Michelsen <dam at opencsw.org> wrote:
> I just read that libtool keeps -Wl, if you have some spare cycles it would be cool
> if you could test adding
> -Wl,-norunpath
> without the libtool patch and see if the option makes it to the linker.
I've been trying to get it to compile with the following:
EXTRA_LINKER_FLAGS += -Wl
EXTRA_LINKER_FLAGS += -norunpath
and also tried
EXTRA_LINKER_FLAGS += -Wl,-norunpath
and also,
EXTRA_LINKER_FLAGS += -Wl -norunpath
and they are all failing on:
checking how to create a ustar tar archive... pax
checking for gcc... /opt/SUNWspro/bin/cc
checking whether the C compiler works... no
configure: error: in
`/home/romeotheriault/opencsw/zeromq/trunk/work/solaris10-sparc/build-isa-sparcv8plus/zeromq-2.2.0':
configure: error: C compiler cannot create executables
See `config.log' for more details
gmake[2]: *** [configure-work/solaris10-sparc/build-isa-sparcv8plus/zeromq-2.2.0/configure]
Error 77
gmake[2]: Leaving directory `/home/romeotheriault/opencsw/zeromq/trunk'
gmake[1]: *** [merge-isa-sparcv8plus] Error 2
gmake[1]: Leaving directory `/home/romeotheriault/opencsw/zeromq/trunk'
gmake: *** [platforms] Error 2
Not sure if I'm doing it wrong or not?
Romeo
More information about the devel
mailing list