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/1610
-- gerrit commit 2601ec84430621c14d6e18a196a4980670d62f2c Author: Stephan Linz <l...@li-pro.net> Date: Tue Sep 3 19:55:51 2013 +0200 configure: add library search for clock_gettime() Error was: checking for library containing FT_GetLibraryVersion... no configure: error: You appear to be missing the FTD2xx driver library. Change-Id: Id9c27246b8e43cd8d27bbe5d625fa85072ca76d8 Signed-off-by: Stephan Linz <l...@li-pro.net> diff --git a/configure.ac b/configure.ac index 1a64747..08eb86a 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([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