[ODE] { Newbie, Need a bit help }

Jon Watte (ODE) hplus-ode at mindcontrol.org
Mon Jun 13 17:36:39 MST 2005


> i compile with 'gcc -g -Wall -o a.exe a.c' and the result is:
> 
> C:\>gcc -g -Wall -o a.exe a.c
> c:/djgpp/tmp/cc4Eaym0.o: In function `main':
> c://a.c:9: undefined reference to `_dWorldCreate'
> collect2: ld returned 1 exit status
> 
> -->The same result i got it with my linux.
> ---> Too i've installed from a Debian Package and ok, but works like 
> when i compiling ode.


Why is it that people can't recognize a link error when they see it, and 
figure out what to do about it? Don't classes teach 
compile/assemble/link/load anymore?

You probably need "-lode".

Cheers,

			/ h+


More information about the ODE mailing list