[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: who has heard of libnd?



Joris Huizer wrote:
Hugo Vanwoerkom wrote:
Hi,

In pursuit of a dialog like replacement that uses the mouse I came across Ndialog:
http://gehenna.pell.portland.or.us/~orc/Code/ndialog/

But it needs a libnd to compile its examples:
cc -o fancyhello fancyhello.c -lnd -lpanel -lncurses -lgpm


In fact I just tried it: after building it a file has been built, named libndialog.a
if you rename it to libnd.a (or create a symlink), this works:

[00:59:52]jorishuizer@debian:/tmp/ndialog-1.0/src/example$ gcc -I../ -L.. -o fancyhello fancyhello.c -lnd -lpanel -lncurses -lgpm

(yes I had the file in a seperate subfolder named example)

regards,

Joris



Thanks!

H



Reply to: