This is the mail archive of the xconq7@sources.redhat.com mailing list for the Xconq project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: compiling Problems...


Jochen Cichon wrote:
> 
> gcc -o cconq -g -DUNIX  -I. -I./../kernel  cconq.o cdraw.o ccmd.o ../kernel/libc
> onq.a ../kernel/libconqlow.a -lcurses -ltermlib  -lm
> /usr/bin/ld: cannot find -ltermlib

Actually, this is a known bug that I keep forgetting to fix.  Some
systems need termlib in addition to curses, some don't.  In your
case, just remove the -ltermlib and it should build/run OK.

Stan

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]