* guile make errors
@ 2009-01-15 22:14 w bugar
2009-01-17 18:41 ` Neil Jerram
0 siblings, 1 reply; 2+ messages in thread
From: w bugar @ 2009-01-15 22:14 UTC (permalink / raw)
To: bug-guile
[-- Attachment #1: Type: text/plain, Size: 158 bytes --]
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
[-- Attachment #2: guile.build.out --]
[-- Type: application/octet-stream, Size: 27146 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: guile make errors
2009-01-15 22:14 guile make errors w bugar
@ 2009-01-17 18:41 ` Neil Jerram
0 siblings, 0 replies; 2+ messages in thread
From: Neil Jerram @ 2009-01-17 18:41 UTC (permalink / raw)
To: w bugar; +Cc: bug-guile
Hi Bill,
2009/1/15 w bugar <wbugar@yahoo.com>:
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-01-17 18:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-15 22:14 guile make errors w bugar
2009-01-17 18:41 ` Neil Jerram
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).