Hi Dave, I have the libusb-win32 file downloaded to /C/brlttywindows/libsub/libusb-win32-bin-1.2.6.0/.
and used ln -s "/C/brlttywindows/libsub/libusb-win32-bin-1.2.6.0/include/lusb0_usb.h" /mingw/include/ ln -s "/C/brlttywindows/libsub/libusb-win32-bin-1.2.6.0/lib/gcc/libusb.a" /mingw/lib/ ln -s "/C/brlttywindows/libsub/libusb-win32-bin-1.2.6.0/bin/x86/libusb0_x86.dll" /mingw/bin/libusb0.dll The ls -l on Original files and the symbolic links as below. Im mingw the ls on symbolic links are not giving any reference to the target (unlike in linux with -> symbol. Not sure this is expected). ----Target________________________ $ ls -ls /C/brlttywindows/libsub/libusb-win32-bin-1.2.6.0/include/lusb0_usb.h 12 -rw-r--r-- 1 ssamuel Administrators 11879 Jul 12 2011 /C/brlttywindows/libsub/libusb-win32-bin-1.2.6.0/include/lusb0_usb.h $ ls -ls /C/brlttywindows/libsub/libusb-win32-bin-1.2.6.0/lib/gcc/libusb.a 36 -rw-r--r-- 1 ssamuel Administrators 36550 Jan 17 2012 /C/brlttywindows/libsub/libusb-win32-bin-1.2.6.0/lib/gcc/libusb.a $ ls -ls /C/brlttywindows/libsub/libusb-win32-bin-1.2.6.0/bin/x86/libusb0_x86.dll 67 -rwxr-xr-x 1 ssamuel Administrators 67680 Jan 17 2012 /C/brlttywindows/libsub/libusb-win32-bin-1.2.6.0/bin/x86/libusb0_x86.dll -----------------Symbolic Link $ ls -ls /mingw/include/lusb0_usb.h 12 -rw-r--r-- 1 ssamuel Administrators 11879 Jul 12 2011 /mingw/include/lusb0_usb.h $ ls -ls /mingw/lib/libusb.a 36 -rw-r--r-- 1 ssamuel Administrators 36550 Jan 17 2012 /mingw/lib/libusb.a $ ls -ls /mingw/bin/libusb0.dll 67 -rwxr-xr-x 1 ssamuel Administrators 67680 Jan 17 2012 /mingw/bin/libusb0.dll Thanks, Siju Samuel On Tue, Oct 1, 2013 at 10:17 PM, Dave Mielke <[email protected]> wrote: > [quoted lines by Siju Samuel on 2013/10/01 at 19:40 -0500] > > >1. Config.log > > I have provided the symbolic links to libusb-win32 as provided in the > >document. But in the config.log it is giving some message as below . > >Attaching the entire log in the mail. Note that I used libusb-win32. How > >do we make sure in configuration it is using libusb-win32 ? > > > >configure:12058: USB I/O package not available: libusb > >configure:12058: USB I/O package not available: libusb-1.0 > >configure:12066: WARNING: USB I/O support not available on this platform > > Please post exactly which symbolic links you made. > > Please check the target for each symbolic link and confirm that the actual > files really do exist. > > -- > Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of > God. > Phone: 1-613-726-0014 | Ottawa, Ontario | http://Mielke.cc/bible/ > EMail: [email protected] | Canada K2A 1H7 | http://FamilyRadio.com/ > _______________________________________________ > This message was sent via the BRLTTY mailing list. > To post a message, send an e-mail to: [email protected] > For general information, go to: http://mielke.cc/mailman/listinfo/brltty >
_______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
