This is an automated email from Gerrit. Stephan Linz (l...@li-pro.net) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1611
-- gerrit commit 7d0cc3c9ef35285fda892fb89180b9ad7e33af85 Author: Stephan Linz <l...@li-pro.net> Date: Tue Sep 3 19:56:08 2013 +0200 configure: add library search for libusb_init() Error was: checking for library containing FT_GetLibraryVersion... no configure: error: You appear to be missing the FTD2xx driver library. Change-Id: Id5c2de0efc83cdd8440d0a0b6e0d86ce2c60c03b Signed-off-by: Stephan Linz <l...@li-pro.net> diff --git a/configure.ac b/configure.ac index 08eb86a..dcf5b47 100644 --- a/configure.ac +++ b/configure.ac @@ -970,6 +970,7 @@ if test $build_ft2232_ftd2xx = yes -o $build_presto_ftd2xx = yes -o $build_usb_b AC_CHECK_HEADER([ftd2xx.h],[],[ AC_MSG_ERROR([You seem to be missing the FTD2xx driver header file.]) ]) + AC_SEARCH_LIBS([libusb_init],[usb-1.0]) AC_SEARCH_LIBS([clock_gettime],[rt]) AC_SEARCH_LIBS([FT_GetLibraryVersion],[ftd2xx],,[ AC_MSG_ERROR([You appear to be missing the FTD2xx driver library.]) -- ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list OpenOCD-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openocd-devel