On Tue, 06 Jan 2015, Reiner Goerlach wrote:
> 3. Reporting a Gambas compilation problem
> 
> If you cannot compile and install Gambas(3) successfully, please provide 
> the output of the four commands: ./reconf-all,
> 
> Response in terminal:
> *****************************************
> 
> root@reiner-laptop:/home/reiner/GAMBAS3/gambas3-3.5.4# ./reconf-all
> ./reconf-all: 7: libtoolize: not found
> Can't exec "libtoolize": No such file or directory at 
> /usr/bin/autoreconf line 189.
> Use of uninitialized value in pattern match (m//) at /usr/bin/autoreconf 
> line 189.
> autoreconf: Entering directory `.'
> autoreconf: configure.ac: not using Gettext
> autoreconf: running: aclocal
> autoreconf: configure.ac: tracing
> autoreconf: configure.ac: adding subdirectory main to autoreconf
> autoreconf: Entering directory `main'
> autoreconf: running: aclocal -I m4 --install
> autoreconf: configure.ac: not using Libtool
> autoreconf: running: /usr/bin/autoconf
> configure:3860: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
>        If this token and others are legitimate, please use m4_pattern_allow.
>        See the Autoconf documentation.
> configure:3861: error: possibly undefined macro: AC_LIBLTDL_CONVENIENCE
> configure:3862: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
> configure:3863: error: possibly undefined macro: AC_DISABLE_STATIC
> autoreconf: /usr/bin/autoconf failed with exit status: 1
> root@reiner-laptop:/home/reiner/GAMBAS3/gambas3-3.5.4# ./configure
> bash: ./configure: No such file or directory
> root@reiner-laptop:/home/reiner/GAMBAS3/gambas3-3.5.4#
> **************************************************
> Ubuntu 10.04, qt, Kernel 70, CPU 2xN455
> 
> What can I do ? (Do not recommend other Ubuntu, or other LINUX, pleaase !)
> 

Install the required build tool versions, which are listed prominently on
the wiki page[0] people showed you yesterday. As you can see above, there
"libtoolize" cannot be found -- among the possible reasons are that it is
not installed, not in your PATH or its naming is different in an older
package (unlikely, but I didn't do any research).

The other errors *could* mean that your configure is too old, but I'm not
sure on this. If so, you can probably find their older equivalents (or just
circumvent them -- it's just a configuration script after all) and patch
configure.ac accordingly.

Also, you should not compile as root.

Regards,
Tobi

[0] http://gambaswiki.org/wiki/install

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to