Re: failing "make install" because missing lib

2004-05-26 Thread Boris Kolpackov
Julien Michielsen <[EMAIL PROTECTED]> writes: > Trying to compile and install gphoto, I can't succeed to run "make" > as it cannot find libslang.so.1 (which lives in /usr/lib) . I ran > configure with libdir=/usr/lib, but still make ends with > "cannot find -lslang". At one point I got "make" run

Re: failing "make install" because missing lib

2004-05-26 Thread Paul D. Smith
%% Julien Michielsen <[EMAIL PROTECTED]> writes: jm> Trying to compile and install gphoto, I can't succeed to run jm> "make" as it cannot find libslang.so.1 (which lives in /usr/lib) jm> . I ran configure with libdir=/usr/lib, but still make ends with jm> "cannot find -lslang". At one poin

failing "make install" because missing lib

2004-05-25 Thread Julien Michielsen
Trying to compile and install gphoto, I can't succeed to run "make" as it cannot find libslang.so.1 (which lives in /usr/lib) . I ran configure with libdir=/usr/lib, but still make ends with "cannot find -lslang". At one point I got "make" running all right, and finding the lib, but then "make ins