Skip to Content.
Sympa Menu

baslinux - Re: [BL] USB and the digital camera

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: David Moberg <davidjmoberg AT gmail.com>
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] USB and the digital camera
  • Date: Fri, 18 Nov 2005 14:03:08 -0800

On 11/17/05, Ron Clarke <ariadne AT earthlink.com.au> wrote:
> Hi Folks,
>
<snip>
> The module seems to load just fine.
>
> Unfortunately, libgphoto2 failed to compile in BL2 (even with the usb
> modules insmodded), so I didn't even attempt to compile gphoto2.

Try a static compile in SW9.1?

cd gphoto2-2.1.4
rm -f gphoto2/gphoto2
make | grep gcc | sed -e "s/gcc/gcc -static/" >tmp
cd gphoto2
`cat ../tmp`

(note that the quotes on the last line are ` marks, not ' or " marks)

> For this particular camera, I think I am stuck with using SW9.1. Which
> is no big deal.

Or you could copy the libraries over from SW9.1.

David




Archive powered by MHonArc 2.6.24.

Top of Page