autoconf
[Top][All Lists]
Advanced

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

Re: Configure for non-gcc compiler


From: Paul Eggert
Subject: Re: Configure for non-gcc compiler
Date: Thu, 18 Apr 2013 12:27:06 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

> worse, some are mixed

Autoconf doesn't work very well if you use different C compilers
to compile different bits of C code.  If the compilers are compatible
with each other it'll work, but if not, you could be in trouble.
If you have that sort of trouble,
my suggestion is to segregate the code by directory, and
to have separate 'configure' scripts in each directory.
As long as you use only one C compiler per directory you
should be OK.



reply via email to

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