devork

E pur si muove

Compiling libtool examples

Sunday, March 23, 2008

This is more a reminder to myself, but here's how to compile the libtool examples:

$ cd demo
$ aclocal
$ libtoolize --automake
$ automake --add-missing
$ autoconf
$ ./configure
$ make

It's really how to bootstrap any GNU autotools using application I suppose.

Sunday, March 23, 2008 |

2 comments:

New comments are not allowed.

Subscribe to: Post Comments (Atom)