[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

configure --host= breaks libtool ?



Im having problems compiling libextractor on at least ia64 and m68k

On those arch's dpkg-buildpackage fails with

libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'

In debian rules i am specifying host and build, so on ia64 configure is
called with.

./configure --host=ia64-linux --build=ia64-linux  (..other stuff)

If i run "./configure;make" it compiles, but if i run "./configure
--host=ia64-linux; make" then i get the error.

In both cases configure resolves the build && host as

checking build system type... ia64-unknown-linux-gnu
checking host system type... ia64-unknown-linux-gnu

Specifying host=ia64-linux makes it use ia64-linux-gcc instead
of gcc, but they are both symlinks to /usr/bin/gcc-3.3,
so that shouldnt matter.

I cant see any other differences, anyone have any ideas ?

Its using the latest autotools, including libtool 1.5-1



Glenn

Attachment: pgpwwoXQgIx67.pgp
Description: PGP signature


Reply to: