On Monday 22 October 2012 01:51:30 Gregg Levine wrote:
> On Mon, Oct 22, 2012 at 1:37 AM, Mike Frysinger <vap...@gentoo.org> wrote:
> > On Sunday 21 October 2012 22:36:07 Gregg Levine wrote:
> >> gcc  -g -O2 -I/usr/lib/libftd2xx -L/usr/lib/libftd2xx -Wall   -o jtag
> >> jtag.o -Lcmd -lcmd -Ltap -ltap -Lpart -lpart -Llib -ljtaglib -Lflash
> >> -lflash -Ltap -ltap -Lflash -lflash -Lbus -lbus -lm -Lsvf -lsvf -Lbsdl
> >> -lbsdl   -lftd2xx -L/usr/lib -lftdi -L/usr/lib -lusb -lrt  -lreadline
> >> -ltermcap -L/usr/lib -lusb
> > 
> > add -ldl to the end of this link line
> 
> Mike I stuck it there, and now this happens:
> gcc  -g -O2 -I/usr/lib/libftd2xx -L/usr/lib/libftd2xx -Wall   -o jtag
> jtag.o -Lcmd -lcmd -Ltap -ltap -Lpart -lpart -Llib -ljtaglib -Lflash
> -lflash -Ltap -ltap -Lflash -lflash -Lbus -lbus -lm -Lsvf -lsvf -Lbsdl
> -lbsdl   -lftd2xx -L/usr/lib -lftdi -L/usr/lib -lusb -lrt  -lreadline
> -ltermcap -L/usr/lib -lusb

there is no -ldl here

you probably can edit the src/Makefile and add -ldl after every place where
-lftd2xx shows up
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
UrJTAG-development mailing list
UrJTAG-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/urjtag-development

Reply via email to