It should be possible to specify a path to the libraries and accompanying headers when running ./configure, e.g. using an option like
--with-libftdi=/usr/local/src/libftdixxx
Logged In: YES user_id=478715 Originator: YES
As a workaround, it should be sufficient to name the path to the .a and .h files in CFLAGS before running configure
The specification using --with-libftdi, --with-libftd2xx and --with-libusb is now enabled, but
- the paths appended to CFLAGS and LIBS probably aren't 100% correct - the summary displayed by configure may be wrong if the --with-* are used
Fixed in #858.
Log in to post a comment.
Logged In: YES
user_id=478715
Originator: YES
As a workaround, it should be sufficient to name the path to the .a and .h files in CFLAGS before running configure
Logged In: YES
user_id=478715
Originator: YES
The specification using --with-libftdi, --with-libftd2xx and --with-libusb is now enabled, but
- the paths appended to CFLAGS and LIBS probably aren't 100% correct
- the summary displayed by configure may be wrong if the --with-* are used
Logged In: YES
user_id=478715
Originator: YES
Fixed in #858.