[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA-dev: gschem compiling
> configure: error: guile-config required but not found
guile-config is a program used by guile to determine compiler and
linker flags. Here's an example from my box:
------------------ <session log> ------------------
[sdb@Fermat xgsch2pcb]$ guile-config --help
Usage:
guile-config --version - show installed script and Guile version
guile-config --help - show usage info (this message)
guile-config --help SUBCOMMAND - show help for SUBCOMMAND
guile-config link - print libraries to link with
guile-config compile - print C compiler flags to compile with
guile-config info [VAR] - print Guile build directories
[sdb@Fermat xgsch2pcb]$ guile-config link
-lguile -lguile-ltdl -lcrypt -lm
[sdb@Fermat xgsch2pcb]$ guile-config --version
guile-config - Guile version 1.6.4
------------------ </session log> ------------------
Do these commands work on your box? If not, what version of guile do
you have? I wonder if the most recent guile versions have
transitioned away from guile-config to pkg-config?
Stuart
_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev