On 28 Jun 2000, Michael Livshin wrote:

> Fabrice Tudoret <[EMAIL PROTECTED]> writes:
> 
> >    cd /tmp/fabrice
> >    sh configure --prefix=/opt/local/guile --disable-shared
> > 
> > the configure works a lot and stop with this message:
> >    checking for guile-config... no
> >    configure: error: Cannot find guile-config -- Install GUILE 1.3 and
> > run ./configure again
> 
> it looks as if some wrong configure script is being run.

I second this.  Are you running the configure script from _within_ the
guile directory or from the outside of it?  In other words, you should
probably do
  cd /tmp/fabrice/guile-1.4
  sh ./configure ....
instead of running configure from /tmp/fabrice, because the configure that
you find there most probably does not belong to guile itself.

Best regards
Dirk

Reply via email to