Yritän kääntää lähdekoodista "DiscWrapper" nimistä ohjelmaa (
http://discwrapper.sourceforge.net/index.html).
./configure ei mene läpi:
minä@minä:~/Desktop/discwrapper-1.2.2$ ./configure
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... mawk
checking whether make sets $(MAKE)... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output file name...
configure: error: in `/home/lammi/Desktop/discwrapper-1.2.2':
configure: error: C++ compiler cannot create executables
See `config.log' for more details.
minä@minä:~/Desktop/discwrapper-1.2.2$
En tiedä johtuuko se siitä, ettei tarvittavia riippuvuuksia ole. Ainoa ilmoitettu riippuvuus on wxWidgets ( >=2.8.8 ). Seurasin wxWidgetsin sivujen ohjetta (
http://wiki.wxpython.org/InstallingOnUbuntuOrDebian), jonka neuvojen mukaan lisäsin ohjelmalähteen ja asensin paketit:
python-wxgtk2.8
python-wxtools
wx2.8-i18n
Niiden asentaminen ei auttanut. Bashin ehdottelema config.log-tiedosto on nähtävissä täällä kuukauden:
http://pastebin.com/m26f12e5eOlisi todella hyvä homma jos saisin tämän ohjelman asennettua. Yksi kaverikin olisi tällaista vailla valmis siirtymään wintoosan parista Linux-maailmaan. Voitteko auttaa?