[Bf-committers] New project, let's move on!

Chris Want bf-committers@blender.org
Sat, 14 Dec 2002 11:53:15 -0700


> I'm currently reading the book 'GNU autoconf, automake and libtool'.
> This is very useful for the current state of the project and also useful
> for input on writing the document on building Blender.

Is there a way to use autoconf/automake, but not use libtool?
The main problem with the libtool stuff on Irix is that the
C++ STL stuff gets treated like names from a library rather than
like macros/inline functions and so libtool ends up having
unresolved symbols. If libtool could be removed and
replaced with the regular style linking then I think that an
automake/autoconf build could be successful.

Regards,

Chris Want