LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   gtk-sharp from slackbuilds.org not compile on slackware64 14.1 (https://www.linuxquestions.org/questions/slackware-14/gtk-sharp-from-slackbuilds-org-not-compile-on-slackware64-14-1-a-4175499072/)

Bart_ 03-22-2014 06:18 AM

gtk-sharp from slackbuilds.org not compile on slackware64 14.1
 
Hi all.
I'm trying to compile gtk-sharp from slackbuilds.org on a Slackware64 14.1 with Alien multilib support. I have installed mono. Trying to compile gtk-sharp I obtain
Quote:

...
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/x86_64-slackware-linux/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking size of void *... 8
checking for pkg-config... /usr/bin/pkg-config
checking size of off_t... 8
checking pkg-config is at least version 0.9.0... yes
checking for MONO_DEPENDENCY... yes
checking for gacutil... /usr/bin/gacutil
checking for al... /usr/bin/al
checking for mono... /usr/bin/mono
checking for mcs... /usr/bin/mcs

and does not go out from here. No error. No message. Waits and nothing happens.
Solutions?

willysr 03-22-2014 09:00 AM

This is the log from Slackware64-14.1 (no multilib)
Code:

checking pkg-config is at least version 0.9.0... yes
checking for MONO_DEPENDENCY... yes
checking for gacutil... /usr/bin/gacutil
checking for al... /usr/bin/al
checking for mono... /usr/bin/mono
checking for mcs... /usr/bin/mcs
checking for MONO_CAIRO... yes
checking for GLIB... yes
checking for PANGO... yes
checking for ATK... yes
checking for GTK... yes
checking for GLADE... yes
checking for mdassembler... /usr/bin/mdassembler
checking for monodocer... /usr/bin/monodocer
checking for GLIB_2_31... yes
configure: creating ./config.status
.
.
.(truncated)

and here's the result (using sbopkg)
Code:

libgdiplus:
  MD5SUM check for libgdiplus-2.10.9.tar.bz2 ... OK
  Building package libgdiplus-2.10.9-x86_64-2_SBo.tgz ... OK
  Installing package libgdiplus-2.10.9-x86_64-2_SBo.tgz ... OK

mono:
  MD5SUM check for mono-3.2.3.tar.bz2 ... OK
  Building package mono-3.2.3-x86_64-1_SBo.tgz ... OK
  Installing package mono-3.2.3-x86_64-1_SBo.tgz ... OK

gtk-sharp:
  MD5SUM check for 2.12.22.tar.gz ... OK
  Building package gtk-sharp-2.12.22-x86_64-1_SBo.tgz ... OK
  Installing package gtk-sharp-2.12.22-x86_64-1_SBo.tgz ... OK


Bart_ 03-23-2014 03:11 AM

Rebooting and compiling in Init 3 has solved the problem but I do not understand why it happened.
Thanks.

willysr 03-23-2014 04:13 AM

maybe it's just overloaded :)


All times are GMT -5. The time now is 11:53 PM.