This repository was archived by the owner on Dec 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 81
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
cant't install in centos 6.4 #2
Copy link
Copy link
Open
Description
libtool: link: gcc -std=gnu99 -Wall -Wextra -Wunused -Wwrite-strings
-Wno-strict-aliasing -Werror -g -DSAFE_MUTEX -g3 -O0 -fno-omit-frame-pointer
-I/media/google-mysql/ncurses/include -I/media/google-mysql/ncurses/include
-DHAVE_TERM_H -DUNIV_LINUX -DUNIV_LINUX -rdynamic -o strings-t strings-t.o
-lrt ../../unittest/mytap/libmytap.a ../../mysys/libmysys.a
../../dbug/libdbug.a ../../strings/libmystrings.a -lpthread -lcrypt -lnsl -lm
-lpthread
Making all in vio
Making all in sql
../ylwrap: line 109: -d: command not found
make[1]: *** [sql_yacc.cc] Error 1
make[1]: *** Waiting for unfinished jobs....
libtool: link: g++ -Wall -Wextra -Wunused -Wwrite-strings -Wno-strict-aliasing
-Werror -Wno-unused-parameter -g -DSAFE_MUTEX -g3 -O0 -fno-omit-frame-pointer
-I/media/google-mysql/ncurses/include -I/media/google-mysql/ncurses/include
-DHAVE_TERM_H -fno-rtti -rdynamic -o gen_lex_hash gen_lex_hash.o
../vio/libvio.a ../mysys/libmysys.a ../dbug/libdbug.a ../regex/libregex.a
../strings/libmystrings.a ../zlib/.libs/libzlt.a
-L/media/google-mysql/google-perftools
/media/google-mysql/google-perftools/.libs/libtcmalloc.a -lpthread -lrt
-lpthread -lpthread -lcrypt -lnsl -lm -lpthread
make: *** [all-recursive] Error 1
*** Exit on error
Duration: 141 seconds
$cat /etc/redhat-release
CentOS release 6.4 (Final)
$uname -a
Linux nd0302012916 2.6.32-358.11.1.el6.x86_64 #1 SMP Wed Jun 12 03:34:52 UTC
2013 x86_64 x86_64 x86_64 GNU/Linux
$cd sql
$make
/bin/sh ../ylwrap sql_yacc.yy y.tab.c sql_yacc.cc y.tab.h sql_yacc.h y.output
sql_yacc.output -- -d --verbose
../ylwrap: line 109: -d: command not found
make: *** [sql_yacc.cc] Error 1
plz help me
Original issue reported on code.google.com by myb...@gmail.com on 26 Mar 2014 at 2:32
Reactions are currently unavailable