MySQL Forums
Forum List  »  Source, Builds, Binaries

Help ! Install Mysql on Tru64
Posted by: guo qing
Date: July 26, 2006 11:15PM

CC="cc -pthread"
CFLAGS="-ansi_alias -ansi_args -fast -inline speed all -arch host"
CXX="cxx -pthread"
CXXFLAGS="-ansi_alias -ansi_args -fast -inline speed all \
-arch host -noexceptions -nortti"
export CC CFLAGS CXX CXXFLAGS

./configure \
--prefix=/usr/local/mysql \
--with-low-memory \
--enable-large-files \
--enable-shared=yes \
--with-named-thread-libs="-lpthread -lmach -lexc -lc"

now,when I type the last command,It says:

.....

configure:3689: checking for C compiler default output file name
configure:3692: cc -pthread -ansi_alias -ansi_args -fast -inline speed all -arch host conftest.c >&5
ld:
Can't open: all (No such file or directory)
configure:3695: $? = 1
configure: failed program was:
| /* confdefs.h. */

.....

How can I deal with It?

===============================

The above problem was settled ,But now It have a new problem,
when I type "make",after a few minutes ,It tells:

No suffix list,
% rule can only use a single ':' .Stop

What shall I do now? (the source files is mysql-5.0.22.tar.gz)

thanks!

=================================



Edited 1 time(s). Last edit at 07/27/2006 12:47AM by guo qing.

Options: ReplyQuote


Subject
Views
Written By
Posted
Help ! Install Mysql on Tru64
4362
July 26, 2006 11:15PM
1998
July 26, 2006 11:41PM
1881
July 27, 2006 12:38AM
1938
July 28, 2006 02:14AM
1858
July 26, 2006 11:48PM


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.