I have the c++ language only build of gcc 2.95.2 installed on a stock 4.0d
Digital Unix system running on an Alphastation 200 4/166. I've download and
untared the mysql-3.23.27-beta in /usr/local. I cd to
/usr/local/mysql-3.23.27-beta, mkdir /usr/local/mysql, and ./configure
--prefix=/usr/local/mysql. The configure completes successfully. But when
I execute make, a flood of stuff goes up the screen ending in the errors
below.
I've tried the configure lines specified in the document:
http://www.mysql.com/documentation/mysql/bychapter/manual_Installing.html
in section 4.12.6 and 4.12.7, but the configure does not complete, saying
the c++ compiler (gcc ), cannot build executables. But it doesn't complain
when I don't define the macro suggestions in these paragraphs for CC and
CCFLAGS, and CXX and CXXFLAGS.
The only binary OSF installation is for OSF 4.0f, and I don't have that.
Scott
Errors from make:
+ /sbin/ln -s ./../mysys/getopt1.c ./getopt1.c
+ rm -f ./getvar.c
+ /sbin/ln -s ./../mysys/getvar.c ./getvar.c
+ rm -f ./my_lib.c
+ /sbin/ln -s ./../mysys/my_lib.c ./my_lib.c
+ rm -f ./mysys_priv.h
+ /sbin/ln -s ./../mysys/mysys_priv.h ./mysys_priv.h
+ rm -f ./my_static.h
+ /sbin/ln -s ./../mysys/my_static.h ./my_static.h
echo timestamp > linked_libmysql_sources
echo timestamp > linked_client_sources
cd sql; rm -f mini_client_errors.c;/sbin/ln -s ../libmysql/errmsg.c
mini_client_errors.c
echo timestamp > linked_server_sources
make all-recursive
No suffix list.
Making all in include
No suffix list.
Make: % rule can only use a single ':'. Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
#
--
______________________________________________________________
J. Scott Franko
Computer Systems and S/W Eng. Consultant
Union Switch and Signal
Classification Yards and Terminals Group
Voice: (412) 688-2709 Fax: (412) 688-3260
mailto:jsfranko@stripped
______________________________________________________________
"Life's like a movie, write your own ending, keep believing, keep
pretending..."
Kermit D. Frog (aka Jim Henson)
| Thread |
|---|
| • Trouble compiling on OSF 4.0d (Digital Unix) | John Scott Franko | 17 Nov |