Re: Problem linking with libtermcap!

1997-01-01 Thread Dale Scheetz
On Tue, 31 Dec 1996, Carnage wrote: > Hello Mailing List!, > > I seem to be having a problem linking with the Termcap library > when specifying "-ltermcap" on the gcc command line. I would recommend that you change to ncurses ("-lncurses") which will move you into a maintained library. (te

Re: Problem linking with libtermcap!

1996-12-31 Thread Walter Tautz
Put a link in libtermcap.so to the version you want (Note the ending is `so'. I guessing the binutils new default behaviour accounts for this. -Walter On Tue, 31 Dec 1996, Carnage wrote: > Hello Mailing List!, > > I seem to be having a problem linking with the Termcap library > when speci

Problem linking with libtermcap!

1996-12-31 Thread Carnage
Hello Mailing List!, I seem to be having a problem linking with the Termcap library when specifying "-ltermcap" on the gcc command line. Explicitly specifying libtermcap works fine (i.e. "gcc -o program program.o module1.o /lib/libtermcap.so.2.0.8"). But doing a "-ltermcap" resul