What is limits.h and why is it bothering me...
For the past several weeks, I have tried to compile programs but I keep getting variations of the following: /usr/include/bits/local_lim.h:27: linux/limits.h: No such file or directory The 'limits.h' seems to be the common element. A search of my system shows me 7 different locations (many of them from /lost+found). Do I just copy from one of those into...where? I do not have a linux/limits directory at root. Installing by RPM seems to work fine, but a lot of programs are not available that way...(the latest being Procmeter). All help is appreciated--thanx. System info: SuSE 6.4, AMD k6-2...yada yada yada.
On Sun, Jan 14, 2001 at 11:14:57PM -0600, ZephyrQ wrote:
For the past several weeks, I have tried to compile programs but I keep getting variations of the following:
/usr/include/bits/local_lim.h:27: linux/limits.h: No such file or directory
limits.h belongs to linux kernel source, which is from lx_suse.rpm package. Looks like you don't have lx_suse installed. -Kastus
For the past several weeks, I have tried to compile programs but I keep getting variations of the following:
/usr/include/bits/local_lim.h:27: linux/limits.h: No such file or
limits.h is an important package for C and C++ compiled programs. It contains all the information about what sizes the various types of fundamental entities are on this machine. For instance it will tell you what the biggest number you can stuff into a long. Virtually any C/C++ program that is designed to run across different platforms/machines will use this to find out what it can do. Alan ----- Original Message ----- From: "ZephyrQ" <ZephyrQ@worldnet.att.net> To: <suse-linux-e@suse.com> Sent: Monday, January 15, 2001 5:14 AM Subject: [SLE] What is limits.h and why is it bothering me... directory
The 'limits.h' seems to be the common element. A search of my system shows me 7 different locations (many of them from /lost+found). Do I just copy from one of those into...where? I do not have a linux/limits directory at root.
Installing by RPM seems to work fine, but a lot of programs are not available that way...(the latest being Procmeter).
All help is appreciated--thanx.
System info: SuSE 6.4, AMD k6-2...yada yada yada.
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Here's where my limits.h files are located. jerry@JLKreps:~ > locate limits.h /usr/include/limits.h /usr/lib/gcc-lib/i486-suse-linux/2.95.2/include/limits.h /usr/lib/gcc-lib/i486-suse-linux/2.95.2/include/syslimits.h /usr/lib/perl5/5.00503/i586-linux/Tk/pTk/compat/limits.h /usr/share/doc/packages/apache/manual/vhosts/fd-limits.html /usr/src/linux-2.2.16/include/asm-arm/limits.h /usr/src/linux-2.2.16/include/linux/limits.h jerry@JLKreps:~ > In order to get your compile to see it move it to /usr/linclude JLK On Sunday 14 January 2001 23:14, ZephyrQ wrote:
For the past several weeks, I have tried to compile programs but I keep getting variations of the following:
/usr/include/bits/local_lim.h:27: linux/limits.h: No such file or directory
The 'limits.h' seems to be the common element. A search of my system shows me 7 different locations (many of them from /lost+found). Do I just copy from one of those into...where? I do not have a linux/limits directory at root.
Installing by RPM seems to work fine, but a lot of programs are not available that way...(the latest being Procmeter).
All help is appreciated--thanx.
System info: SuSE 6.4, AMD k6-2...yada yada yada.
-- Scientific theories, according to Sir Karl Popper, can be "falsified," or proven wrong, by experiment. Unscientific theories -Marxist dialectical history and Freudian psychology were Popper's favorites- are formed in such a way that they cannot be falsified by data.
participants (4)
-
Alan Lenton
-
Jerry Kreps
-
kastus@tsoft.com
-
ZephyrQ