bug-guile
[Top][All Lists]
Advanced

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

Re: Difficulties with the configure script under SGI Irix


From: Philippe Schaffnit
Subject: Re: Difficulties with the configure script under SGI Irix
Date: Fri, 26 Jan 2007 09:48:18 +0100

Hi!

Thanks a lot for the hint (BTW, this it *really* something I could have
known myself...).

This turns to be somewhat messy, and I haven't got down to the bottom of
it (should I?): it seems that for these 'gcc calls' the
'LD_LIBRARY_PATH' is not honoured! (is it a problem with the configure
script, my gcc, or something else?): the trick to get me past configure
(the build is still underway, so I'm not completely out of the woods
yet...) was to specify everything in my 'CC' environment variable (i.e.:
'setenv CC "gcc -B /USER/philippe/Irix/LibTool/lib
-I/USER/philippe/Irix/LibTool/include -B /USER/philippe/Irix/Gmp/lib
-I/USER/philippe/Irix/Gmp/include"'). Messy, but it seems to work...

Thanks a lot for the hint!

Philippe

Ludovic Courtès wrote:
> 
> Hi,
> 
> Philippe Schaffnit <address@hidden> writes:
> 
> > I'm trying to build guile under SGI Irix, and the configure script
> > complains with
> >
> > checking how to hardcode library paths into programs... immediate
> > checking for lt_dlinit in -lltdl... no
> > configure: error: libltdl not found.  See README.
> >
> > Well... that's not entirely true: I've just installed LibTool, and
> > libltdl.so|libltdl.a are in the LD_LIBRARY_PATH! Unfortunately I'm not
> > able to find a workaround for that.
> 
> You should look at `config.log': Right below this error, it should
> contain the C program whose compilation failed (and led `configure' to
> think `libltdl' is not available) as well as the compilation command
> that was used.
> 
> If it does not provide any obvious clue, you can send it here, of
> course.
> 
> Thanks,
> Ludovic.






reply via email to

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