Developing console apps.

Roberto Alsina ralsina at unl.edu.ar
Mon Mar 13 11:34:46 GMT 2000


On Mon, 13 Mar 2000, Morten Poulsen wrote:

> Hello all
> 
> I am having some problems with the development of a c++ console app. which
> makes use of curses. I cannot convince KDev 1.1 to compile my project properly.
> I have tried to input "curses" in the linker dialog in projectsetup, but either
> the compiler says it have no reference to xxx-function, or gmake says it does
> not know how to build target "curses" required for my program. What am I doing
> wrong here?

Not "curses" but "-lcurses" (or more likely on linux -lncurses)

 ("\''/").__..-''"`-. .         Roberto Alsina
 `9_ 9  )   `-. (    ).`-._.`)  ralsina at unl.edu.ar
 (_Y_.)' ._   ) `._`.  " -.-'   Centro de Telematica
  _..`-'_..-_/ /-'_.'           Universidad Nacional del Litoral
(l)-'' ((i).' ((!.'             Santa Fe - Argentina
                                KDE Developer (MFCH)
The stone age didn't end for a lack of stone" Firoz Rasul





More information about the KDevelop mailing list