On Aug 1, 2008, at 8:18 AM, André Gonçalves de Lima wrote: > Dear all, I'm new MPB user and I'm trying to compile > the program. I have installed all library, but keeping > this error message: > > checking for guile... yes > checking for guile-config... yes > checking if linking to guile works... no > configure: error: guile-config is broken or Guile is > not working.
You need to look in the config.log file to find out what the exact error message was that caused linking to guile to fail. Note that a common installation problem with Guile on GNU/Linux systems is that people install the precompiled guile package for their distribution (e.g. the RPM package on Fedora), but they forget to install the guile-devel package (which includes the necessary header files etc. to compile programs linked with Guile). Steven _______________________________________________ mpb-discuss mailing list [email protected] http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/mpb-discuss
