> 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/limits.h. Look at /usr/include/limits, line 52. Probably /usr/include/linux isn't in your search path. I think the error message goes away if you add the following flags to gcc: -I/usr/include -I/usr/include/linux -- joost witteveen, [EMAIL PROTECTED] #!/usr/bin/perl -sp0777i<X+d*lMLa^*lN%0]dsXx++lMlN/dsM0<j]dsj $/=unpack('H*',$_);$_=`echo 16dio\U$k"SK$/SM$n\EsN0p[lN*1 lK[d2%Sa2/d0$^Ixp"|dc`;s/\W//g;$_=pack('H*',/((..)*)$/) #what's this? see http://www.dcs.ex.ac.uk/~aba/rsa/ -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .