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.
>
> --
>
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
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
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
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
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
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
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
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
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
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
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
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'
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
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
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
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
#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
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
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
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
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
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
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
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
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
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
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
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
> 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
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
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]
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.
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]
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
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
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
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
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]
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() {
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 <<
> 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
.
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]
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
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
(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,
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
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
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
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
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
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/ |
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
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
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
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 !
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
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
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
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
"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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
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
91 matches
Mail list logo