bug-tar
[Top][All Lists]
Advanced

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

Re: [Bug-tar] GNU Tar 1.16.1 v. Tru64


From: Paul Eggert
Subject: Re: [Bug-tar] GNU Tar 1.16.1 v. Tru64
Date: Tue, 05 Jun 2007 10:21:18 -0700
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

address@hidden (Steven M. Schweda) writes:

> I see it, the "configure" script attempts to compile something like
> this:
>
> /* confdefs.h.  */
> /* <I know not what might be in here.> */
> /* end confdefs.h.  */
> #include <ctype.h>
>
> int
> main ()
> {
> #ifndef isblank
>   char *p = (char *) isblank;
>   return !p;
> #endif
>
>   ;
>   return 0;
> }
>
> using a command like this:
>
> cc -c -g  conftest.c
>
> which works fine (and shows no evidence of looking for any non-system
> header files).

What is the output of "cc -E conftest.c" with that input file?




reply via email to

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