[ODE] RE : Changes required to compile libode.so...
Martin C. Martin
martin at metahuman.org
Tue Apr 13 10:40:14 MST 2004
Using g++ to link will do this for you automatically. Adding it
yourself is an unsupported hack.
- Martin
Dominique Louis wrote:
> Hi Martin,
> Thanks for the tip. I will give that a try shortly. I am using Jeff's
> suggestions actually.
>
> I also noticed while googling that someone suggested using a "-lsupc++
> switch" during linking, but I could not get this to work ( or if it is a
> real switch ) or I may be putting it in the wrong place.
>
> Dominique.
>
> Martin C. Martin wrote:
>
>> 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
>
>
>
>
> _______________________________________________
> ODE mailing list
> ODE at q12.org
> http://q12.org/mailman/listinfo/ode
More information about the ODE
mailing list