MySQL Forums
Forum List  »  Source, Builds, Binaries

Can't build any version higher then 5.0 on AIX
Posted by: Quenten Griffith
Date: August 10, 2009 06:31AM

Hello, I have been trying to build a Mysql from Source on AIX 5.1.3 and with all versions above 5.0, I get the same error doing a make, this includes 5.1.37.

> make
Making all in .
make abi_headers="" do_abi_check
set -ex; for file in ; do gcc -pipe -mcpu=power -Wa,-many -E -nostdinc -dI -I./include -I./include/mysql -I./sql -I./include -I./include/mysql -I./sql $file 2>/dev/null | /usr/bin/sed -e '/^# /d' -e '/^[ ]*$/d' -e '/^#pragma GCC set_debug_pwd/d' -e '/^#ident/d' > ./abi_check.out; /usr/bin/diff -w $file.pp ./abi_check.out; /usr/bin/rm ./abi_check.out; done
/bin/sh: syntax error at line 1 : `;' unexpected
make: The error code from the last command is 2.

I am using the GCC compiler version 4.2.0-3 I used the following configure options

CC="gcc -pipe -mcpu=power -Wa,-many" \
CXX="gcc -pipe -mcpu=power -Wa,-many" \
CXXFLAGS="-felide-constructors -fno-exceptions -fno-rtti" \
./configure --prefix=/appadmin/mysql-5.1.37 --with-low-memory


Doing the same exact same thing with version 5.0 seems to work.

Options: ReplyQuote


Subject
Views
Written By
Posted
Can't build any version higher then 5.0 on AIX
3423
August 10, 2009 06:31AM


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.