Re: how to use -lreadline option in gcc

2005-10-27 Thread Michael Marsh
On 10/27/05, weiyun lv <[EMAIL PROTECTED]> wrote: > I ever tried to install a 2.6.10 kernel, but it did not work well, so I have > delete all files relative to it. Do I have this right? - You installed a 2.6.10 kernel with apt-get. - It didn't work. - You removed it by deleting files rather than w

Re: how to use -lreadline option in gcc

2005-10-27 Thread weiyun lv
> still the same error, like this: > [...] > Setting up kernel-image-2.6.10 (10.00.Custom) ... > Internal Error: Could not find image (/boot/vmlinuz-2.6.10) > dpkg: error processing kernel-image-2.6.10 (--configure): That would seem to be a different problem than that you can't install libreadl

Re: how to use -lreadline option in gcc

2005-10-27 Thread Michael Marsh
On 10/27/05, weiyun lv <[EMAIL PROTECTED]> wrote: > still the same error, like this: > [...] > Setting up kernel-image-2.6.10 (10.00.Custom) ... > Internal Error: Could not find image (/boot/vmlinuz-2.6.10) > dpkg: error processing kernel-image-2.6.10 (--configure): That would seem to be a differe

Re: how to use -lreadline option in gcc

2005-10-27 Thread weiyun lv
still the same error, like this: Removing libreadline5-dev ... Selecting previously deselected package libreadline4-dev. (Reading database ... 95569 files and directories currently installed.) Unpacking libreadline4-dev (from .../libreadline4-dev_4.3-11_i386.deb) ... Setting up kernel-image-2.6.1

Re: how to use -lreadline option in gcc

2005-10-27 Thread Michael Marsh
On 10/27/05, weiyun lv <[EMAIL PROTECTED]> wrote: > Thanks and yes, I find it: libreadline5-dev. > > But my system is 2.4.27-adeos , when I run 'apt-get install > libreadline5-dev', it says that It can not find image 2.6.10. How can I > install it onto my rtai-2.4.27 system? Have you tried librea

Re: how to use -lreadline option in gcc

2005-10-27 Thread weiyun lv
lists.debian.org Subject: Re: how to use -lreadline option in gcc Date: Thu, 20 Oct 2005 10:34:03 -0400 On 10/20/05, weiyun lv <[EMAIL PROTECTED]> wrote: > I download some source code which use -lreadline -ltermcap and which has the > line > #include > > my compile te

Re: how to use -lreadline option in gcc

2005-10-20 Thread Tom
[20/10/2005 -- 16:34u] Michael Marsh: > > I download some source code which use -lreadline -ltermcap and which > > has the line #include <...> > > what package should i install to solve this? > > libreadline5-dev should do it. There's also a libreadline4-dev , and > I have no idea what the di

Re: how to use -lreadline option in gcc

2005-10-20 Thread Michael Marsh
On 10/20/05, weiyun lv <[EMAIL PROTECTED]> wrote: > I download some source code which use -lreadline -ltermcap and which has the > line > #include > > my compile tells me that it can not find this file, accordingly it doesn't > know function readline(). > > what package should i install to solve t