Hi all,

I wanted to let everyone know that I have committed the changes required
to build libopenocd.{a,so} using libtool (part of the GNU autotools).
Obviously, this will require that all developers have the libtool
package installed, though it will probably already be present for most.

In addition, everyone will need to run the following in their working
copies after updating to r1695 or beyond:

  libtoolize --automake

This will create copy of ltmain.sh in the project directory, which fixes
the error that you will get if you try to rebuild without this step.
This step is required even if you are using '--enable-maintainer-mode'.

This one-time step comes from the addition of the AC_PROG_LIBTOOL macro.
It will be performed automatically in the bootstrap script for newly
checked out working copies.  Sorry for the inconvenience.

Cheers,

Zach

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to