Em Segunda, 4 de Setembro de 2006 10:12, o Milan Baša escreveu: > Hi All. > I am trying to compile piklab but without succes.(SuSe 10.1) > ----------------------------- > /usr/lib/gcc/i586-suse-linux/4.1.0/../../../../i586-suse-linux/bin/ld: > cannot find -lcurses > collect2: ld returned 1 exit status > make[3]: *** [piklab-prog] Error 1 > make[3]: Leaving directory `/home/milan/apps/piklab-0.11.1/src/piklab-prog' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/milan/apps/piklab-0.11.1/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/milan/apps/piklab-0.11.1' > make: *** [all] Error 2 > ---------------------------------- > > Where can i find lcurses?
There is no lcurses. -lcurses means "link to curses". Curses is an old Unix library for doing GUIs on the terminal and Suse ships with a replacement called ncurses. Unfortunately, it seems that you have to explicitely do a "-lncurses" as Suse doesn't make the hooks so that you can use just "-lcurses", as opposite to other distributions. Sorry for any incorrection and for not being able to give you an easy solution. Cheers, Ricardo > Thanks Milan. > -- If I don't see you in the future, I'll see you in the pasture. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
