Tuesday, October 6, 2009

I was able to solve the problem by including ncourses on the command line.
eg. cc ciol.c main.c -lcourses

1 comment:

  1. well, it is actually cc or gcc main.c ciol.c -lncurses...
    Check http://zenit.senecac.on.ca/wiki/index.php/OOP344_Assignment_One#Linux_Gnu_C for more info.
    (also it would be a good idea to set a link to the actual problem so those reading the blog on the planet know what was the original problem :)

    ReplyDelete