I'm running Fedora 11 with Gnome DE:
2.6.29.6-217.2.16.fc11.i586
I installed rakarrack via yum, and it seemed to install okay. When I tried to start it, however, nothing happened. Starting rakarrack from a command prompt resulted in an Illegal instruction error.
So, I removed rakarrack via yum, and untarred the source (rakarrack-0.3.0.tar.gz) from sourceforge. Running ./configure now gives me the following error:
Code:
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 g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for fltk-config... no
configure: error: fltk not installed!
running rpm -q fltk gives me this:
Code:
fltk-1.1.9-4.fc11.i586
I can't seem to get past this. Does anyone run rakarrack on Fedora 11 successfully?