[gtk-list] Re: compiling glib

1999-11-24 Thread Erik Mouw
On Wed, 24 Nov 1999 16:07:30 -0800, not representing his employer's opinions wrote: > Have you been screwing around with your kernel sources lately, moving > stuff around? Because that's how I found out about these links -- > always check and make sure they exist after you've compiled a new kerne

[gtk-list] Re: compiling glib

1999-11-24 Thread Erik Mouw
On Tue, 23 Nov 1999 20:04:17 +0100, Menno Schaap wrote: > I am new here. I am a Naval architect who wrote naval architectural apps for > DOS. Since for private linux is my favorite OS and customers are getting > interested in linux I would like to experiment with programming under linux. I > want

[gtk-list] Re: compiling glib

1999-11-23 Thread Tim \(not representing his employer's opinions\)
Menno Schaap wrote: > /usr/include/bits/errno.h:25: linux/errno.h:25 No such file or directory #{this > file does exist} > make[2]: ***[giounix..lo] Error 1 > make[2]: Leaving directory Make sure that /usr/include/linux is a symlink to /usr/src/linux/include/linux. No

[gtk-list] Re: compiling glib

1999-11-23 Thread David Benson
Probably you don't have the linux kernel headers. [under redhat] ftp://ftp.redhat.com/pub/redhat/redhat-6.1/i386/RedHat/RPMS or [under debian] apt-get install kernel-headers Or you may need a symlink in /usr/include/linux to /usr/src/linux/include/linux. On Tue, 23 Nov 1999, M