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:
> > > >
> > > > ...
> > > >
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
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
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
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
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