added -L/usr/lib for HP-UX shared lib
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
17
configure.in
17
configure.in
@@ -1557,11 +1557,11 @@ if test "$wxUSE_CYGWIN" = 1 || test "$wxUSE_MINGW" = 1 ; then
|
|||||||
dnl --- This will bloat the executable, but it'll work for now...
|
dnl --- This will bloat the executable, but it'll work for now...
|
||||||
LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -lcrtdll -ladvapi32 -lwsock32"
|
LIBS="$LIBS -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -lcrtdll -ladvapi32 -lwsock32"
|
||||||
|
|
||||||
dnl add extra odbc libs if we have compiled in odbc
|
dnl add extra odbc libs if we have compiled in odbc
|
||||||
if test "$wxUSE_ODBC" = "yes" ; then
|
if test "$wxUSE_ODBC" = "yes" ; then
|
||||||
LIBS="$LIBS -lodbc32 -lole32 -loleaut32"
|
LIBS="$LIBS -lodbc32 -lole32 -loleaut32"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl -mwindows is needed to avoid that spawning of a console window
|
dnl -mwindows is needed to avoid that spawning of a console window
|
||||||
if test "$wxUSE_MINGW" = 1; then
|
if test "$wxUSE_MINGW" = 1; then
|
||||||
LDFLAGS="$LDFLAGS -mwindows"
|
LDFLAGS="$LDFLAGS -mwindows"
|
||||||
@@ -1852,8 +1852,8 @@ if test "$wxUSE_MOTIF" = 1; then
|
|||||||
version = XpmLibraryVersion();
|
version = XpmLibraryVersion();
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
XPM_LINK="-lXpm "
|
XPM_LINK="-lXpm "
|
||||||
AC_DEFINE(wxHAVE_LIB_XPM)
|
AC_DEFINE(wxHAVE_LIB_XPM)
|
||||||
AC_MSG_RESULT(found in default search path)
|
AC_MSG_RESULT(found in default search path)
|
||||||
COMPILED_X_PROGRAM=0
|
COMPILED_X_PROGRAM=0
|
||||||
],
|
],
|
||||||
@@ -2002,6 +2002,9 @@ if test "$wxUSE_SHARED" = "yes"; then
|
|||||||
SHARED_LD="${CC} -shared -fPIC -o"
|
SHARED_LD="${CC} -shared -fPIC -o"
|
||||||
PIC_FLAG="-fPIC"
|
PIC_FLAG="-fPIC"
|
||||||
else
|
else
|
||||||
|
dnl no idea why it wants it, but it does
|
||||||
|
LDFLAGS="-L/usr/lib"
|
||||||
|
|
||||||
SHARED_LD="${CXX} -b -o"
|
SHARED_LD="${CXX} -b -o"
|
||||||
PIC_FLAG="+Z"
|
PIC_FLAG="+Z"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user