|
From: Xiaofan C. <xia...@gm...> - 2010-10-13 13:09:17
|
On Wed, Oct 13, 2010 at 7:48 PM, Simone chemelli <che...@te...> wrote: > Please check the screenshots attached to previous message. > You are install it to /usr/local/bin and yet your screenshot shows /usr/bin (/bin for Cygwin). > libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libusb-1.0.la'i; > echo cygusb-1.0.dll'` > libtool: install: dldir=/usr/local/lib/`dirname ../bin/cygusb-1.0.dll` > libtool: install: test -d /usr/local/lib/../bin || mkdir -p > /usr/local/lib/../bin > libtool: install: /usr/bin/install -c .libs/cygusb-1.0.dll > /usr/local/lib/../bin/cygusb-1.0.dll > libtool: install: chmod a+x /usr/local/lib/../bin/cygusb-1.0.dll > libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval > 'strip --strip-unneeded /usr/local/lib/../bin/cygusb-1.0.dll' || exit 0; fi > So you should check if /usr/local/bin has the latest cygusb-1.0.dll. If you want to overwrite the existing Cygwin libusb-1.0 package, then you should use "./autogen.sh --prefix=/usr". -- Xiaofan |