-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 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? Thanks Milan. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFE++3lUfqTy0+NqSgRAvtQAJ9Fnr+XgMeng5+93HmfzKFGYnuOMgCcC2XG EmMwAi2GO470UE42peWkOFQ= =lUsW -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Mon, Sep 04, 2006 at 11:12:05AM +0200, Milan Baša wrote:
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?
Throw in the "ncurses-devel" package. Ciao, Marcus --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Marcus Meissner wrote / napísal(a):
On Mon, Sep 04, 2006 at 11:12:05AM +0200, Milan Baša wrote:
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?
Throw in the "ncurses-devel" package.
Ciao, Marcus --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
I have installed ncurses-devel, but the same error happened. Milan -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFE+/6NUfqTy0+NqSgRAskiAJ9ILyRbIWRPM8IfGxDpB0gcZqDyewCfQfcU QZ/x+GBRhd3SaRnQIVsLVkM= =LII7 -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Where can i find lcurses?
Throw in the "ncurses-devel" package.
I have installed ncurses-devel, but the same error happened.
Try running ldconfig. Jan Engelhardt -- --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jan Engelhardt wrote / napísal(a):
Where can i find lcurses? Throw in the "ncurses-devel" package.
I have installed ncurses-devel, but the same error happened.
Try running ldconfig.
Jan Engelhardt Something like this?
milan@linux-kuki:~> /sbin/ldconfig -p | grep curs libncursesw.so.5 (libc6) => /usr/lib/libncursesw.so.5 libncursesw.so (libc6) => /usr/lib/libncursesw.so libncurses.so.5 (libc6) => /lib/libncurses.so.5 libncurses.so.4 (libc6) => /usr/lib/libncurses.so.4 libncurses.so (libc6) => /usr/lib/libncurses.so libXcursor.so.1 (libc6) => /usr/X11R6/lib/libXcursor.so.1 libXcursor.so (libc6) => /usr/X11R6/lib/libXcursor.so I can see that the libraries are there, but what now? Milan -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFE/JrxUfqTy0+NqSgRAjvxAJ4lYh/pDcgmMBhYBmCUg5yo1aQ/jwCfZ8YM snR5QfTx43WrSEk+7KSwoV8= =cEEQ -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Milan Baša wrote:
Jan Engelhardt wrote / napísal(a):
Where can i find lcurses? Throw in the "ncurses-devel" package.
I have installed ncurses-devel, but the same error happened. Try running ldconfig.
Jan Engelhardt Something like this?
milan@linux-kuki:~> /sbin/ldconfig -p | grep curs libncursesw.so.5 (libc6) => /usr/lib/libncursesw.so.5 libncursesw.so (libc6) => /usr/lib/libncursesw.so libncurses.so.5 (libc6) => /lib/libncurses.so.5 libncurses.so.4 (libc6) => /usr/lib/libncurses.so.4 libncurses.so (libc6) => /usr/lib/libncurses.so libXcursor.so.1 (libc6) => /usr/X11R6/lib/libXcursor.so.1 libXcursor.so (libc6) => /usr/X11R6/lib/libXcursor.so
I can see that the libraries are there, but what now? Milan
Check out latest svn repository. Changelog: 0.11.2 (4 September 2006) * fix compilation by detecting libncurses under Suse -- Regards, Rajko. --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Rajko M wrote / napísal(a):
Milan Baša wrote:
Jan Engelhardt wrote / napísal(a):
> Where can i find lcurses? Throw in the "ncurses-devel" package.
I have installed ncurses-devel, but the same error happened. Try running ldconfig.
Jan Engelhardt Something like this?
milan@linux-kuki:~> /sbin/ldconfig -p | grep curs libncursesw.so.5 (libc6) => /usr/lib/libncursesw.so.5 libncursesw.so (libc6) => /usr/lib/libncursesw.so libncurses.so.5 (libc6) => /lib/libncurses.so.5 libncurses.so.4 (libc6) => /usr/lib/libncurses.so.4 libncurses.so (libc6) => /usr/lib/libncurses.so libXcursor.so.1 (libc6) => /usr/X11R6/lib/libXcursor.so.1 libXcursor.so (libc6) => /usr/X11R6/lib/libXcursor.so
I can see that the libraries are there, but what now? Milan
Check out latest svn repository. Changelog: 0.11.2 (4 September 2006) * fix compilation by detecting libncurses under Suse
I am playing for a first time with svn. I have downloaded latest development sources and something new happened. - ------------------------- milan@linux-kuki:~/apps/piklab> make -f Makefile.cvs This Makefile is only for the SVN repository This will be deleted before making the distribution *** YOU'RE USING UNSERMAKE. *** GOOD LUCK!! :) *** Creating acinclude.m4 *** Creating list of subdirectories *** Creating Makefile.am *** Creating configure.files *** Creating configure.in *** Creating aclocal.m4 /usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal *** Creating configure *** Creating config.h template *** Creating Makefile templates ERROR:src/tools/base/Makefile.am: not all moc files are included in cpp files and there are more than one targets that could link to them: toolchains_config_widget config_widget tools_config_widget compile tool_config_widget toolchain_config_widget make[1]: *** [cvs] Error 1 make: *** [all] Error 2 - ----------------------------------- One more ERROR, and i am playing with svn for a last time. I think it is better for me to wait a stable 11.2. Thanks to Everybody, Milan. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFE/gbYUfqTy0+NqSgRAtkEAJ9ADXwtKySJbXv1d9nZ2pmca0vwwACfcrpg l3nc25js8etdUkTlpHbp3JE= =pxd8 -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
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: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (5)
-
Jan Engelhardt
-
Marcus Meissner
-
Milan Baša
-
Rajko M
-
Ricardo Cruz