Hi again,
The previous patch is buggy, and it won't even build.
Tha new attached one actually works.
Regis
--
"While a monkey can be a manager, it takes a human to be an engineer"
Erik Zapletal
diff -urN amaya-9.2.1.o/Amaya/configure amaya-9.2.1/Amaya/configure
--- amaya-9.2.1.o/Amaya/configure 2005-08-13 01:29:25.000000000 +0100
+++ amaya-9.2.1/Amaya/configure 2006-01-20 18:48:29.381850136 +0000
@@ -13642,7 +13642,7 @@
# this is the flags used to build amaya with OpenGL
GL_OPTIONS="-D_GL"
GL_INCLUDES="-I${GL_BUILDDIR}/include"
- GL_LIBRARIES="-Wl,-rpath,${GL_BUILDDIR}/lib -L${GL_BUILDDIR}/lib -lGL -lGLU"
+ GL_LIBRARIES="-L${GL_BUILDDIR}/lib -lGL -lGLU"
@@ -13703,7 +13703,7 @@
# --enable-unicode compile wxString with Unicode support
# --with-gtk use GTK+
# --with-opengl use OpenGL (or Mesa)
- WXCONFIGURE_OPTION="--with-opengl --with-gtk --enable-gtk2 --enable-unicode --enable-ipc --disable-shared --with-libpng=builtin --with-libjpeg=builtin --with-libtiff=builtin $WXCONFIGURE_TUNNING_OPTION"
+ WXCONFIGURE_OPTION="--with-opengl --with-gtk --enable-gtk2 --enable-unicode --enable-ipc --disable-shared --with-libpng=builtin --with-libjpeg=builtin --with-libtiff=builtin $WXCONFIGURE_TUNNING_OPTION --disable-rpath"
fi
if test "$AMAYAOS" = "MACOSX" ; then
# MACOSX