MySQL Forums
Forum List  »  MySQL Workbench

Trying to install MySQL Workbench
Posted by: Greg Ramos
Date: December 08, 2012 03:53PM

I am trying to install the latest version of MySQL Workbench for Linux from source. I ran through configure until I had satisfied all of the package requirement and then typed 'make'. It ran for a while until it received an error. I had to go back pretty far to get the error, but here it is. Can't tell what it wants:

/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -Iinclude -O2 -Wall -MT antlr3baserecognizer.lo -MD -MP -MF .deps/antlr3baserecognizer.Tpo -c -o antlr3baserecognizer.lo `test -f 'src/antlr3baserecognizer.c' || echo './'`src/antlr3baserecognizer.c
./libtool: line 865: X--tag=CC: command not found
./libtool: line 898: libtool: ignoring unknown tag : command not found
./libtool: line 865: X--mode=compile: command not found
./libtool: line 1032: *** Warning: inferring the mode of operation is deprecated.: command not found
./libtool: line 1033: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
./libtool: line 1176: Xgcc: command not found
./libtool: line 1176: X-DHAVE_CONFIG_H: command not found
./libtool: line 1176: X-I.: command not found
./libtool: line 1176: X-I.: command not found
./libtool: line 1176: X-Iinclude: command not found
./libtool: line 1176: X-O2: command not found
./libtool: line 1176: X-Wall: command not found
./libtool: line 1176: X-MT: command not found
./libtool: line 1176: Xantlr3baserecognizer.lo: command not found
./libtool: line 1176: X-MD: command not found
./libtool: line 1176: X-MP: command not found
./libtool: line 1176: X-MF: command not found
./libtool: line 1176: X.deps/antlr3baserecognizer.Tpo: No such file or directory
./libtool: line 1176: X-c: command not found
./libtool: line 1229: Xantlr3baserecognizer.lo: command not found
./libtool: line 1234: libtool: compile: cannot determine name of library object from `': command not found
make[4]: *** [antlr3baserecognizer.lo] Error 1
make[4]: Leaving directory `/usr/local/src/X11/tmp/mysql-workbench-gpl-5.2.44-src/ext/antlr-runtime'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/usr/local/src/X11/tmp/mysql-workbench-gpl-5.2.44-src/ext/antlr-runtime'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/X11/tmp/mysql-workbench-gpl-5.2.44-src/ext'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/X11/tmp/mysql-workbench-gpl-5.2.44-src'
make: *** [all] Error 2

Options: ReplyQuote


Subject
Views
Written By
Posted
Trying to install MySQL Workbench
3013
December 08, 2012 03:53PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.