Title: libtool.m4 and support for CC -xar on solaris
I've installed libtool-1.4.3 on Solaris 8 (Solaris 8 2/02 s28s_u7wosa SPARC).
I'm using the native C++ compiler (CC: WorkShop Compilers 5.0 02/10/08 C++ 5.0 Path 107311-19).
The CVS log for libtool.m4 seems to show the support for usin
Is there any particular version, label, etc.?
Or do I just go with the latest and hope that it's stable?
Also, are there any compatability issues with regard to automake,
autoconf, etc.?
Thanks.
--Brent
-Original Message-
From: Bob Friesenhahn [mailto:[EMAIL PROTECTED]]
Sent: February
On Tue, 18 Feb 2003, S. Brent Faulkner wrote:
> Is there any particular version, label, etc.?
>
> Or do I just go with the latest and hope that it's stable?
The latest works for me. Stability is difficult to define for
software that is under development.
> Also, are there any compatability iss
Hi,
For some reason, libtool-1.4e pulls unwanted language checks into
configure scripts.
eg. this simple configure.ac pulls in CXX and F77:
# cat configure.ac
AC_INIT([automake-bug],[5.0])
AC_PREREQ(2.57)
AC_CONFIG_SRCDIR(foo.c)
AM_INIT_AUTOMAKE([foreign 1.7.2b dist-bzip2])
AC_PROG_CC
AC_PROG_L