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 files, do I ne

Re: limits.h

2002-01-24 Thread Noah Massey
--begin quoted message from Alexey, > While trying to compile something I get the error message: > > *** > > In file included from /usr/include/bits/socket.h:31, > from /usr/include/netinet/in.h:212, >

Re: limits.h

2002-01-24 Thread Eric G . Miller
On Thu, 24 Jan 2002 19:39:39 +0300 (MSK), "Alexey" <[EMAIL PROTECTED]> wrote: > While trying to compile something I get the error message: > > *** > > In file included from /usr/include/bits/socket.h:31, > from /usr

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 these by adding > This has puz

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 one in usr/include/linux/limit