Re: lib termcap problems...

1999-06-06 Thread Adilson dos Santos Dantas
On 5 Jun 99, at 11:35, vmlinuz wrote: > Hellow.. > > I have trying to compiling Pine 4.10 on slink and I get this error: > > ld: cannot open -ltermcap: No such file or directory > > debian:/# ls -l /lib/libtermcap.so.2 > lrwxrwxrwx 1 root root 19 Jun 5 11:10 /lib/libtermcap.so.2 >

Re: lib termcap problems...

1999-06-06 Thread Holger Mense
On Sat, 5 Jun 1999, vmlinuz wrote: > Hellow.. > > I have trying to compiling Pine 4.10 on slink and I get this error: > > ld: cannot open -ltermcap: No such file or directory > > debian:/# ls -l /lib/libtermcap.so.2 > lrwxrwxrwx 1 root root 19 Jun 5 11:10 /lib/libtermcap.so.2 >

Re: lib termcap problems...

1999-06-05 Thread Kris
At 11:35 05/06/1999 -0300, vmlinuz wrote: >I have trying to compiling Pine 4.10 on slink and I get this error: > >ld: cannot open -ltermcap: No such file or directory > >Anyone can help me ? Yep. In 'pine4.10/pine/makefile.lnx' change the line... STDLIBS= -ltermcap ... to read... STD

Re: lib termcap problems...

1999-06-05 Thread Chris Flipse
On Sat, Jun 05, 1999 at 11:35:19AM -0300, vmlinuz wrote: ld: cannot open -ltermcap: No such file or directory debian:/# ls -l /lib/libtermcap.so.2 lrwxrwxrwx 1 root root 19 Jun 5 11:10 /lib/libtermcap.so.2 -> libtermcap.so.2.0.8 Have you checked that the file that th

lib termcap problems...

1999-06-05 Thread vmlinuz
Hellow.. I have trying to compiling Pine 4.10 on slink and I get this error: ld: cannot open -ltermcap: No such file or directory debian:/# ls -l /lib/libtermcap.so.2 lrwxrwxrwx 1 root root 19 Jun 5 11:10 /lib/libtermcap.so.2 -> libtermcap.so.2.0.8 Anyone can help me ? Thanks!