Re: disable C compiler check?

2003-08-02 Thread Albert Chin
On Thu, Jul 31, 2003 at 03:26:52PM +0200, Patrick Guio wrote:
> I have an application that just contain C++ code and I will only need the
> code to be linked with C++ code.
> I wonder whether there is a way to disable C (and fortran) checkings when
> running the macro AC_PROG_LIBTOOL in the configure.ac ?

You cannot remove the C check. As to removing the other checks, there
is a patch for it but we have to wait for the copyright assignment
form for the submitter to be accepted before the patch is applied,
barring any objections.

Ideally, libtool should treat C like C++ and other languages but it
doesn't yet.

-- 
albert chin ([EMAIL PROTECTED])


___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool


disable C compiler check?

2003-07-31 Thread Patrick Guio


Hi,
I have an application that just contain C++ code and I will only need the
code to be linked with C++ code.
I wonder whether there is a way to disable C (and fortran) checkings when
running the macro AC_PROG_LIBTOOL in the configure.ac ?

Sincerely,

Patrick


___
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool