Mosfet Liquid 0.7 configure error

Post Reply
Message
Author
jlansing
Posts: 60
Joined: 17. Jul 2001 13:50

Mosfet Liquid 0.7 configure error

#1 Post by jlansing »

Hallo,
Ich hab versucht mir die Mosfet Liquid Engine 0.7 zu kompilieren. Nachdem ich make -f Makefile.cvs gemacht habe, was auch gut funktioniert, habe ich versucht zu konfigurieren: ./configure --prefix=/opt/kde --disable-debug --enable-final --enable-objprelink --enable-mt

Dies schlägt allerdings fehl mit der Meldung:

checking for a C++-Compiler...
checking for g++... g++
checking whether the C++ compiler works... configure: error: cannot run C++ compiled programs.
If you meant to cross compile, use `--host'.
Aus config.log entnehme ich an der Stelle:

configure:1300: checking for working autoheader
configure:1307: result: found
configure:1315: checking for working makeinfo
configure:1326: result: missing
configure:1406: checking for a C-Compiler
configure:1408: result:
configure:1413: checking for gcc
configure:1428: found /usr/bin/gcc
configure:1436: result: gcc
configure:1537: checking whether the C compiler works
configure:1543: ./
./configure: ./: is a directory
configure:1546: $? = 126
configure:1553: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.


Woran könnte es liegen, dass es nicht klappt?

jlansing
Posts: 60
Joined: 17. Jul 2001 13:50

Re: Mosfet Liquid 0.7 configure error

#2 Post by jlansing »

Vielleicht sollte ich dazu sagen, dass ich Slackware 8.0 benutze.

marc
Posts: 444
Joined: 20. Apr 2001 23:31
Location: Arnsberg

Re: Mosfet Liquid 0.7 configure error

#3 Post by marc »

Hi.
Ich hab auch Slackware 8.0 und bei mir läuft Liquid ohne Probleme.
Allerdings habe ich das ./configure ohne irgendwelche Optionen abgesetzt.

Gruß
Marc

jlansing
Posts: 60
Joined: 17. Jul 2001 13:50

Re: Mosfet Liquid 0.7 configure error

#4 Post by jlansing »

Das habe ich auch schon probiert, allerdings nützt das leider nichts. Ich versteh es einfach nicht. Alle anderen KDE Programme kompilieren problemlos.

marc
Posts: 444
Joined: 20. Apr 2001 23:31
Location: Arnsberg

Re: Mosfet Liquid 0.7 configure error

#5 Post by marc »

Da fällt mir noch was ein.
Ich hatte vor einiger Zeit mal Probleme mit der Kompilierung von ein paar KDE-Proggis. Hab dann in dem Slackware-Forum irgendwo einen Hinweis gefunden, daß das mit dem mitgelieferten autoconf-2.50 Probleme geben könnte.
Habe dann von autoconf und automake einen Downgrade gemacht, und dann gings.
Du kriegst die Pakete hier: ftp://ftp.slackware.com/pub/slackware/s ... .0/pasture
Einfach autoconf-2.13 und automake-1.4 runterladen und mit pkgtool installieren.

Gruß
Marc

jlansing
Posts: 60
Joined: 17. Jul 2001 13:50

Re: Mosfet Liquid 0.7 configure error

#6 Post by jlansing »

1000-Dank. Genau das hat mir geholfen :)

Post Reply