At 12:48 PM 29-06-02 -0600, Bob Proulx wrote:
>> and since the test doesn't work properly, it's likely that it could
>> be improved.
>
>The original poster reported that the test failed with the HP native
>ANSI C compiler version B.11.11.04. I tested this on my system which
>has B.11.11.02, only
Is there any way to avoid the re-make of any docs included in a GNU app?
For example the m4 archive comes with four INFO files. I would like to
install these rather than recreating them, which in this case produces
error msgs anyway.
I would prefer to install the originals, preserving time st
Hi all,
I'm trying to write a pair of macros to enable strict ansi conformance mode
and all vaguely useful warnings for at least my target platforms:
* AIX with Visualage for C++ C compiler (xlc_r)
* Solaris with Sun's ANSI C compiler (cc)
* HP-UX with HP's C compiler (cc)
* Linux with GCC
I ha
http://ac-archive.sf.net/C_Support/ac_prog_cc_warnings.html
see also
http://ac-archive.sf.net/C_Support/ac_prog_cc_strict_prototypes.html
http://ac-archive.sf.net/C_Support/ac_prog_cc_no_writeable_strings.html
Es schrieb Philip Willoughby:
>
> Hi all,
>
> I'm trying to write a pair of macros to
> I'm trying to write a pair of macros to enable strict ansi conformance mode
> and all vaguely useful warnings for at least my target platforms:
>
> * AIX with Visualage for C++ C compiler (xlc_r)
> * Solaris with Sun's ANSI C compiler (cc)
> * HP-UX with HP's C compiler (cc)
> * Linux with GCC
¢Á º»¸ÞÀÏÀº Á¤º¸Åë½Å¸Á ÀÌ¿ëÃËÁø ¹× Á¤º¸º¸È£ µî¿¡ °üÇÑ ¹ý·ü Á¦ 50Á¶¿¡ ÀǰÅÇÑ [±¤°í] ¸ÞÀÏÀÔ´Ï´Ù.
¢Á e-mail ÁÖ¼Ò´Â ÀÎÅͳݻ󿡼 ÃëµæÇÏ¿´À
Is there any way to GZIP docs (man pages and info docs) automatically when
building apps?
I often see these files compressed, but don't know if there are any
options within autoconf to enable this, or whether this has to be an
additional manual step after running make install...
--
John