On Thu, Dec 05, 2002 at 04:19:27PM -0800, mikel evins wrote: > > On Thursday, December 5, 2002, at 03:54 PM, Nicholas Riley wrote: > > >To really be sure, here's what I generally do: > > > >% rm aclocal.m4 > >% rm -rf autom4te.cache > >% glibtoolize --copy --force > >% aclocal > >% autoconf > > > > > > bash-2.05a$ rm aclocal.m4 > bash-2.05a$ rm -rf autom4te.cache > bash-2.05a$ glibtoolize --copy --force > You should add the contents of `/sw/share/aclocal/libtool.m4' to > `aclocal.m4'. > Putting files in AC_CONFIG_AUX_DIR, `scripts'. > bash-2.05a$ /sw/bin/aclocal > bash-2.05a$ /sw/bin/autoconf > bash-2.05a$ cd ../builds/ > bash-2.05a$ ../unix/configure --enable-python > checking for Python configuration... not enabled
The syntax of the python option has changed with my patch - see configure --help. > loading cache /dev/null within ltconfig > ltconfig: you must specify a host type if you use `--no-verify' > Try `ltconfig --help' for more information. > configure: error: libtool configure failed Yup, this was my problem with MetaKit on Linux. There's some mismatch - are you sure you're using glibtoolize from Fink? -- =Nicholas Riley <[EMAIL PROTECTED]> | <http://www.uiuc.edu/ph/www/njriley> Pablo Research Group, Department of Computer Science and Medical Scholars Program, University of Illinois at Urbana-Champaign _______________________________________________ metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit
