Ha s anyone had any success patching wine and getting it to compile,
I have patched it and made sure all the 32-bit dependencies suggested by openSuse were installed and it won't compile ...
there must be someone who plays cutting age games who has come across this and solved it,
here is my ./configure error
I am aware that there is already a thread on this here however it failed to solve my issue. I have installed the multilib-devel packages as the referenced post suggested, but I still receive the following error message when attempting to compile wine-mono package either with makepkg or with yaourt. checking build system type... x86_64-unknown-linux-gnu
checking host system type...
I'v done some googling and tried to come up with a fix. No luck so far.
My ./configure out put is as follows:
Code:
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)...
I'm currently running Fedora 11 64-bit and am trying to compile Grub. I've been following the install directions and upon running configure I receive the following output with error message:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
debian wheezy (raspbian armhf) and i'm struggling to compile gambas3 from source:
pi@raspberrypi ~/gambas-svn $ ./configure
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk...
Hi; I'm triying to configure Apache , however I have some problems..
linux-top:~/appli/httpd-2.2.14 # ./configure --prefix=/root/appli/
checking for chosen layout... Apache
checking for working mkdir -p... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
Hi there, I was trying to build "lib32-libpcap" from AUR using yaourt when the gcc(?) reported an error as following:==> Starting build()...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for gcc... gcc -m32
checking for C compiler default output file name...
Code:
yuva@yuva-desktop:~/Downloads/vlc-2.0.3$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk...
I'm trying to compile SDL-1.2.15 on Ubuntu 12.04
http://www.linuxfromscratch.org/blfs/view/svn/multimedia/sdl.html
The install guide says that I need to start by calling the configure file. Looking at the comments, this seems to be needed to create a makefile with which to compile the library.