Re: guile 2.0.7 installation problems: configure issues libltdl error

2012-12-07 Thread msematman
On Fri, Dec 7, 2012, at 04:54 PM, dsm...@roadrunner.com wrote: > > msemat...@myopera.com wrote: > > On Thu, Dec 6, 2012, at 08:24 PM, Mark H Weaver wrote: > > > msemat...@myopera.com writes: > > > > Last line of configure output: > > > > > > > > ... > > > >

Re: guile 2.0.7 installation problems: configure issues libltdl error

2012-12-07 Thread dsmich
msemat...@myopera.com wrote: > On Thu, Dec 6, 2012, at 08:24 PM, Mark H Weaver wrote: > > msemat...@myopera.com writes: > > > Last line of configure output: > > > > > > ... > > > ... > > > ... > > > checking for libltdl... no > > > > > > and an error is issue

Re: guile 2.0.7 installation problems: configure issues libltdl error

2012-12-07 Thread msematman
On Thu, Dec 6, 2012, at 08:24 PM, Mark H Weaver wrote: > msemat...@myopera.com writes: > > Last line of configure output: > > > > ... > > ... > > ... > > checking for libltdl... no > > > > and an error is issued complaining about the absence of libltdl. > > > > Howe

Re: guile 2.0.7 installation problems: configure issues libltdl error

2012-12-06 Thread Mark H Weaver
msemat...@myopera.com writes: > Last line of configure output: > > ... > ... > ... > checking for libltdl... no > > and an error is issued complaining about the absence of libltdl. > > However, libltdl exists on the system: > > ls -l /us

Re: guile 2.0.7 installation problems: configure issues libltdl error

2012-12-06 Thread Ludovic Courtès
Hi, msemat...@myopera.com skribis: > checking for libltdl... no > > and an error is issued complaining about the absence of libltdl. > > However, libltdl exists on the system: > > ls -l /usr/lib64/*ltdl* > > lrwxrwxrwx 1 root root16 Nov 21 2011 /usr/lib64/libltdl

guile 2.0.7 installation problems: configure issues libltdl error

2012-12-06 Thread msematman
Dear all, I am a non-root user on a 64bit machine. I have been trying to install guile 2.0.7 from the tarball. After ordinary ./configure --prefix=$HOME/local or even just ./configure did not work, I have tried with: CC=gcc LDFLAGS="-L/usr/lib64/" ./configure --prefix=$HOME/local First few lines