Re: header files for kernel 2.6.26.5

2010-09-08 Thread Ashish Agarwal
ion > or is a custom built kernel. And who knows what kernel source code > package was used to build the custom kernel. None of the Debian > linux-header-* packages will be an exact match. Find out from your > kernel builder *exactly* where to get the header files. > > -- >

Re: header files for kernel 2.6.26.5

2010-09-08 Thread Stephen Powell
The kernel is either from another distribution or is a custom built kernel. And who knows what kernel source code package was used to build the custom kernel. None of the Debian linux-header-* packages will be an exact match. Find out from your kernel builder *exactly* where to get the header fil

Re: header files for kernel 2.6.26.5

2010-09-08 Thread Ashish Agarwal
ustomized by someone else. It > is > > missing header files that I need. I was told to install the vanilla > kernel > > package for version 2.6.26.5. Which package exactly would this be? I > tried > > linux-headers-2.6.26.5 but: > > > > # apt-get insta

Re: header files for kernel 2.6.26.5

2010-09-08 Thread Stephen Powell
On Wed, 08 Sep 2010 13:37:36 -0400 (EDT), Ashish Agarwal wrote: > > I'm using a Debian-based virtual machine customized by someone else. It is > missing header files that I need. I was told to install the vanilla kernel > package for version 2.6.26.5. Which package exactly would

header files for kernel 2.6.26.5

2010-09-08 Thread Ashish Agarwal
I'm using a Debian-based virtual machine customized by someone else. It is missing header files that I need. I was told to install the vanilla kernel package for version 2.6.26.5. Which package exactly would this be? I tried linux-headers-2.6.26.5 but: # apt-get install linux-headers-2.6

Re: Header files amd64 etch

