Subject | problem installing on YDL |
---|---|
Author | Maurice Ling |
Post date | 2004-12-03T06:11:59Z |
Hi,
I have a problem installing Firebird CS (database server) on Yellow
Dog Linux, which is a distro for PPC. The ./autogen.sh process went
well but I got stuck at the 'make' part.
This is the error I got:
make[2]: Entering directory `/tmp/firebird-1.5.1.4481/src'
make -f ../gen/Makefile.libfbcommon libfbcommon
make[3]: Entering directory `/tmp/firebird-1.5.1.4481/src'
g++ -I../src/include/gen -I../src/include -ggdb -O3 -march=i586
-mcpu=i686 -fno-omit-frame-pointer -fno-builtin -DNDEBUG -DLINUX -pipe
-MMD -fPIC -DPROD_BUILD -c ../src/common/classes/alloc.cpp -o
../temp/libfbcommon/common/classes/alloc.o
cc1plus: error: invalid option `arch=i586'
cc1plus: error: bad value (i686) for -mcpu= switch
make[3]: *** [../temp/libfbcommon/common/classes/alloc.o] Error 1
make[3]: Leaving directory `/tmp/firebird-1.5.1.4481/src'
make[2]: *** [libfbcommon] Error 2
make[2]: Leaving directory `/tmp/firebird-1.5.1.4481/src'
make[1]: *** [../gen/firebird/bin/gpre_static] Error 2
make[1]: Leaving directory `/tmp/firebird-1.5.1.4481/src'
make: *** [firebird] Error 2
It seems that firebird does not realise that it is a linux on a PPC
system.
I appreciate anyone for their solutions and comments.
Thanks.
Cheers
Maurice
I have a problem installing Firebird CS (database server) on Yellow
Dog Linux, which is a distro for PPC. The ./autogen.sh process went
well but I got stuck at the 'make' part.
This is the error I got:
make[2]: Entering directory `/tmp/firebird-1.5.1.4481/src'
make -f ../gen/Makefile.libfbcommon libfbcommon
make[3]: Entering directory `/tmp/firebird-1.5.1.4481/src'
g++ -I../src/include/gen -I../src/include -ggdb -O3 -march=i586
-mcpu=i686 -fno-omit-frame-pointer -fno-builtin -DNDEBUG -DLINUX -pipe
-MMD -fPIC -DPROD_BUILD -c ../src/common/classes/alloc.cpp -o
../temp/libfbcommon/common/classes/alloc.o
cc1plus: error: invalid option `arch=i586'
cc1plus: error: bad value (i686) for -mcpu= switch
make[3]: *** [../temp/libfbcommon/common/classes/alloc.o] Error 1
make[3]: Leaving directory `/tmp/firebird-1.5.1.4481/src'
make[2]: *** [libfbcommon] Error 2
make[2]: Leaving directory `/tmp/firebird-1.5.1.4481/src'
make[1]: *** [../gen/firebird/bin/gpre_static] Error 2
make[1]: Leaving directory `/tmp/firebird-1.5.1.4481/src'
make: *** [firebird] Error 2
It seems that firebird does not realise that it is a linux on a PPC
system.
I appreciate anyone for their solutions and comments.
Thanks.
Cheers
Maurice