Hi Tomislav, * Tomislav Parčina wrote on Wed, Apr 05, 2006 at 08:39:46AM CEST: > > I'm trying to install ooh323 channel driver from asterisk-addons-1.2.2 > on Fedora Core 4. > I run > cd /usr/src/asterisk-addons-1.2.1/asterisk-ooh323c > ./configure (everything goes well) > Then I run > make > And I get following error. > libtool: unrecognized option `--tag=CC' > Try `libtool --help' for more information.
That is usually due to the package using an ancient Libtool (before 1.5) and a non-ancient Automake (> 1.6) version. You could ask the package maintainer to update both; current are 1.5.22 and 1.9.6. Cheers, Ralf _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
