[ODE] cygwin and ODE

Kyle Hubert khubert at gmail.com
Wed Sep 13 17:22:03 MST 2006


I dug through the archives using google, but I didn't find an answer
to this question. Why is it that in cygwin I must actually link
against libode.a instead of having the linker use the -lode option?

Or, perhaps I'm not clearly understanding/describing the question.

gcc -o test test.c /usr/local/lib/libode.a
Success!

gcc -o test test.c -lode
Fails.

Before you ask, I don't need to specify -L/usr/local/lib. It's in my
lib path. For sanity:

gcc -o test test.c -L/usr/local/lib -lode
Still fails.

-Kyle


More information about the ODE mailing list