libtool
[Top][All Lists]
Advanced

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

Compiler checks in AM_PROG_LIBTOOL


From: Fredrik Tolf
Subject: Compiler checks in AM_PROG_LIBTOOL
Date: Mon, 05 Mar 2007 02:58:52 +0100

Hi list!

I have this little problem with libtool, which I was convinced was a
common problem, but no matter what I've googled for I haven't been able
to find anything relevant, so I'm turning to the list instead.

The thing is, I'm using libtool in a couple of projects of mine, along
with autoconf and automake. Thus, I'm also using the AM_PROG_LIBTOOL
macro in my configure.in. However, it seems to have the rather nasty
habit of not only wanting to check for the g++ and g77 compilters, but
even making configure fail if they aren't present, and I have been
unable to find any way of turning that behavior off. It's quite
troubling for me not to be able to compile these programs on systems
without those compilers.

Surely, libtool doesn't actually require C++ or FORTRAN compilers? Is
there any way to make AM_PROG_LIBTOOL ignore those?

Thanks for reading!

Fredrik Tolf






reply via email to

[Prev in Thread] Current Thread [Next in Thread]