[ODE] Undefined symbol for OSX build

Jon Watte (ODE) hplus-ode at mindcontrol.org
Sat Sep 15 11:58:35 MST 2007


Those are symbols defined in the "drawstuff" library, which is not part 
of ODE proper, but used in the test cases. You can grep for "dsError" in 
the various source files ("grep -r" is a godsend :-) to figure out where 
they are defined, then figure out why they don't get linked in.

Cheers,

          / h+


Rick Ashton wrote:
> Hi
>
> Been trying to build the various versioned builds of ODE on Mac OS X  
> 10.4 using the instructions given but always end up with:
>
> /usr/bin/ld: Undefined symbols:
> _dsPrint
> dsPlatformSimLoop(int, int, dsFunctions*, int)
> _dsDebug
> _dsError
> collect2: ld returned 1 exit status
> make[2]: *** [dstest] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all-recursive] Error 1
>
> Can't seem to find anything about this on google.
>
> Can someone help?
>
> Thx
> Rick
> _______________________________________________
> ODE mailing list
> ODE at ode.org
> http://ode.org/mailman/listinfo/ode
>
>
>   


More information about the ODE mailing list