From 87b1ee86415c1f7a4a92f9abb1a8029774cad122 Mon Sep 17 00:00:00 2001 From: stasinos Date: Thu, 6 Sep 2001 15:40:33 +0000 Subject: [PATCH] HPUX: the -E option is only applicable to ld -b git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@150 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- configure.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 2546f3bd7..cb14f59d0 100644 --- a/configure.in +++ b/configure.in @@ -279,11 +279,10 @@ case $target_os in AC_DEFINE(FORCE_SECOND_QUADRANT) #this tells ld to export all non-static symbols, #otherwise no external predicates. - LDFLAGS="${LDFLAGS} -Wl,-E" M4="/usr/bin/m4" if test $CC = cc -o $CC = c89 then - SHLIB_LD="cc ${LDFLAGS} -Wl,-b" + SHLIB_LD="ld -b -E ${LDFLAGS}" SHLIB_SUFFIX=".sl" SHLIB_CFLAGS="+z" INSTALL_DLLS=""