Mail Archives: pgcc/1998/11/25/15:31:52
Reply to mail from ksparger about Possible bug in glibc binary?
-----------------
> The most obvious example of the incorrect behaviour pgcc is generating
> problems for me is the fact that ircII 4.4 compiled under the libc6/pgcc
> libc6 combination reports the time to be exactly 6 hours LATER than it
> really is (no, this is not a system problem, because programs such as
hmm. my first guess is /etc/localtime has the wrong contents. mine is
linked to /usr/share/zoneinfo/America/Los_Angeles. i'd check all your
`date' links for timezone links -all- point to the same file.
> program. Further, until I installed a link /usr/local/pgcc/lib/gcc-lib to
> /usr/lib/gcc-lib, I received the following error whenever attempting to
> compile any program which included limit.h:
>
> In file included from /usr/include/sys/param.h:23,
> from ../include/irc.h:53,
> from alias.c:15:
> /usr/include/limits.h:46: No include path in which to find limits.h
[...]
> Thanks your time, and please be gentle if I did something stupid ;)
=)
limits.h is an OS specific file. if you're using linux, these two links
should exist. /usr/include/linux -> /path/to/linux/include/linux and
/usr/include/asm -> /path/to/linux/include/asm. if you cd to
/path/to/linux, and run `make symlinks' with a recent version of the
kernel, these links should be made for you properly; including asm
pointing to your specific platform.
-d
--
Look, Windows 98 Buy, lemmings, buy! MCSE, Must Consult Someone Experienced
__ (c) 1998 David Ford. Redistribution via the Microsoft Network is prohibited
\/ for linux-kernel: please read linux/Documentation/* before posting problems
- Raw text -