[KLUG Members] Digital Cameras in linux

Ralph M. Deal members@kalamazoolinux.org
Mon, 20 May 2002 16:07:25 -0400


This is a multi-part message in MIME format.
--------------7DB44F707BD2D30273ED62A2
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Wesley Leonard wrote:
> 
> The Olympus D-360L is listed as support by gphoto:
> 
> http://www.gphoto.org
> 
> Give that a try.

Great suggestion, Wesley, BUT, as usual, I had troubles I 
worked on only for a couple of hours before sending this:
When performing the make command in order to install 
libusb, required by the new gphoto, I get the following error 
message (attached).  
So I tried to track down the missing lgcc_s library and in the process
discovered that it occurs in several situations but none of the
complaints
gave a solution.  I found by the way an rpm for libusb but that failed
with
"read manifest failed", whatever that means.  I then brought down the
tar.gz
version of libusb for which ./configure worked fine but make failed as
shown
in the attachment.
Finding a libgcc rpm package, I hoped it had contained a lgcc_s library,
but
I can't install that rpm because it needs ld-linux-ia64.so.2  AND
libc.so.6.1 ...  There must be an easier way??  Any suggestions?

	Nearing the end of the rope,   Ralph
--------------7DB44F707BD2D30273ED62A2
Content-Type: text/plain; charset=us-ascii;
 name="ldproblem"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="ldproblem"

Script started on Mon May 20 14:21:57 2002
*** root 14:21:57 /p5/RedHat/libusb-0.1.5> make
make  all-recursive
make[1]: Entering directory `/p5/RedHat/libusb-0.1.5'
Making all in .
make[2]: Entering directory `/p5/RedHat/libusb-0.1.5'
/bin/sh ./libtool --mode=link gcc  -g -O2 -g -Wall   -o libusb.la -rpath /usr/local/lib -version-info 5:0:1 -release 0.1 -export-dynamic  usb.lo error.lo descriptors.lo linux.lo  
rm -fr .libs/libusb.la .libs/libusb.* .libs/libusb-0.1.*
gcc -shared  usb.lo error.lo descriptors.lo linux.lo   -Wl,-soname -Wl,libusb-0.1.so.4 -o .libs/libusb-0.1.so.4.1.0
/usr/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status
make[2]: *** [libusb.la] Error 1
make[2]: Leaving directory `/p5/RedHat/libusb-0.1.5'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/p5/RedHat/libusb-0.1.5'
make: *** [all] Error 2
;root@deal:/p5/RedHat/libusb-0.1.5

*** root 14:22:16 /p5/RedHat/libusb-0.1.5 > exit
Script done on Mon May 20 14:22:18 2002

--------------7DB44F707BD2D30273ED62A2--