Hi,


On Thu, 31 May 2001 [EMAIL PROTECTED] wrote:

> FreeSCI build 20010531 for i686-pc-linux-gnu is broken.
> 
> The full build log is available at
> http://sci.helllabs.org/daily/i686-pc-linux-gnu/buildlog-20010531.

Hmm, I guess there's something wrong with libtool, but it doesn't appear 
to be not in the log...

> src/gfx/drivers/Makefile.am:11: libscidrivers_a_OBJECTS should not be defined

This is an interesting issue which also breaks 'make distcheck', BTW. The
thing is that the gfx drivers are only supposed to be added to the library
statically if dynamic module building is disabled. This is currently done
by an AC_SUBST() for a parameter of libscidrivers_a_OBJECTS. However, the
correct way to do this would be to list the drivers in
libscidrivers_a_SOURCES- but if they're only substituted into there, no
rules for them are generated, they don't end up in the (generated)
libscidrivers_a_OBJECTS, and so they're not built or added to 
libscidrivers.a.

Any suggestions?

llap,
 Christoph


Reply via email to