-
I added these fixes to our svn.
Please, add build dependency on MathGL 1.9 for UDAV to Debian.
2009-07-06 09:35:54 UTC in Universal Data Arrays Visualization
-
Apply this diff to mgl/Makefile.am or get sources from
http://ufp.appl.sci-nnov.ru/svn/mathgl/tags/release-1.7
then do
./bootstrap
./configure --enable-glut LDFLAGS="-Wl,-z,defs"
make
Please, reply us if it's helps.
--- mgl/Makefile.am (revision 457)
+++ mgl/Makefile.am (working copy)
@@ -49,7 +49,7 @@
if USE_GLUT
libmgl_glut_la_LDFLAGS = -no-undefined -version-info...
2008-10-17 15:55:21 UTC in MathGL
-
Somehow a linking to opengl libraries was lost on your system.
g++ -shared -nostdlib
/usr/lib/gcc/x86_64-linux-gnu/4.3.2/../../../../lib/crti.o
/usr/lib/gcc/x86_64-linux-gnu/4.3.2/crtbeginS.o
.libs/libmgl_glut_la-mgl_glut.o
-Wl,--rpath -Wl,/home/dik/programming/c++/mathgl-add-doc/mgl/.libs
-lglut /usr/lib/libGL.so ../mgl/.libs/libmgl.so
-L/usr/lib/gcc/x86_64-linux-gnu/4.3.2...
2008-10-13 12:32:28 UTC in MathGL