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 trying to use htk (HMM tool kit) for speech recognition.
I follow the instruction guideline in 'readme' file.
Firstly, I typed './configure' and it worked.
Followings are terminal output when I typed './configure'.
checking whether make sets $(MAKE)... yes
checking for gawk... no
checking for mawk... mawk
checking for gcc... gcc
checking for C compiler default output file name...
Compiling this: http://linux.softpedia.com/progDownload/Indexed-PDF-Creator-Download-107...
anisha@linux-dopx:~/tarBalls/ipdf-1.0.0> ./configure --build=x86_64
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc...
Why I cant install APR-util.
root@ubuntu:/apr-util-1.4.1# ./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr/
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for working mkdir -p...
I can't build dansguardian in yaourt. Not sure what the problem is but here is the whole output of the build:==> Starting build()...
patching file src/downloadmanagers/fancy.cpp
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk...
hello guys. I ve been trying to install package ExactImage to my FC17, and since it's not in any repo i could find, i ve decided to compile it. Having some problems though.
./configure would give me this:
Code:
checking whether the C++ compiler works ... yes
checking for C++ STL support ... yes
checking for C++ templates ... yes
checking for C++ template specialization ...
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
hi...
anybody can help me??
i have installed fedora17 (64 bits).
i have to install htk.
when i give ./configure to install htk it shows...
[menaga@menaga htk]$ ./configure
checking whether make sets $(MAKE)... yes
checking for gawk... gawk
checking for gcc... gcc
checking for C compiler default output file name...
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.