View previous topic :: View next topic |
Author |
Message |
Macbeth n00b
Joined: 23 Jan 2004 Posts: 18
|
Posted: Sat Oct 02, 2004 9:15 am Post subject: sim und autoconf [geloest] |
|
|
Hallo,
habe gestern versucht, sim per cvs zu installieren. Allerdings schlaegt schon gmake fehl:
Code: |
tux sim # gmake -f admin/Makefile.common
*** YOU'RE USING Autoconf version 2.13.
*** SIM requires autoconf 2.53 or newer
gmake: *** [cvs] Error 1
|
Also habe ich mal ein autoconf --version gemacht:
Code: |
tux sim # autoconf --version
Autoconf version 2.13
|
Da scheint gmake ja anscheinend recht zu haben, alleridngs kann ich das nicht so recht glauben, also mal ein emerge -s autoconf:
Code: |
* sys-devel/autoconf
Latest version available: 2.59-r4
Latest version installed: 2.59-r4
Size of downloaded files: 1,336 kB
Homepage: http://www.gnu.org/software/autoconf/autoconf.html
Description: Used to create autoconfiguration files
License: GPL-2
|
So, und an diesem Punkt verstehe ich nichts mehr, autoconf --version nennt mir eine andere Version als die installierte. Wie kann sowas sein und wie sage ich meinem system, dass ich autoconf 2.59 drauf habe und nicht 2.13??
Vielen Dank
Markus[/quote]
Last edited by Macbeth on Sat Oct 02, 2004 10:30 am; edited 1 time in total |
|
Back to top |
|
|
mrsteven Veteran
Joined: 04 Jul 2003 Posts: 1939
|
Posted: Sat Oct 02, 2004 9:56 am Post subject: |
|
|
Die Version 2.13 ist die Standardversion, die anscheinend in den meisten ebuilds verwendet wird.
Die Version 2.59 startet man mit "autoconf-2.59". Du könntest also das Makefile deines Paketes anpassen, das könnte allerdings schwierig werden... |
|
Back to top |
|
|
Macbeth n00b
Joined: 23 Jan 2004 Posts: 18
|
Posted: Sat Oct 02, 2004 10:33 am Post subject: |
|
|
Vielen Dank fuer den Tip, das Makefile musste ich nicht anpassen. Habe aufgrund deines Tips mir mal das Script /usr/bin/autoconf angeschaut und gesehen, dass es dort eine Variable $WANT_AUTOCONF gibt.
Folgendes war dann die Loesung, mit der es dann funktioniert hat:
Code: |
export WANT_AUTOCONF="2.5"
|
Nochmal vielen Dank!!! |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|