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: Kevin Ryde
Subject: Re: Turning of C++ detection on latest alpha
Date: Wed, 13 Mar 2002 07:17:42 +1000
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i386-debian-linux-gnu)

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



reply via email to

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