[Gambas-user] Building Gambas on Ubuntu 8.10
Toni
arosa at ...2015...
Fri Nov 21 01:09:01 CET 2008
Hi Gareth,
I compiled Gambas on my Ubuntu 8.10 "downgrading" libtool to version 1.5
before compiling. I downloaded the libtool 1.5 package and then I did
"sudo dpkg --force-downgrade -i libtool_1.5.26-1ubuntu1_amd64.deb" to
install it (note the --force-downgrade)
Cheers,
Toni
En/na Gareth Bult ha escrit:
> Hi,
>
> It looks like the version of libtool now on Ubuntu 8.10 (V2.2) is incompatible with the version Gambas uses (1.5?) and as a result I can't build either the 2.x or 3.x svn trees.
>
> Anyone got a fix / way round this ?
>
> # make
> make all-recursive
> make[1]: Entering directory `/usr/src/gambas2/trunk'
> Making all in main
> make[2]: Entering directory `/usr/src/gambas2/trunk/main'
> make all-recursive
> make[3]: Entering directory `/usr/src/gambas2/trunk/main'
> Making all in libltdl
> make[4]: Entering directory `/usr/src/gambas2/trunk/main/libltdl'
> make all-am
> make[5]: Entering directory `/usr/src/gambas2/trunk/main/libltdl'
> /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -g -O2 -c -o ltdl.lo ltdl.c
> ./libtool: line 466: CDPATH: command not found
> ./libtool: line 1144: func_opt_split: command not found
> libtool: Version mismatch error. This is libtool 2.2.4 Debian-2.2.4-0ubuntu4, 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.4 Debian-2.2.4-0ubuntu4
> libtool: and run autoconf again.
> make[5]: *** [ltdl.lo] Error 63
> make[5]: Leaving directory `/usr/src/gambas2/trunk/main/libltdl'
> make[4]: *** [all] Error 2
> make[4]: Leaving directory `/usr/src/gambas2/trunk/main/libltdl'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/usr/src/gambas2/trunk/main'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/usr/src/gambas2/trunk/main'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/src/gambas2/trunk'
> make: *** [all] Error 2
>
>
More information about the User
mailing list