Hi,

when I do

./configure LDFLAGS=-L/opt/libftdi-1.0 LIBS=-lftdi-1.0
--enable-maintainer-mode

with recent git (d944a0b) , I'm getting an error:

configure: error: C compiler cannot create executables

after removing the "-1.0" part of LIBS, everything is fine, but openocd
selects the wrong version of the ftdi-library.

I can compile openOCD with my custom libftdi-version by replacing
LIBS and LDFLAGS using sed in every Makefile after a normal run
of ./configure.

This seems to be a bug in configure?

Greetings
Martin

_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to