libtool
[Top][All Lists]
Advanced

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

Re: Turning of C++ detection on latest alpha


From: Samuel Meder
Subject: Re: Turning of C++ detection on latest alpha
Date: Tue, 12 Mar 2002 15:23:31 -0600
User-agent: Mutt/1.3.25i

On Wed, 13 Mar 2002, Kevin Ryde wrote:

> Samuel Meder <address@hidden> writes:
> >
> > I'm using the latest alpha libtool alpha (1.4d) and would like to be
> > able to turn of detection of the C++ compiler and preprocessor.
> 
> I've had some joy from setting a default value for --with-tags, as per
> the following with $want_cxx determining whether c++ is desired.  I
> don't know if this is kosher or not, but it has the effect of
> supressing tests relating to GCJ and (on mingw) RC too.
> 
> if test "${with_tags+set}" != set; then
>   if test $want_cxx = yes; then
>     with_tags=CXX
>   else
>     with_tags=
>   fi
> fi


Passing a empty with_tags does only turn of the GCJ stuff. C++
detection is still done.

/Sam



reply via email to

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