autoconf
[Top][All Lists]
Advanced

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

Re: AC_LIBTOOL_CXX


From: Ossama Othman
Subject: Re: AC_LIBTOOL_CXX
Date: Tue, 7 Aug 2001 21:29:22 -0700
User-agent: Mutt/1.2.5i

Hi Stephen,

On Tue, Aug 07, 2001 at 08:27:51PM -0400, Stephen Torri wrote:
> I am working on the configure.in file for the ACE+TAO library which is
> written in C++. Since its a C++ library the developers are using libtool.
> As part of the configure file is the following used to make libtool work
> with g++:
> 
> CC="$CXX"
> AC_PROG_LIBTOOL
> AC_LIBTOOL_CXX
> LIBTOOL="$LIBTOOL --tag=CXX"
> 
> Are these calls still necessary to make libtool work with g++? I'm using
> autoconf (v 2.52), automake (v 1.4) and libtool (1.3.5).

Actually, you should be using libtool 1.4b or the libtool CVS HEAD
branch.  Libtool 1.3.5 didn't have full C++ support.

> Also I am receiving the following error:
> 
> configure.in:385: error: possibly undefined macro: AC_LIBTOOL_CXX
> 
> I could not find this in the info for autoconf or libtool.

Try libtool 1.4b-2.

BTW, sorry for not responding to your previous e-mail.  I just back
from being out of town.  I'll get to it tomorrow.  Time to sleep
now. :-)

-Ossama
-- 
Ossama Othman <address@hidden>
Distributed Object Computing Laboratory, Univ. of California at Irvine
1024D/F7A394A8 - 84ED AA0B 1203 99E4 1068  70E6 5EB7 5E71 F7A3 94A8



reply via email to

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