-ltermcap error

Lucas Vogel plug-discuss@lists.PLUG.phoenix.az.us
Sat, 14 Jul 2001 20:39:55 -0700


I figured it out!

I had to go in to one of the .mak files and edit the line where it includes 
that part and add:
	-L/usr/lib/termcap
before the 
	-ltermcap

so now it's compiling nicely.

Thanks for the help!


On Saturday 14 July 2001 08:20 pm, you wrote:
> root@cx229913-e:/etc > ldconfig -v | grep termcap
>         libtermcap.so.2 -> libtermcap.so.2.0.8
>
> I picks libtermcap up...now what do I do? :)
>
> Thanks
>
> On Saturday 14 July 2001 08:08 pm, you wrote:
> > do a
> >
> > ldconfig -r | grep ltermcap
> >
> > you might have it installed, but ld might not be picking it up
> >
> > --
> > Marc Chung
> > mchung@asu.edu
> >
> > On Sat, 14 Jul 2001, Lucas Vogel wrote:
> > > Can someone help me with this?
> > >
> > > gcc -O3 -Wall -o ch_lab ch_lab_main.o -L../lib -lestools -L../lib
> > > -lestbase -L../lib -leststring -ltermcap -ldl -lm -lstdc++ -lgcc
> > > /usr/i486-suse-linux/bin/ld: cannot find -ltermcap
> > > collect2: ld returned 1 exit status
> > > make[1]: *** [ch_lab] Error 1
> > > make: *** [main] Error 2
> > >
> > > I have libtermcap installed on my computer, yet I get this error...
> > >
> > > Thanks
> > >
> > > Lucas Vogel
> > > ________________________________________________
> > > See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't
> > > post to the list quickly and you use Netscape to write mail.
> > >
> > > PLUG-discuss mailing list  -  PLUG-discuss@lists.PLUG.phoenix.az.us
> > > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
> >
> > ________________________________________________
> > See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't
> > post to the list quickly and you use Netscape to write mail.
> >
> > PLUG-discuss mailing list  -  PLUG-discuss@lists.PLUG.phoenix.az.us
> > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>
> ________________________________________________
> See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't
> post to the list quickly and you use Netscape to write mail.
>
> PLUG-discuss mailing list  -  PLUG-discuss@lists.PLUG.phoenix.az.us
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss