[ODE] RE : Changes required to compile libode.so...
Martin C. Martin
martin at metahuman.org
Tue Apr 13 07:37:29 MST 2004
Well, if you're doing it from the command line, type "g++" instead of
"gcc" for the line that produces the library. If you're using the
makefile line that Jeff Smith provided, try "$(CXX)" in place of
"$(CC)." If you're using some other tool, or that doesn't work, you
might have to read the manuals for the tools you're using.
- Martin
Dominique Louis wrote:
> Martin wrote :
> >> Why not just use g++ to link, instead of gcc? Then you'll link
> >> against the C++ library. ODE is written in C++ after all...
>
> Mainly because I do not know how to. Also I am trying to use Kylix and
> FreePascal to interface to the C API ( which works well under Windows )
> so took the easiest route which was to use the unix-gcc make instructions.
>
> Dominique.
> _______________________________________________
> ODE mailing list
> ODE at q12.org
> http://q12.org/mailman/listinfo/ode
More information about the ODE
mailing list