2007-07-02 Thread Goswin von Brederlow
Francesco Pietra <[EMAIL PROTECTED]> writes: > A mixed compilation (ifort/gcc 4.1.2) of Amber9 on amd64 etch > dual-core-opterons (Linux deb32 2.6.18-3-k7 #1 SMP Mon Dec 4 17:23:11 UTC 2006 > i686 GNU/Linux) > requests the following header files; > > WcActCB.c:22:28: err

Re: Fwd: Header files amd64 etch

2007-06-30 Thread Francesco Pietra
Marko: Thanks. The installation of xorg-dev includes libxt-dev. Though, "make" failed again. I have been instructed to first carry out a serial installation, and parallel only after serial is OK. If not else because parallel does not compile all modules. However, the configure command line ./c

Re: Header files amd64 etch

2007-06-30 Thread Kushal Kumaran
On Fri, Jun 29, 2007 at 11:00:52PM -0700, Francesco Pietra wrote: > A mixed compilation (ifort/gcc 4.1.2) of Amber9 on amd64 etch > dual-core-opterons (Linux deb32 2.6.18-3-k7 #1 SMP Mon Dec 4 17:23:11 UTC 2006 > i686 GNU/Linux) > requests the following header files; > > WcAc

Re: Fwd: Header files amd64 etch

2007-06-30 Thread Marko Randjelovic
Francesco Pietra wrote: > Probably I have found the way with > > apt-cache search (show) xorg-dev > > V 1:7.1.0-16 > > fp > I don't think so. Try this: [EMAIL PROTECTED]:~$ apt-file search X11/IntrinsicP.h libxt-dev: usr/include/X11/IntrinsicP.h [EMAIL PROTECTED]:~$ apt-file search X11/Shell

Fwd: Header files amd64 etch

2007-06-29 Thread Francesco Pietra
Probably I have found the way with apt-cache search (show) xorg-dev V 1:7.1.0-16 fp --- Francesco Pietra <[EMAIL PROTECTED]> wrote: > Date: Fri, 29 Jun 2007 23:00:52 -0700 (PDT) > From: Francesco Pietra <[EMAIL PROTECTED]> > Subject: Header files amd64 et

Header files amd64 etch

2007-06-29 Thread Francesco Pietra
A mixed compilation (ifort/gcc 4.1.2) of Amber9 on amd64 etch dual-core-opterons (Linux deb32 2.6.18-3-k7 #1 SMP Mon Dec 4 17:23:11 UTC 2006 i686 GNU/Linux) requests the following header files; WcActCB.c:22:28: error: X11/IntrinsicP.h: No such file or directory WcActCB.c:29:24: error: X11

Re: VMWare install can't find header files

2007-04-20 Thread Colin Alie
the location of the directory of C header files that match > > your running kernel? [/usr/src/linux/include] > > Following other posts I've installed the header package for my kernel > (2.6.18-4-xen-686) and created a link for so that /usr/src/linux points > to /usr/src/li

VMWare install can't find header files

2007-04-16 Thread Andrew Malcolmson
I'm installing VMWare player and have got to the stage where the installer wants to build a module. The prompt shows the following: > What is the location of the directory of C header files that match > your running kernel? [/usr/src/linux/include] Following other posts I'

Re: Can't find header files.

2006-11-22 Thread Michelle Konzack
Am 2006-11-20 08:04:23, schrieb John L Fjellstad: > Michelle Konzack <[EMAIL PROTECTED]> writes: > > > Am 2006-11-12 22:53:49, schrieb Alan Ianson: > > > >> Do you have the linux-kernel-headers package installed for your kernel > >> version? > > > > Wrong package! - is in "dpkg-dev". > > [EMA

Re: Can't find header files.

2006-11-21 Thread Amit Joshi
On Monday 20 November 2006 21:34, John L Fjellstad wrote: > Michelle Konzack <[EMAIL PROTECTED]> writes: > > Am 2006-11-12 22:53:49, schrieb Alan Ianson: > >> Do you have the linux-kernel-headers package installed for your kernel > >> version? > > > > Wrong package! - is in "dpkg-dev". > > [EMAI

Re: Can't find header files.

2006-11-19 Thread Michelle Konzack
Am 2006-11-12 22:53:49, schrieb Alan Ianson: > Do you have the linux-kernel-headers package installed for your kernel > version? Wrong package! - is in "dpkg-dev". Thanks, Greetings and nice Day Michelle Konzack Systemadministrator Tamay Dogan Network Debian GNU/Linux Consult

Re: Can't find header files.

2006-11-19 Thread Michelle Konzack
Am 2006-11-13 12:16:12, schrieb Amit Joshi: > I recently installed gcc and Anjuta for C programming. > All dependencies have been installed. > > So whenever I try to compile a program, it returns an error saying: > Error: stdio.h: Can't find file or directory. Use: apt-get install bui

Re: Can't find header files.

2006-11-13 Thread Eduard Bloch
#include * Amit Joshi [Mon, Nov 13 2006, 12:16:12PM]: > I recently installed gcc and Anjuta for C programming. > All dependencies have been installed. > > So whenever I try to compile a program, it returns an error saying: > Error: stdio.h: Can't find file or directory. apt-get install build

Re: Can't find header files.

2006-11-13 Thread Amit Joshi
On Monday 13 November 2006 14:07, Kevin Mark wrote: > Hi Amit, > when investigating a problem, do not start out with the most complex > environment but instead start with the smallest, simplest bits and build > from there to see what caused the problems. Thus: > 1) create a simple 1 line c program

Re: Can't find header files.

2006-11-13 Thread Amit Joshi
On Monday 13 November 2006 14:07, Kevin Mark wrote: > On Mon, Nov 13, 2006 at 01:36:18PM +0530, Amit Joshi wrote: > > On Monday 13 November 2006 12:53, Amit Joshi wrote: > > > On Monday 13 November 2006 12:23, Alan Ianson wrote: > > > > > > > > > > Do you have the linux-kernel-headers package inst

Re: Can't find header files.

2006-11-13 Thread Kevin Mark
On Mon, Nov 13, 2006 at 01:36:18PM +0530, Amit Joshi wrote: > On Monday 13 November 2006 12:53, Amit Joshi wrote: > > On Monday 13 November 2006 12:23, Alan Ianson wrote: > > > > > > > Do you have the linux-kernel-headers package installed for your kernel > > > version? > > > > Ok. It wasn't insta

Re: Can't find header files.

2006-11-13 Thread Alan Ianson
On Mon November 13 2006 00:06, Amit Joshi wrote: > On Monday 13 November 2006 12:53, Amit Joshi wrote: > > On Monday 13 November 2006 12:23, Alan Ianson wrote: > > > > > > > Do you have the linux-kernel-headers package installed for your kernel > > > version? > > > > Ok. It wasn't installed. I wil

Re: Can't find header files.

2006-11-13 Thread Florian Kulzer
On Mon, Nov 13, 2006 at 13:36:18 +0530, Amit Joshi wrote: > On Monday 13 November 2006 12:53, Amit Joshi wrote: > > On Monday 13 November 2006 12:23, Alan Ianson wrote: > > > > > > > Do you have the linux-kernel-headers package installed for your kernel > > > version? > > > > Ok. It wasn't install

Re: Can't find header files.

2006-11-13 Thread Amit Joshi
On Monday 13 November 2006 12:53, Amit Joshi wrote: > On Monday 13 November 2006 12:23, Alan Ianson wrote: > > > > Do you have the linux-kernel-headers package installed for your kernel > > version? > > Ok. It wasn't installed. I will install it and reply back. Ok. I installed the kernel-headers

Re: Can't find header files.

2006-11-12 Thread Amit Joshi
On Monday 13 November 2006 12:23, Alan Ianson wrote: > > Do you have the linux-kernel-headers package installed for your kernel > version? Ok. It wasn't installed. I will install it and reply back. -- Regards, Amit. Remember fellas, what we do in life echoes in eternity! -- To UNSUBSCRI

Re: Can't find header files.

2006-11-12 Thread Alan Ianson
On Sun November 12 2006 22:46, Amit Joshi wrote: > I recently installed gcc and Anjuta for C programming. > All dependencies have been installed. > > So whenever I try to compile a program, it returns an error saying: > Error: stdio.h: Can't find file or directory. > > Never experienced such a prob

Re: Can't find header files.

2006-11-12 Thread Amit Joshi
On Monday 13 November 2006 12:16, Amit Joshi wrote: > I recently installed gcc and Anjuta for C programming. > All dependencies have been installed. > > So whenever I try to compile a program, it returns an error saying: > Error: stdio.h: Can't find file or directory. > > Never experienced such a p

Can't find header files.

2006-11-12 Thread Amit Joshi
I recently installed gcc and Anjuta for C programming. All dependencies have been installed. So whenever I try to compile a program, it returns an error saying: Error: stdio.h: Can't find file or directory. Never experienced such a problem before. I am using Etch and my program versions are

Re: What is the location of the directory of the directory of C header files that match your running kernel ?

2006-10-19 Thread Mumia W..
location of the directory of C header files that match your running kernel? [/usr/src/linux/include] i installed header files and kernel source with apt-get. This is my /usr/src/ directory: ca-phlinux:/usr/src# ls -al total 39896 drwxrwsr-x 18 root src 4096 2006-10-03 16:00 . drwxr-xr-x 12 root

Re: What is the location of the directory of the directory of C header files that match your running kernel ?

2006-10-19 Thread dalehair
> ca-phlinux:/# > > The installation now asks: > What is the location of the directory of C header files that match your > running > kernel? [/usr/src/linux/include] > > i installed header files and kernel source with apt-get. > This is my /usr/src/ directory: > > ca-ph

What is the location of the directory of the directory of C header files that match your running kernel ?

2006-10-19 Thread debian
Hello, i want to install vmware 5.5 workstation on my debian linux. This is my configuration: ca-phlinux:/# uname -a Linux ca-phlinux 2.6.17-2-686 #1 SMP Wed Sep 13 16:34:10 UTC 2006 i686 GNU/Linux ca-phlinux:/# The installation now asks: What is the location of the directory of C header files

Re: X header files

2005-09-10 Thread Hanspeter Roth
On Sep 10 at 19:07, Hanspeter Roth spoke: > Hello, > > which is the package that contains the files below > /usr/X11R6/include? It's probably xlib-dev. -Hanspeter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: X header files

2005-09-10 Thread Michael Marsh
On 9/10/05, Hanspeter Roth <[EMAIL PROTECTED]> wrote: > which is the package that contains the files below > /usr/X11R6/include? This probably depends on which X server you have installed. I'm using sid, and have X.org installed, so for me the package seems to be libx11-dev and its dependencies.

X header files

2005-09-10 Thread Hanspeter Roth
Hello, which is the package that contains the files below /usr/X11R6/include? -Hanspeter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Debian package containing header files?

2005-07-22 Thread Bob Proulx
Ishwar Rattan wrote: > Which package (from ftp.debian.org) might contain > the /usr/C11R6/include/X11/*.h header files? On my system. dpkg -S /usr/X11R6/include/X11/*.h | awk -F: '{print$1}' | sort -u libx11-dev libxpm-dev libxt-dev x-dev xlibs-static-dev > It i

Re: Debian package containing header files?

2005-07-21 Thread Matt Zagrabelny
On Thu, 2005-07-21 at 14:04 -0400, Ishwar Rattan wrote: > Which package (from ftp.debian.org) might contain > the /usr/C11R6/include/X11/*.h header files? http://packages.debian.org -matt zagrabelny -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscrib

Re: Debian package containing header files?

2005-07-21 Thread Stephen R Laniel
On Thu, Jul 21, 2005 at 02:04:35PM -0400, Ishwar Rattan wrote: > Which package (from ftp.debian.org) might contain > the /usr/C11R6/include/X11/*.h header files? > > It is needed to compile some code that needs those > header files.. Presumably you meant 'X11R6' rather t

Re: Debian package containing header files?

2005-07-21 Thread kamaraju kusumanchi
Ishwar Rattan wrote: Which package (from ftp.debian.org) might contain the /usr/C11R6/include/X11/*.h header files? It is needed to compile some code that needs those header files.. -ishwar To find out which package provides a file called stdio.h you can use wajig whichpkg stdio.h So

Debian package containing header files?

2005-07-21 Thread Ishwar Rattan
Which package (from ftp.debian.org) might contain the /usr/C11R6/include/X11/*.h header files? It is needed to compile some code that needs those header files.. -ishwar -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: intel compiler not finding (system) header files

2004-11-23 Thread michael
michael wrote: Kamaraju Kusumanchi wrote: yes I did all this! it's the C++ that seems to be causing problems when looking for header files (eg I compiled up all of mpich without problem) Ok. How about -cxxlib-icc option then? $cat sizes.cpp #include using namespace std; int main() {

Re: intel compiler not finding (system) header files

2004-11-23 Thread michael
Kamaraju Kusumanchi wrote: yes I did all this! it's the C++ that seems to be causing problems when looking for header files (eg I compiled up all of mpich without problem) Ok. How about -cxxlib-icc option then? $cat sizes.cpp #include using namespace std; int main() { cout <<

Re: intel compiler not finding (system) header files

2004-11-22 Thread Kamaraju Kusumanchi
> yes I did all this! it's the C++ that seems to be causing problems when > looking for header files (eg I compiled up all of mpich without problem) Ok. How about -cxxlib-icc option then? $cat sizes.cpp #include using namespace std; int main() { cout << sizeof(char

Re: intel compiler not finding (system) header files

2004-11-22 Thread michael
. Ideas? let us know if that works out for you. \ yes I did all this! it's the C++ that seems to be causing problems when looking for header files (eg I compiled up all of mpich without problem) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: intel compiler not finding (system) header files

2004-11-22 Thread Kamaraju Kusumanchi
On Mon, 22 Nov 2004 16:55:49 +, michael <[EMAIL PROTECTED]> wrote: > Folks, on my Debian dual-Xeon box, I have tried to install the Intel > C/C++ compiler (ifc). I have followed Intel's instructions in "Platform ifc is intel fortran compiler. icc is the intel c/c++ compiler > > However, when

Re: intel compiler not finding (system) header files

2004-11-22 Thread michael
michael wrote: (more at end) Original Message Subject: intel compiler not finding (system) header files Resent-Date: Mon, 22 Nov 2004 10:56:32 -0600 (CST) Resent-From: [EMAIL PROTECTED] Date: Mon, 22 Nov 2004 16:55:49 + From: michael <[EMAIL PROTECTED]> To: [EMAIL PRO

Re: intel compiler not finding (system) header files

2004-11-22 Thread michael
(more at end) Original Message Subject: intel compiler not finding (system) header files Resent-Date: Mon, 22 Nov 2004 10:56:32 -0600 (CST) Resent-From: [EMAIL PROTECTED] Date: Mon, 22 Nov 2004 16:55:49 + From: michael <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Folks,

intel compiler not finding (system) header files

2004-11-22 Thread michael
Folks, on my Debian dual-Xeon box, I have tried to install the Intel C/C++ compiler (ifc). I have followed Intel's instructions in "Platform Notes: Using Intel C++ Compiler on Unsupported Operating Systems". (This was essentially using 'alien' to convert rpm->deb, then dpkg and then sed INSTALL

Re: woody header files ???

2002-05-29 Thread Michael D. Schleif
Colin Watson wrote: > > On Wed, May 29, 2002 at 08:19:37AM -0500, Michael D. Schleif wrote: > > Colin Watson wrote: > > > If you're trying to compile a kernel module against a kernel version > > > more recent than the one libc6 was built against, then you'll need to > > > add (say) /usr/src/kerne

Re: woody header files ???

2002-05-29 Thread Colin Watson
On Wed, May 29, 2002 at 08:19:37AM -0500, Michael D. Schleif wrote: > Colin Watson wrote: > > If you're trying to compile a kernel module against a kernel version > > more recent than the one libc6 was built against, then you'll need to > > add (say) /usr/src/kernel-headers-2.4.18/include to the in

Re: woody header files ???

2002-05-29 Thread Michael D. Schleif
uff, I need to compile; but, I seem > > to be lacking enough header files. > > If you're trying to compile a kernel module against a kernel version > more recent than the one libc6 was built against, then you'll need to > add (say) /usr/src/kernel-headers-2.4.18/include t

Re: woody header files ???

2002-05-29 Thread Colin Watson
On Tue, May 28, 2002 at 09:00:52PM -0500, Michael D. Schleif wrote: > As you may know, I built a new system last weekend, installing enough > potato to boot and dist-upgrade to woody. > > Now, after apt-get'ing a bunch of stuff, I need to compile; but, I seem > to be lacking

woody header files ???

2002-05-28 Thread Michael D. Schleif
As you may know, I built a new system last weekend, installing enough potato to boot and dist-upgrade to woody. Now, after apt-get'ing a bunch of stuff, I need to compile; but, I seem to be lacking enough header files. What am I missing? Which package? # ls -al `find /usr/ |

Re: OpenGL header files: as .deb?

2002-01-02 Thread Mark Ferlatte
On Wed, Jan 02, 2002 at 06:19:26AM +0100, Timo --Blazko-- Boewing wrote (1.00): > Actually, the files above are okay for OpenGL development, but I am > looking for the very common glu.h glut.h files. Is there a debian > package or that? http://packages.debian.org Search for glut.h reveals: glutg

OpenGL header files: as .deb?

2002-01-02 Thread Timo --Blazko-- Boewing
Hello, while - after a long time - being back in OpenGL devel, i was wondering where the include files are. From the nVidia modules, i have these files: /usr/include/GL/gl.h(main header?) /usr/include/GL/glx.h (extensions?) /usr/include/GL/glxtokens.h (???) I remember t

Re: X11 header files

2001-11-25 Thread Erik Steffl
Batuke wrote: > > Hi ! > > I need some X11 header files such as Xlib.h, Xutil.h keysym.h XShm.h. > What package/s must i install to get them ? go to debian.org, click on Packages in the left side menu and use the last form to find in which package a file is. erik

X11 header files

2001-11-25 Thread Batuke
Hi ! I need some X11 header files such as Xlib.h, Xutil.h keysym.h XShm.h. What package/s must i install to get them ? Thanks guys !

Re: no c header files in Progeny?

2001-10-12 Thread Faheem Mitha
On Fri, 12 Oct 2001, Shea Martin wrote: > > It looks like Progeny never installed any C header files during > install??? > I didn't even know that was legal here in Unix world. In fact I have > never come across such a problem, and don't really know how

header files not found

2001-05-10 Thread Pollywog
Whenever I try to repack certain packages, I get errors like the ones below, unless I copy the "missing" header files from /usr/include/linux to /usr/include/net each and every time I compile a new kernel. Is anyone else having this problem? How did you fix it, with a symlin

Re: Missing header files

2001-04-06 Thread Stephen E. Hargrove
On Fri, 6 Apr 2001, Stephen E. Hargrove wrote: > > I've done this probably 15 times today, but I /cannot/ get libc6-dev to > install. This is turning into a real show stopper because so many of the > packages I need depend on it. > Ah, to heck with it. I don't know how glibc6-2.2.2-4 ended up i

Re: Missing header files

2001-04-06 Thread Stephen E. Hargrove
On Fri, 6 Apr 2001, Philipp Lehman wrote: > > apt-get update > apt-get dist-upgrade > apt-get install libc6-dev I've done this probably 15 times today, but I /cannot/ get libc6-dev to install. This is turning into a real show stopper because so many of the packages I need depend on it. -- steve

Re: Missing header files

2001-04-06 Thread Erik Steffl
"Stephen E. Hargrove" wrote: > > What do I need to download and install in order to get the following: > > gtk.h > gdk.h > gdkkeysyms.h > Xlib.h > time.h > types.h > stat.h > un.h > uninstd.h > errno.h > xmmsctrl.h > configfile.h > > and the list goes on and on. I'm apparently missing a few dev

Re: Missing header files

2001-04-06 Thread Philipp Lehman
On Fri, 6 Apr 2001, Stephen E. Hargrove <[EMAIL PROTECTED]> wrote: >On Fri, 6 Apr 2001, Rick Macdonald wrote: >Thanks Rick. I was afraid it was the libc6-dev pkg. Anyone have an idea >as to how I can overcome the following: > > ># apt-get install libc6-dev > >Sorry, but the following packages ha

Re: Missing header files

2001-04-06 Thread Philipp Lehman
On Fri, 6 Apr 2001, Rick Macdonald <[EMAIL PROTECTED]> wrote: >On Fri, 6 Apr 2001, Stephen E. Hargrove wrote: > >> >> What do I need to download and install in order to get the following: >> >> gtk.h >> gdk.h >> gdkkeysyms.h >> Xlib.h >> time.h >> types.h >> stat.h >> un.h >> uninstd.h >> errno.

Re: Missing header files

2001-04-06 Thread Stephen E. Hargrove
On Fri, 6 Apr 2001, Rick Macdonald wrote: > > [EMAIL PROTECTED]:~$ dpkg -S unistd.h > libc6-dev: /usr/include/unistd.h Thanks Rick. I was afraid it was the libc6-dev pkg. Anyone have an idea as to how I can overcome the following: # apt-get install libc6-dev Sorry, but the following packages

Re: Missing header files

2001-04-06 Thread D-Man
On Fri, Apr 06, 2001 at 03:17:27PM -0500, Stephen E. Hargrove wrote: | | What do I need to download and install in order to get the following: | | gtk.h | gdk.h | gdkkeysyms.h These should be in gtk-dev or some similar name. (Probably need gdk-dev too). | Xlib.h something like X-dev | time.h

Re: Missing header files

2001-04-06 Thread Rick Macdonald
On Fri, 6 Apr 2001, Stephen E. Hargrove wrote: > > What do I need to download and install in order to get the following: > > gtk.h > gdk.h > gdkkeysyms.h > Xlib.h > time.h > types.h > stat.h > un.h > uninstd.h > errno.h > xmmsctrl.h > configfile.h [EMAIL PROTECTED]:~$ dpkg -S unistd.h libc6-dev

Missing header files

2001-04-06 Thread Stephen E. Hargrove
What do I need to download and install in order to get the following: gtk.h gdk.h gdkkeysyms.h Xlib.h time.h types.h stat.h un.h uninstd.h errno.h xmmsctrl.h configfile.h and the list goes on and on. I'm apparently missing a few development packages? -- steve

Re: X11 header files - which package? -SOLVED

2001-03-23 Thread Marcus Geiger
On Fri, Mar 23, 2001 at 05:41:29PM +, Anthony Campbell wrote: > Thanks to you and Moritz Schulte for replies. I got vim-6.0y to compile > in the end; I deleted the whole directory and unpacked the tar.gz files > again, and this time it worked. I suppose there were some broken files > left over

Re: X11 header files - which package? -SOLVED

2001-03-23 Thread Anthony Campbell
On 23 Mar 2001, Colin Watson wrote: > Anthony Campbell <[EMAIL PROTECTED]> wrote: > >On 23 Mar 2001, Marcus Geiger wrote: > >> On Fri, Mar 23, 2001 at 11:22:38AM +, Anthony Campbell wrote: > >> > Can someone kindly remind me which package is needed to suppl

Re: X11 header files - which package?

2001-03-23 Thread Colin Watson
Anthony Campbell <[EMAIL PROTECTED]> wrote: >On 23 Mar 2001, Marcus Geiger wrote: >> On Fri, Mar 23, 2001 at 11:22:38AM +, Anthony Campbell wrote: >> > Can someone kindly remind me which package is needed to supply X11 >> > header files? I've come up ag

Re: X11 header files - which package?

2001-03-23 Thread Moritz Schulte
Anthony Campbell <[EMAIL PROTECTED]> writes: > Thanks - got it now. Unfortunately, this only partially solves my > problem, which is trying to compile the latest version of vim (6.0y) > with GUI support. Configure now finds the X11 headers but still says > there is no gui support. I don't understa

Re: X11 header files - which package?

2001-03-23 Thread Anthony Campbell
On 23 Mar 2001, Marcus Geiger wrote: > On Fri, Mar 23, 2001 at 11:22:38AM +, Anthony Campbell wrote: > > Can someone kindly remind me which package is needed to supply X11 > > header files? I've come up against this one in the past but I can't > > remember th

Re: X11 header files - which package?

2001-03-23 Thread Marcus Geiger
On Fri, Mar 23, 2001 at 11:22:38AM +, Anthony Campbell wrote: > Can someone kindly remind me which package is needed to supply X11 > header files? I've come up against this one in the past but I can't > remember the solution. > For XFree 4.02 it is: xlibs-dev

X11 header files - which package?

2001-03-23 Thread Anthony Campbell
Can someone kindly remind me which package is needed to supply X11 header files? I've come up against this one in the past but I can't remember the solution. Anthony -- Anthony Campbell - running Gnu/Debian Linux (Windows-free zone) For electronic books, skeptical essays, and ove

Where is the pilot-link header files?

2001-01-05 Thread arthur
I can't find the pilot-link-dev package in my apt-cache. Where are the pilot-link header files kept? Arthur H. Johnson II Systems Engineer The Linux Box [EMAIL PROTECTED] http://www.linuxbox.nu

compilation, header files and cdrecord

2000-12-28 Thread Jim McCloskey
Hello. I am trying to compile (so far without success) version 1.10 of cdrtools (a suite of programs which includes cdrecord). I'm doing this because the DVD/CD-ROM drive I have (a Toshiba SD-M1201) doesn't seem to be supported either under cdrecord 1.8 (potato) or cdrecord 1.9 (unstable). The sy

Re: what causes kernel header files to disappear?

2000-08-28 Thread Nate Amsden
Pollywog wrote: > > Every so often, when I try to compile something, I find that some header file > in /usr/src/linux/include/linux OR > /usr/src/linux/include/net is missing and I need to rm -rf the kernel sources > and replace them with a fresh tarball. > > What causes the headers to just dis

what causes kernel header files to disappear?

2000-08-28 Thread Pollywog
Every so often, when I try to compile something, I find that some header file in /usr/src/linux/include/linux OR /usr/src/linux/include/net is missing and I need to rm -rf the kernel sources and replace them with a fresh tarball. What causes the headers to just disappear when I did not mess with

Re: Kernel Header Files

1999-08-10 Thread Julian Stoev
de the /usr/include/* header files for > the kernel after upgrading to the 2.2.10 version of > the kernel. Any pointers to how and/or the correct > documentation? > > I have already used make-kpkg kernel_install and > make-kpkg kernel_headers, or their equivalently > spe

Kernel Header Files

1999-08-10 Thread Smith, Tim
I have not been able to find any documentation on how to upgrade the /usr/include/* header files for the kernel after upgrading to the 2.2.10 version of the kernel. Any pointers to how and/or the correct documentation? I have already used make-kpkg kernel_install and make-kpkg kernel_headers

Re: Header files

1999-04-09 Thread David Z. Maze
Nuno Carvalho <[EMAIL PROTECTED]> writes: NC> Sometimes when compiling I get errors not having some headers NC> files or cause they're older. NC> Wouldn't be better to do a symbolic link on /usr/include !? No, not really. See /usr/doc/libc6/FAQ.Debian.gz for the reasons why, and what to do inst

Header files

1999-04-08 Thread Nuno Carvalho
Hi, Sometimes when compiling I get errors not having some headers files or cause they're older. What I have to do is to copy all files from /usr/src/linux/include/linux to /usr/include/linux and it works. My question is: Wouldn't be better to do a symbolic link on /usr/include !? [EMAIL PR

Replacing kernel header files

1999-03-11 Thread Shane Wegner
Hi, I understand Debian does not use links for directories such as /usr/include/linux to /usr/src/linux/include/linux etc but they are in the libc6-dev package. Is there any easy way to upgrade these header files without recompiling all of glibc with the new header files? I mean, I could just

Re: Standard header files.

1997-12-07 Thread Daniel Martin
error messages about missing *.h > CRB> header files like stdio.h. Shouldn't gcc come with these basic > CRB> fundamental headers? > > No, they're in the libc5-dev package; you need to install that. In > general, for any library package libfoo, there's a corres

Re: Standard header files.

1997-12-07 Thread Martin Bialasinski
On Sat, 6 Dec 1997, Christopher R. Barry wrote: > I've installed gcc and all the packages that dselect recommends to go > with it but whenever I try to compile anything, like the kernel, I just > get a bunch of error messages about missing *.h header files like > stdio.h. Should

Re: Standard header files.

1997-12-07 Thread David Z. Maze
Christopher R Barry <[EMAIL PROTECTED]> writes: CRB> I've installed gcc and all the packages that dselect recommends CRB> to go with it but whenever I try to compile anything, like the CRB> kernel, I just get a bunch of error messages about missing *.h CRB> header files

Standard header files.

1997-12-07 Thread Christopher R. Barry
I've installed gcc and all the packages that dselect recommends to go with it but whenever I try to compile anything, like the kernel, I just get a bunch of error messages about missing *.h header files like stdio.h. Shouldn't gcc come with these basic fundamental headers? Do I need to

Re: kernel header files

1996-06-12 Thread Rob Browning
Lawrence Chim <[EMAIL PROTECTED]> writes: > Is it necessary to install lib5-dev in order to compile programs. Yes > I don't know why there is a libc5-dev. If I install a new kernel, > it comes with its only kernel headers. Install libc5-dev and read /usr/doc/libc5-dev/FAQ.gz. > Also, if I in

kernel header files

1996-06-12 Thread Lawrence Chim
I don't know why there is a libc5-dev. If I install a new kernel, it comes with its only kernel headers. Is it necessary to install lib5-dev in order to compile programs. Also, if I install libc5-dev, can I still install a newer version of linux kernel whenever it is available. libc5-dev: The L

Re: kernel header files

1996-06-12 Thread J.H.M.Dassen
> I don't know why there is a libc5-dev. If I install a new kernel, > it comes with its only kernel headers. Is it necessary to install > lib5-dev in order to compile programs. Yes. The kernel headers are not enough to compile even a normal "Hello, world!" program. etc are libc headers, and ar

Re: kernel header files

1996-06-12 Thread Manoj Srivastava
Hi, >>"Lawrence" == Lawrence Chim <[EMAIL PROTECTED]> writes: Lawrence> I don't know why there is a libc5-dev. This provides all kinds of libraries in /usr/lib/* and headers in /usr/include; without which it is impossible to compile any program. Lawrence> If I install a new kernel, it