[Bug 80] New: Not Able to install SableVM on AIX 5.1 with rs6000 architecture and having power pc chip
| Newsgroups | gmane.comp.java.vm.sablevm.bugs |
|---|---|
| Message-ID | <[email protected]> |
http://sablevm.org/bugs/show_bug.cgi?id=80
Summary: Not Able to install SableVM on AIX 5.1 with rs6000
architecture and having power pc chip
Product: SableVM
Version: unspecified
Platform: Other
OS/Version: AIX
Status: NEW
Severity: critical
Priority: P2
Component: default
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
I have installed other binaries viz. gettext,popt,libtool,libfii,jikes,sablevm-
classpath.
But while installing SableVM i get an error "#error unknown system" in
system.c .
No options specified in system.c descibes our AIX box architecture , which I
have seen in config.log of sable-classpath and sableVM.
Some Log cuts from config.log
--------------------------------------------------------------------------------
## --------- ##
## Platform. ##
## --------- ##
hostname = rsys-aix
uname -m = 000C260F4C00
uname -r = 1
uname -s = AIX
uname -v = 5
/usr/bin/uname -p = powerpc
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = 5.1.0.0
/bin/universe = unknown
configure:1571: checking build system type
configure:1589: result: powerpc-ibm-aix5.1.0.0
configure:1597: checking host system type
configure:1611: result: powerpc-ibm-aix5.1.0.0
configure:1619: checking target system type
configure:1633: result: powerpc-ibm-aix5.1.0.0
--------------------------------------------------------------------------------
I run configure as
../configure --prefix=/opt/seclient --enable-real-life-brokenness CPPFLAGS="-
I/opt/seclient/include " LDFLAGS=-L/opt/seclient/lib
Now when I do a make
I get #unknown system error .
But
if I run configure as
../configure --prefix=/opt/seclient --enable-real-life-brokenness CFLAGS="-
D__powerpc__ -I/opt/seclient/include " CPPFLAGS="-D__powerpc__ -
I/opt/seclient/include " LDFLAGS=-L/opt/seclient/lib
I get dbcst not installed in curren architecture COM mod.
Please let me know I you need some more info.
Note: ALso I have tried the instalation on AIX 5.2 p630 machine , but I get
same errors.
Regards
Gurdeep Dua
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.