Aaron Turner wrote:

> What's the "right version" of gcc to use?  I removed the Cygwin
> version of guile, grabbed the sources and built & installed from
> scratch, but autogen complains it can't link against it.  Or is there
> some other trick that I'm missing (yes, I tried specifying
> --with-libguile=/usr/local).

The "right" gcc is the same one that you use to build autogen,
preferrably the stable system compiler (3.4.4-3).

As to libguile not working, you need to give us a lot more details:

- Is it the configure checks that are failing or the link step?
- If the configure checks fail, what's the contents of config.log?
- If the link step fails, what's the exact command and resulting output?
- Did the guile testsuite pass?
- Did libguile build a shared library or just static?
- Does libguile.la look correct?
- Did you remove config.cache and re-run autogen's configure after
rebuilding libguile (since the libguile location has effectively moved
since you last ran it)?

I didn't have to do anything special, but I did build libguile with
--prefix=/usr to overwrite the broken system copy rather than putting it
in /usr/local.

Brian

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Autogen-users mailing list
Autogen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/autogen-users

Reply via email to