[ODE] { Newbie, Need a bit help }
Peter Oost
h.b.oost at student.utwente.nl
Tue Jun 14 00:07:21 MST 2005
On Mon, 2005-06-13 at 23:12 +0200, [ HanSolo ] wrote:
> <snip>
> i compile with 'gcc -g -Wall -o a.exe a.c' and the result is:
> <snip>
>
> But when i compile only my little program i get 0 errors and 0 warnings.
> And i can't execute my little program :-(
It looks like you forgot to link against the ODE library, try the
following:
'gcc -g -Wall -o a.exe a.c -lode'
-Peter
More information about the ODE
mailing list