On Monday 15 June 2009, Gene Smith wrote:
> ./configure --enable-maintainer-mode --enable-jlink --enable-rlink
> --enable-ft2232_libftdi LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
>
> Not sure why this is needed. If can't be fixed in configure it should at
> least be documented.
Agreed ... for the moment, this email thread is our documentation. :)
It should eventually be turned into release notes. Or better yet,
as Zach noted, patches.
What I needed on an Ubuntu 8.04 system was:
- Install latest libftdi ... I used the GIT tree, post 0.16
- Before running configure:
$ CFLAGS=-I/usr/local/include
$ LDFLAGS=-L/usr/local/lib
$ LD_LIBRARY_PATH=/usr/local/lib
$ export CFLAGS LDFLAGS LD_LIBRARY_PATH
- Then configure:
$ sh configure --enable-maintainer-mode --enable-ft2232_libftdi ...
- At runtime, the LD_LIBRARY_PATH was needed in the environment.
The "config.log" kept hinting at each level of problem.
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development