Re: limits.h

2002-01-25 Thread Alexey
> /usr/lib/gcc-lib/i386-linux/2.95.4/include/limits.h Thanks a lot, that's what I needed. I recompiled gcc, but after the installation gcc-lib//2.95.3/include directory remained empty. I had to copy float.h, limits.h and syslimits.h manually from /gcc/include. There are many header fil

Re: limits.h

2002-01-24 Thread Noah Massey
e/netinet/in.h:212, > from /usr/include/netdb.h:28, > from pam_access.c:48: > /usr/include/limits.h:124: No include path in which to find limits.h > make[2]: *** [dynamic/pam_access.o] Error 1 > make[1]: *** [all] Erro

Re: limits.h

2002-01-24 Thread Eric G . Miller
t.h:31, > from /usr/include/netinet/in.h:212, > from /usr/include/netdb.h:28, > from pam_access.c:48: > /usr/include/limits.h:124: No include path in which to find limits.h > make[2]: *** [dynamic/pam_access.o] Error 1 > make[1]

limits.h

2002-01-24 Thread Alexey
, from pam_access.c:48: /usr/include/limits.h:124: No include path in which to find limits.h make[2]: *** [dynamic/pam_access.o] Error 1 make[1]: *** [all] Error 1 make: *** [modules] Error 2 *** Of course, it's not a PAM sourc

Re: potato: linux/limits.h: Permission denied

2000-06-05 Thread Lonnie Sauter
his file and in fact they can. > > I tested it with more.)... > > check /usr/include/linux/limits.h This seems fine... [ [EMAIL PROTECTED] [~] ] (262) # ls -l /usr/include/linux/limits.h -rw-r--r--1 root root 744 May 1 13:27 /usr/include/linux/limits.h FYI: [ [EMAIL PRO

Re: potato: linux/limits.h: Permission denied

2000-06-05 Thread Ben Collins
more.)... check /usr/include/linux/limits.h -- ---===-=-==-=---==-=-- / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=--===-=-=-=-===-==---=--=---'

potato: linux/limits.h: Permission denied

2000-06-05 Thread Lonnie Sauter
compile this program, read the comments first!" In file included from /usr/include/bits/posix1_lim.h:126, from /usr/include/limits.h:30, from /usr/lib/gcc-lib/i386-linux/2.95.2/include/limits.h:117, from /usr/lib/gcc-lib/i386-linux/2.9

Re: limits.h

1997-10-05 Thread Martin . Bialasinski
On 5 Oct, Ralph Winslow wrote: > Lately, when compiling various packages (pgp, perl5.004-2) > I get errors like: > > /usr/include/limits.h:52: No include path in which to find limits.h > > Since it found limits.h in /usr/include I don't get it. I got by > one of th

Re: limits.h

1997-10-05 Thread joost witteveen
> Lately, when compiling various packages (pgp, perl5.004-2) > I get errors like: > > /usr/include/limits.h:52: No include path in which to find limits.h > > Since it found limits.h in /usr/include I don't get it. Gcc found limits.h there too. But now it wants the on

limits.h

1997-10-05 Thread Ralph Winslow
Lately, when compiling various packages (pgp, perl5.004-2) I get errors like: /usr/include/limits.h:52: No include path in which to find limits.h Since it found limits.h in /usr/include I don't get it. I got by one of these by adding #define MAX_NAMELEN 255 but the latest one has me ba