Stephen J. Turnbull writes:
>>>>> "Sule" == Sule Yildirim
<yildirim(a)ube.ege.edu.tr> writes:
Sule> I'm installing 21.1.14 currently. I get errors. Output of
Sule> "gcc -v" is:
Sule> gcc -c -g -O3 -Wall -Wno-switch -Demacs -I. -DHAVE_CONFIG_H getloadavg.c
Sule> In file included from /usr/include/kstat.h:11,
Sule> from getloadavg.c:118:
Sule> /usr/include/sys/kstat.h:52: parse error before `hrtime_t'
Sule> /usr/include/sys/kstat.h:52: warning: no semicolon at end of struct or
union
Looks to me like your /usr/include/sys/kstat.h is broken. Check that
that file is correct and correctly installed. It looks from the error
messages that the structure _before_ struct hrtime_t has a typo in it.
He's also using gcc-2.96, which I believe is, uhm, "deprecated" (I
think that's the most polite way of putting it) by the gcc team, since
RedHat should never have shipped it, and it's broken.
Robert
--