Page 1 of 1

Compiling on Ubuntu

Posted: 05.04.2009, 11:40
by explorers
After typing "make" and then after something,it shows

Code: Select all

../../libtool: line 451: CDPATH: command not found
../../libtool: line 1129: func_opt_split: command not found
libtool: Version mismatch error.  This is libtool 2.2.6 Debian-2.2.6a-1ubuntu1,but the
libtool: definition of this LT_INIT comes from an older release.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 Debian-2.2.6a-1ubuntu1
libtool: and run autoconf again.
make[4]: *** [celestia] Error 63
make[4]:Leaving directory `/home/markerz/trunk/celestia/src/celestia'
make[3]: *** [all-recursive] Error 1
make[3]:Leaving directory `/home/markerz/trunk/celestia/src/celestia'
make[2]: *** [all-recursive] Error 1
make[2]:Leaving directory `/home/markerz/trunk/celestia/src'
make[1]: *** [all-recursive] Error 1
make[1]:Leaving directory `/home/markerz/trunk/celestia'
make: *** [all] Error 2

How to solve?//

Re: Compiling on Ubuntu

Posted: 05.04.2009, 13:34
by cartrite
I ran into that problem compiling on openSuse11.1 a few months ago. I deleted "celestia/acinclude.m4". I copied "celestia/admin/acinclude.m4.in" to celestia/acinclude.m4 and then ran autoreconf -iv. Maybe it will work with Ubuntu too.
cartrite