[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gEDA-dev: configure.ac in gnetlist missing GUILE stuff



Hi,

I'm trying to build gEDA on my new laptop, which is now running Ununtu
(not the best devel platform in the world, I know... but didn't have the
patience to install Gentoo on it)

I have the following versions of things:

automake 1.9.6
autoconf 2.60
guile 1.6.8

Unfortunatly, linking libgeda, gschem, gnetlist, all failed on GUILE, as
the GUILE_LDFLAGS weren't being added to the linker's command line.

I fixed this up by adding @GUILE_LDFLAGS@ in the Makefile.am, on the end
of the line: {package name here}_LDADD = .....

In gnetlist, the substitution for @GUILE_LDFLAGS@ didn't work. I
discovered that the GUILE test is missing from configure.ac in the
gnetlist directory.

As I've no real clue with what I'm doing with automake, autoconf etc..
could anyone comment on whether this is a bug, and the correct way to
fix it?

Seems funny that the tools on my gentoo box must "detect" the use of
guile and add the correct linker flags.

Peter




_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev