gEDA-dev: configure.ac in gnetlist missing GUILE stuff
Peter Clifton
pcjc2 at cam.ac.uk
Sat Sep 23 09:00:38 EDT 2006
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
More information about the geda-dev
mailing list