Dynamic Objects Bullet Howto

Post Reply
brado
Posts: 3
Joined: Mon Apr 20, 2009 2:49 pm

Dynamic Objects Bullet Howto

Post by brado »

How can I build dynamic objects from Bullet?
aboeing
Posts: 33
Joined: Tue Jul 26, 2005 2:28 pm
Contact:

Re: Dynamic Objects Bullet Howto

Post by aboeing »

What do you mean?
brado
Posts: 3
Joined: Mon Apr 20, 2009 2:49 pm

Re: Dynamic Objects Bullet Howto

Post by brado »

I am attempting to compile Bullet with my own library in an application and I need it to be shared object.
aboeing
Posts: 33
Joined: Tue Jul 26, 2005 2:28 pm
Contact:

Re: Dynamic Objects Bullet Howto

Post by aboeing »

just load up the bullet solution and select 'ReleaseDLL' that should build bullet as a shared library on windows
brado
Posts: 3
Joined: Mon Apr 20, 2009 2:49 pm

Re: Dynamic Objects Bullet Howto

Post by brado »

Thanks, but I need it for linux.

I built jam, I built the default bullet library config, typed make, but this produced a static library, without the compiler flags I need (-fPIC and -rdynamic).. how I can I build bullet with these build flags to produce a .so ?
Post Reply