Re: configure problem on HP-UX 11

2002-07-01 Thread scott douglass
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

(no subject)

2002-07-01 Thread test2

Avoiding re-make of docs

2002-07-01 Thread John Poltorak
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

Detecting C compiler

2002-07-01 Thread Philip Willoughby
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

ac-archive not known? Re: Detecting C compiler

2002-07-01 Thread Guido Draheim
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

Re: Detecting C compiler

2002-07-01 Thread Bob Proulx
> 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

(no subject)

2002-07-01 Thread test3

¿ä¿ä!! ÈÞ´ëÆù¿ë ÀÚµ¿ÁÙ°¨±â À̾îÆù [±¤°í]

2002-07-01 Thread ÁÖ
        ¢Á º»¸ÞÀÏÀº Á¤º¸Åë½Å¸Á ÀÌ¿ëÃËÁø ¹× Á¤º¸º¸È£ µî¿¡ °üÇÑ ¹ý·ü Á¦ 50Á¶¿¡ ÀǰÅÇÑ [±¤°í] ¸ÞÀÏÀÔ´Ï´Ù. ¢Á e-mail ÁÖ¼Ò´Â ÀÎÅͳݻ󿡼­ ÃëµæÇÏ¿´À

GZIPing docs

2002-07-01 Thread John Poltorak
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