[ODE] ode + mandrake

Hendrik Wendler wendler at spatialknowledge.com
Tue Aug 26 06:55:02 2003


hi all,

mabe this is well known around, but just for information:

i had to add the linkerflag -lstdc++

to the line 

LINK_OPENGL=-L/usr/X11R6/lib -L/usr/X11/lib -L/usr/lib/X11R6
-L/usr/lib/X11 -lX11 -lGL -lGLU

in file makefile.unix-gcc

to let ode run on a mandrake-linuc 9.1 system.
without this lib i had (in previous version 0.035 too) the following
relocation error:
undefined symbol: _Znwj
it seems that the frontend gcc compiles cpp
but does not include the c++ libs
(under my distro at least)

all the best
hendrik