Re: /usr/include/asm/mpspec.h

2003-12-16 Thread Colin Watson
On Wed, Dec 17, 2003 at 01:04:15AM +0530, Rajkumar S wrote: > While investigating a compilation problem of samhain, I found that the > /usr/include/asm/mpspec.h is totally different from what is provided by > RH or the stock kernel. It's from the 2.6 kernel, but that shouldn&#x

/usr/include/asm/mpspec.h

2003-12-16 Thread Rajkumar S
Hi, While investigating a compilation problem of samhain, I found that the /usr/include/asm/mpspec.h is totally different from what is provided by RH or the stock kernel. I am not knowledgeable enough to understand the differences, but debian version includes 3 files in it #include #include

Re: /usr/include/linux and /usr/include/asm?

1999-07-01 Thread Jonathan Guthrie
On Tue, 29 Jun 1999, Evan Van Dyke wrote: > *SNIP* > > However, I expect I'm the only one who thinks that's the proper > > approach so, how's this for a solution: Give the /usr/include/asm and > > /usr/include/linux directories up as lost causes. Instead,

Re: /usr/include/linux and /usr/include/asm?

1999-06-30 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Jonathan Guthrie <[EMAIL PROTECTED]> wrote: >Now, this is getting nonsensical. First, you tell me that the reason that [rant deleted] Why can't you simply use -I/usr/src/linux/include if you need those specific kernel includes. Mike. -- Beware of Programmers who

Re: /usr/include/linux and /usr/include/asm?

1999-06-29 Thread Evan Van Dyke
Jonathan Guthrie wrote: *SNIP* > However, I expect I'm the only one who thinks that's the proper > approach so, how's this for a solution: Give the /usr/include/asm and > /usr/include/linux directories up as lost causes. Instead, define new > directories. Say /usr/

Re: /usr/include/linux and /usr/include/asm?

1999-06-29 Thread Jonathan Guthrie
/include/sys (which, as you say, are the bulk of the problem) have no business referring to any files in /usr/include/linux or /usr/include/asm unless they need things that can change if the kernel changes. The proper approach would be to separate out the libc header stuff that's truly system

Re: /usr/include/linux and /usr/include/asm?

1999-06-29 Thread Carl Mummert
>I would have thought that someone would have figured out by now that >/usr/include/linux (at the very least) should reflect the status of the >kernel so that kernel-specific stuff can be done and that NOTHING in the >library or in the include files associated with that library should depend >upon

Re: (vmware) /usr/include/linux and /usr/include/asm?

1999-06-29 Thread ferret
9 at 11:24:55AM -0400, Paul D. Smith wrote: > > > > I tried to install vmware over the weekend and it wanted to compile a > > > > kernel module for my 2.2.10 kernel. It complained because my linux > > > > kernel header version was still 2.2.9. I looked and su

Re: (vmware) /usr/include/linux and /usr/include/asm?

1999-06-29 Thread Bob Nielsen
> > > kernel module for my 2.2.10 kernel. It complained because my linux > > > kernel header version was still 2.2.9. I looked and sure enough, > > > /usr/include/linux and /usr/include/asm were both real directories with > > > real files. > > > > >

Re: (vmware) /usr/include/linux and /usr/include/asm?

1999-06-29 Thread ferret
a > > kernel module for my 2.2.10 kernel. It complained because my linux > > kernel header version was still 2.2.9. I looked and sure enough, > > /usr/include/linux and /usr/include/asm were both real directories with > > real files. > > > > Aren't these typi

Re: /usr/include/linux and /usr/include/asm?

1999-06-28 Thread Carl Mummert
Look in the archives here: http://www.debian.org/Lists-Archives/debian-user-9702/msg00686.html for a note from linus about why things are the way they are. Carl

Re: /usr/include/linux and /usr/include/asm?

1999-06-28 Thread Paul D. Smith
%% Bob Nielsen <[EMAIL PROTECTED]> writes: bn> In Debian, the headers in /usr/include/linux and /usr/include/asm are bn> not symlinks to the kernel source, but are supplied by libc6-dev. As bn> this is periodically upgraded, they may be based on newer kernels--the bn&

Re: /usr/include/linux and /usr/include/asm?

1999-06-28 Thread Bob Nielsen
de/linux and /usr/include/asm were both real directories with > real files. > > Aren't these typically supposed to be symlinks to /usr/src/linux/...? > > Also, how did the headers there get up to 2.2.9? I haven't done > anything fancy to copy headers into those directo

