I'm sorry... my mistake...

./configure LDFLAGS=-L/opt/libftdi-1.0 --prefix=/opt/openocd
--enable-ft2232_libftdi --enable-maintainer-mode

is enough to point configure to the right lib... everything is fine. and
I learned a lot about configure ;-)

sorry about the noise
        Martin

Am Mittwoch, den 02.06.2010, 23:26 +0100 schrieb Spencer Oliver:
> On 02/06/2010 17:35, Martin Zenzes wrote:
> > Hi,
> >
> > when I do
> >
> > ./configure LDFLAGS=-L/opt/libftdi-1.0 LIBS=-lftdi-1.0
> > --enable-maintainer-mode
> >
> 
> Have you tried quoting the parameters, eg.
> ./configure LDFLAGS="-L/opt/libftdi-1.0" LIBS="-lftdi-1.0" 
> --enable-maintainer-mode
> 
> may also be worth attaching the config.log if you still get problems.
> 
> Cheers
> Spen


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

Reply via email to