still config

This commit is contained in:
Vítor Santos Costa 2010-05-06 16:18:37 +01:00
parent c44d7b66d2
commit f3cb0184e7
2 changed files with 11 additions and 11 deletions

10
configure vendored
View File

@ -6836,14 +6836,14 @@ fi
SHLIB_CFLAGS=""
if test "$target_win64" = no
then
SHLIB_LD="\$(CC) -shared -Wl,--export-all-symbols -L ../.. yap.dll"
LDFLAGS="-Wl,--large-address-aware $LDFLAGS"
SHLIB_LD="\$(CC) -shared -Wl,--export-all-symbols ../../yap.dll"
else
SHLIB_LD="\$(CC) -shared -Wl,--export-all-symbols -L ../.. yap.dll $LIBS"
SHLIB_LD="\$(CC) -shared -Wl,--export-all-symbols ../../yap.dll -lws2_32"
fi
SHLIB_LOWER_LD="\$(CC) -shared -Wl,--export-all-symbols -L ../../.. yap.dll"
SHLIB_LOWER_CXX_LD="\$(CXX) -shared -Wl,--export-all-symbols -L ../../.. yap.dll"
SHLIB_SWI_LD="\$(CC) -shared -Wl,--export-all-symbols -L ../.. -L ../../packages/PLStream yap.dll plstream.dll"
SHLIB_LOWER_LD="\$(CC) -shared -Wl,--export-all-symbols ../../../yap.dll"
SHLIB_LOWER_CXX_LD="\$(CXX) -shared -Wl,--export-all-symbols ../../../yap.dll"
SHLIB_SWI_LD="\$(CC) -shared -Wl,--export-all-symbols ../../yap.dll ../../packages/PLStream/plstream.dll"
SHLIB_SUFFIX=".dll"
C_PARSER_FLAGS="$C_INTERF_FLAGS"
EXEC_SUFFIX=".exe"

View File

@ -976,14 +976,14 @@ dnl Linux has both elf and a.out, in this case we found elf
SHLIB_CFLAGS=""
if test "$target_win64" = no
then
SHLIB_LD="\$(CC) -shared -Wl,--export-all-symbols -L ../.. yap.dll"
LDFLAGS="-Wl,--large-address-aware $LDFLAGS"
else
SHLIB_LD="\$(CC) -shared -Wl,--export-all-symbols -L ../.. yap.dll $LIBS"
SHLIB_LD="\$(CC) -shared -Wl,--export-all-symbols ../../yap.dll"
else
SHLIB_LD="\$(CC) -shared -Wl,--export-all-symbols ../../yap.dll -lws2_32"
fi
SHLIB_LOWER_LD="\$(CC) -shared -Wl,--export-all-symbols -L ../../.. yap.dll"
SHLIB_LOWER_CXX_LD="\$(CXX) -shared -Wl,--export-all-symbols -L ../../.. yap.dll"
SHLIB_SWI_LD="\$(CC) -shared -Wl,--export-all-symbols -L ../.. -L ../../packages/PLStream yap.dll plstream.dll"
SHLIB_LOWER_LD="\$(CC) -shared -Wl,--export-all-symbols ../../../yap.dll"
SHLIB_LOWER_CXX_LD="\$(CXX) -shared -Wl,--export-all-symbols ../../../yap.dll"
SHLIB_SWI_LD="\$(CC) -shared -Wl,--export-all-symbols ../../yap.dll ../../packages/PLStream/plstream.dll"
SHLIB_SUFFIX=".dll"
C_PARSER_FLAGS="$C_INTERF_FLAGS"
EXEC_SUFFIX=".exe"