On Sunday 10 July 2011 20:06:29 Torfinn Ingolfsen wrote:
> On Sun, 10 Jul 2011 19:56:03 +0200
> 
> Hans Petter Selasky <[email protected]> wrote:
> > Try to:
> > 
> > setenv CFLAGS "-I/usr/local/include"
> > export CFLAGS
> > 
> > Before configure.
> 
> I tried (I'm using /bin/sh)
> CFLAGS="-I/usr/local/include" ./configure
> env CFLAGS="-I/usr/local/include" ./configure
> 
> but got the same error message:
> configure: error: Can't find libusb. On ubuntu, try sudo apt-get install
> libusb-dev

Maybe also add -L/usr/local/lib

--HPS
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[email protected]"

Reply via email to