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