bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guile make errors


From: Neil Jerram
Subject: Re: guile make errors
Date: Sat, 17 Jan 2009 18:41:02 +0000

Hi Bill,

2009/1/15 w bugar <address@hidden>:
> Hi, trying to build guile on a fedora 10 box, getting some errors from make. 
> Have installed libtool.
> Hope that this is the right address.
> Thx,
> Bill

It looks like you've installed libtool in /usr/local, and that it
isn't being found during the build.

I think you can solve this by rerunning configure something like:

CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./configure ...

(Or maybe CFLAGS instead of CPPFLAGS, I'm not sure and can't test right now!)

Regards,
      Neil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]