bug-tar
[Top][All Lists]
Advanced

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

Re: [Bug-tar] WARNING: ## Report this to address@hidden ##


From: Paul Eggert
Subject: Re: [Bug-tar] WARNING: ## Report this to address@hidden ##
Date: Tue, 21 Aug 2012 07:24:41 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0

On 08/21/2012 02:01 AM, Held, Douglas wrote:
> $ cat test.c
> #include <sys/types.h>

Sorry, that wasn't the test programs I was worried about.
Can you please try the following?

  echo '#include <sys/device.h>' >test.c
  gcc -c test.c

  echo '#include <sys/types.h>' >test.c
  echo '#include <sys/device.h>' >>test.c
  gcc -c test.c

Also, if you go back to the failing compilation, what
is the output of "make V=1"?  It may include compiler
flags that you'll need in the above tests.



reply via email to

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