I've installed the libtool alpha cvs build under MinGW.
Configuration and install was made under mSys (after replacing config.{guess,sub}):

../alpha/configure --prefix=/usr
make

Of note: I configured and installed under mSys because under MinGW it fails (undefined reference to `lt_libltdl_LTX_preloaded_symbols')

When I run a `libtool --help', I get :
  host-triplet:     powerpc-apple-darwin8.2.0
  shell:            /bin/sh
  compiler:         gcc
  compiler flags:   -g -O2
  linker:           /i686-pc-msys/bin/ld.exe (gnu? yes)
  libtool:          (GNU libtool 1.2268 2006/02/13 17:02:28) 2.1a
  automake:         automake (GNU automake) 1.9.6
  autoconf:         autoconf (GNU Autoconf) 2.59

How come the host-triplet is detected as *Darwin* ???
If I run `./config.sub `./config.guess`' in the 'libltdl/config' directory, I get the normal 'i686-pc-msys' or 'i686-pc-mingw32'.
I also get the expected normal response in the ./configure output.

Cheers,
Julien




_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to