czaloj / bullet

Automatically exported from code.google.com/p/bullet
0 stars 0 forks source link

configure/make for shared object failed #159

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./configure --enable-shared --enable-static
2. make
3. find . -name "*.so*" resulted in no shared objects by the name 
of "libbullet*.so". 

What is the expected output? What do you see instead?
I expected to have .so and .a files compiled.

What version of the product are you using? On what operating system?
I am using bullet-2.73-sp1 on RHEL 4.4.

Original issue reported on code.google.com by dali...@gmail.com on 5 Dec 2008 at 6:47

GoogleCodeExporter commented 9 years ago

Original comment by erwin.coumans on 5 Dec 2008 at 10:15

GoogleCodeExporter commented 9 years ago
Compiling shared libraries is not supported by the current autotools build 
system.

Original comment by john.mcc...@gmail.com on 6 Dec 2008 at 12:00

GoogleCodeExporter commented 9 years ago
Without plans for support for shared libraries to the autotools build system, 
if you 
like to use shared libraries either:

1) contribute a patch that adds this functionality to the autotools build 
system or
2) use CMake (http://cmake.org)

See http://www.bulletphysics.com/mediawiki-1.5.8/index.php?title=Installation

Original comment by erwin.coumans on 7 Dec 2008 at 1:02

GoogleCodeExporter commented 9 years ago

Original comment by erwin.coumans on 9 Dec 2008 at 1:50

GoogleCodeExporter commented 9 years ago
I actually intend on fixing this bug. It's not a lot of work.

Original comment by john.mcc...@gmail.com on 9 Dec 2008 at 3:55

GoogleCodeExporter commented 9 years ago
This has been fixed in latest SVN.

Original comment by john.mcc...@gmail.com on 26 Jan 2009 at 9:44