On Jan 7, 2009, at 9:51 AM, Dick Hollenbeck wrote:
Hi, I have no love for the latest configure automake build crap. I am running on Ubuntu Hardy Linux with a standard package installed: d...@dick-desktop:/svn/openocd$ dpkg -l | grep libftdi ii libftdi-dev 0.10-2 Development files for libftdi ii libftdi0 0.10-2 Library to control and program the FTDI USBThis is no less than the world's most likely linux environment for OpenOCD.When I run ./configure with : $ ./configure --enable-dummy --enable-ft2232_libftdi --with-ftd2xx-lib=shared I get:checking Build & Link with libftdi...... configure: error: Cannot build& run test program using libftdi So the build environment will no longer support this standard linux environment. Please help me. automake and I are not on speaking terms. Dick _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
This was covered a few days ago. configure is testing for a function that only exists in libftdi 0.14. Apparently this isn't strictly necessary as libftdi 0.10 works on *nix systems. Look in the archives for the thread that started with the subject "SVN COMMIT - config with ftd2xx &libftdi."
-- Rick Altherr [email protected]"He said he hadn't had a byte in three days. I had a short, so I split it with him."
-- Unsigned
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
