bug-coreutils
[Top][All Lists]
Advanced

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

Re: coreutils-4.5.12 doesn't build on HP-UX 11.00 with gcc 3.0.4


From: Jerome Zago
Subject: Re: coreutils-4.5.12 doesn't build on HP-UX 11.00 with gcc 3.0.4
Date: Thu, 3 Apr 2003 10:33:27 CEST

Jim Meyering <address@hidden> wrote :
> However, I suspect that there's a problem with gcc's
> header files on your system. stddef.h should define size_t.
> 
> Here's a little test you can run.
> It creates a 2-line file and tries to compile it,
> first with gcc, then with cc.  Both should work.

-----
address@hidden:~/src/tmp$ cat k.c
#include <stddef.h>
size_t n;
address@hidden cc -c k.c && echo OK
OK
address@hidden gcc -c k.c && echo OK
OK
-----

Note that coreutils-4.5.12 does build with cc:
-----
address@hidden:~/src/orig/coreutils-4.5.12$ CC=cc ./configure >/dev/null 2>&1 
&& make >/dev/null 2>&1 && echo OK
OK
-----

More details / extra testing upon request.

___________________________________
Webmail Nerim, http://www.nerim.net/






reply via email to

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