Re: /usr/include/linux and /usr/include/asm?

1999-06-28 Thread Evan Van Dyke
> > Also, how did the headers there get up to 2.2.9? I haven't done > > anything fancy to copy headers into those directories, and I've been > > downloading kernel patches from www.linuxhq.com etc, not the Debian > > packages. Does the normal kernel build usually install these? I wonder > > why

Re: /usr/include/linux and /usr/include/asm?

1999-06-28 Thread Arcady Genkin
[EMAIL PROTECTED] (Paul D. Smith) writes: > I tried to install vmware over the weekend and it wanted to compile a > kernel module for my 2.2.10 kernel. It complained because my linux > kernel header version was still 2.2.9. I looked and sure enough, > /usr/include/linux and /usr

/usr/include/linux and /usr/include/asm?

1999-06-28 Thread Paul D. Smith
I tried to install vmware over the weekend and it wanted to compile a kernel module for my 2.2.10 kernel. It complained because my linux kernel header version was still 2.2.9. I looked and sure enough, /usr/include/linux and /usr/include/asm were both real directories with real files. Aren&#

Re: /usr/include/linux, /usr/include/asm, ...

1997-02-20 Thread Manoj Srivastava
Hi, The canned response comes from the readme file included with the kernel headers package. It has been gleaned from various discussions on the Debian Lists, and from private email from David Engel and Linus Torvalds. I am given to understand that Linus will incorporate langua

Re: /usr/include/linux, /usr/include/asm, ...

1997-02-20 Thread csmall
Manoj Srivastava typed: > Hi, > > I'll reverse the question: why are you using the links? > The links are ignored anyway while compiling the kernel, so that's > not it. However, you may totally confuse some other program (during > compilation) that does not expect changes that are made in

Re: /usr/include/linux, /usr/include/asm, ...

1997-02-19 Thread Hamish Moffatt
> Hamish> Besides, the gcc manual page says: -I "Append directory > =09Are you sure? Also the manual page warn to look at the info > pages, as so: True. Unfortunate (imho) that GNU cannot stick with the standard documentation system, or extend it, rather than replacing it with something that re

Re: /usr/include/linux, /usr/include/asm, ...

1997-02-18 Thread Manoj Srivastava
Hi, >>"Hamish" == Hamish Moffatt <[EMAIL PROTECTED]> writes: Hamish> Has anyone had any luck compiling (z)ftape 3.02 on debian, Hamish> then? I've tried, but it (reasonably) requires current kernel Hamish> headers, and despite adding the above to several Makefiles, it Hamish> still does not look i

Re: /usr/include/linux, /usr/include/asm, ...

1997-02-18 Thread edwalter
On Tue, 18 Feb 1997, Hamish Moffatt wrote: > > So, what else are the links good for? Most programs do not > > (and should not) depend on kernel version specific api's; and the > > handful that do should ask for and include -I/usr/src/linux anyway. > > Has anyone had any luck compiling (z)f

Re: /usr/include/linux, /usr/include/asm, ...

1997-02-18 Thread J.H.M.Dassen
On Feb 18, Hamish Moffatt wrote > > So, what else are the links good for? Most programs do not > > (and should not) depend on kernel version specific api's; and the > > handful that do should ask for and include -I/usr/src/linux anyway. > > Has anyone had any luck compiling (z)ftape 3.02 on

Re: /usr/include/linux, /usr/include/asm, ...

1997-02-18 Thread Hamish Moffatt
> So, what else are the links good for? Most programs do not > (and should not) depend on kernel version specific api's; and the > handful that do should ask for and include -I/usr/src/linux anyway. Has anyone had any luck compiling (z)ftape 3.02 on debian, then? I've tried, but it (reaso

Re: /usr/include/linux, /usr/include/asm, ...

1997-02-18 Thread Manoj Srivastava
Hi, I'll reverse the question: why are you using the links? The links are ignored anyway while compiling the kernel, so that's not it. However, you may totally confuse some other program (during compilation) that does not expect changes that are made in the kernel includes. You see, ch

/usr/include/asm

1996-10-09 Thread Zachary DeAquila
some software looks for /usr/include/asm, which doesn't exist, but probably should as a symlink to asm-i386. Just a minor bug report that's probably well known. --Z -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Troub