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
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
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
3 matches
Mail list logo