Re: gcc can't find termcap library

1996-09-10 Thread Evan Thomas
Bruce Perens wrote: > > Tell me where the source for "scilab" is, and I will remove its termcap > dependence. I'm a reasonably competent ncurses programmer. > > Supporting two terminal management mechanisms would not be a good idea. > > Bruce I agree two terminal management would be bad.

Re: gcc can't find termcap library

1996-09-08 Thread Ed Donovan
Hi Susan, "Susan G. Kleinmann" <[EMAIL PROTECTED]> writes: > It would probably be a good idea to remind folks (in the FAQ or wherever) > about the rationale for using curses vs. termcap. I tried to find one > using AltaVista and DejaNews, but I'll bet you can guess what a snowstorm > of "inform

Re: gcc can't find termcap library

1996-09-08 Thread Susan G. Kleinmann
Hi Bruce -- You said: > Supporting two terminal management mechanisms would not be a good idea. It would probably be a good idea to remind folks (in the FAQ or wherever) about the rationale for using curses vs. termcap. I tried to find one using AltaVista and DejaNews, but I'll bet you can guess

Re: gcc can't find termcap library

1996-09-08 Thread Bruce Perens
Tell me where the source for "scilab" is, and I will remove its termcap dependence. I'm a reasonably competent ncurses programmer. Supporting two terminal management mechanisms would not be a good idea. Bruce

Re: gcc can't find termcap library

1996-09-08 Thread REMF
Hello, Actually this termcap thing is beginning to get annoying. There are at least two other packages I want to add that are not supported by anyone yet. The most important being scilab, but it won't compile the way debian has changed termcaps. I must have spent a day trying to redo the makef

Re: gcc can't find termcap library

1996-09-08 Thread Susan G. Kleinmann
Hi Danny-- In what are by now prehistoric times you said: > I tried to compile kermit 5A(190) and the make failed, > complaining that it couldn't find -ltermcap. Bill Mitchell bequeathed to me the kermit package, and building a new one is on my list of todo's. I'm hoping I get organized to do thi

Re: gcc can't find termcap library

1996-08-27 Thread Larry 'Daffy' Daffner
Bruce Perens writes: -> Bruce: -> > There is no varargs.h in libc5-dev_5.2.18-9 . Maybe older versions -> > contain it. -> -> David: -> > varargs.h is provided by gcc. -> -> Oops. Never thought of that. Anyway, nothing should use it any longer. Yeah, well, in a perfect world, nothing would use

Re: gcc can't find termcap library

1996-08-26 Thread Bruce Perens
Bruce: > There is no varargs.h in libc5-dev_5.2.18-9 . Maybe older versions > contain it. David: > varargs.h is provided by gcc. Oops. Never thought of that. Anyway, nothing should use it any longer. Thanks Bruce

Re: gcc can't find termcap library

1996-08-26 Thread David Engel
Bruce Perens writes: > From: "Larry 'Daffy' Daffner" <[EMAIL PROTECTED]> > > This is not necessarily always possible. The one case I know about is > > when a program uses "varargs" instead of the newere, ANSI-standard > > "stdarg". > > There is no varargs.h in libc5-dev_5.2.18-9 . Maybe older vers

Re: gcc can't find termcap library

1996-08-24 Thread Bruce Perens
-> The Debian termcap package is only intended for run-time use to allow -> old and non-Debian programs compiled with termcap to work. Any new -> programs should be compiled with ncurses. From: "Larry 'Daffy' Daffner" <[EMAIL PROTECTED]> > This is not necessarily always possible. The one case I k

Re: gcc can't find termcap library

1996-08-24 Thread Larry 'Daffy' Daffner
David Engel writes: -> [EMAIL PROTECTED] writes: -> > I recently installed Debian 1.1, including termcap.compat. Since then -> > I've installed a custom version of the kernel (2.0.7) successfully, so -> > I figure that gcc is reasonably well set up. -> > -> > However, I tried to compile kermit 5

Re: gcc can't find termcap library

1996-08-23 Thread David Engel
[EMAIL PROTECTED] writes: > I recently installed Debian 1.1, including termcap.compat. Since then > I've installed a custom version of the kernel (2.0.7) successfully, so > I figure that gcc is reasonably well set up. > > However, I tried to compile kermit 5A(190) and the make failed, > complaini

RE: gcc can't find termcap library

1996-08-23 Thread Casper BodenCummins
Download the debianised version from www.columbia.edu. Casper Boden-Cummins. >-- >From: [EMAIL PROTECTED]:[EMAIL PROTECTED] >Sent: 23 August 1996 01:55 >To:debian-user@lists.debian.org >Cc:The recipient's address is unknown. >Subject: gcc can'

Re: gcc can't find termcap library

1996-08-23 Thread Gilbert Ramirez
> However, I tried to compile kermit 5A(190) and the make failed, > complaining that it couldn't find -ltermcap. > > There is definitely a file of the form /lib/libtermcap.so.?, but I > guess gcc is looking for a *.a file. Are you sure? Perhaps it's looking for /lib/libtermcap.so (without the

gcc can't find termcap library

1996-08-23 Thread danny
I recently installed Debian 1.1, including termcap.compat. Since then I've installed a custom version of the kernel (2.0.7) successfully, so I figure that gcc is reasonably well set up. However, I tried to compile kermit 5A(190) and the make failed, complaining that it couldn't find -ltermcap. T