I have a problem installing OpenOCD:
checking for ftd2xx.h... yes
checking for library containing FT_GetLibraryVersion... no
Said library is installed and tested.
In hopes of seeing where is configure
looking for the library, I passed the verbose
command switch. No change at all!
Is there a way to check where and under what name is configure looking for said library?
./configure --verbose --enable-ftdi --enable-ft2232_ftd2xx
. I found my mistake elsewhere, but thisconfig.log
is good to know. – Vorac Aug 16 '13 at 10:33