Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!snorkelwacker!bloom-beacon!athena.mit.edu!jfc From: jfc@athena.mit.edu (John F Carr) Newsgroups: comp.windows.x Subject: Re: problem for building R4 for PS2 AIX 1.1 ... Message-ID: <1990Jan7.024411.17318@athena.mit.edu> Date: 7 Jan 90 02:44:11 GMT References: <9001062144.AA12917@expo.lcs.mit.edu> Sender: news@athena.mit.edu (News system) Reply-To: jfc@athena.mit.edu (John F Carr) Organization: Massachusetts Institute of Technology Lines: 21 In article <9001062144.AA12917@expo.lcs.mit.edu> TRANLE@INTELLICORP.COM (Minh Tran-Le) writes: >Actually the server build ok. But when you run the Xibm server it lock >up the screen and dump core. > >Did anybody sucessfully built the X11R4 server for the ps2 aix 1.1. I just got it running. The original configuration I used had "HasNdbm" defined. This made it dump core when it opened the color database (dbm on the PS/2 AIX is not ndbm). I put this in site.def as a fix: #if defined(HasNdbm) #undef HasNdbm #endif #ifdef PS2Architecture #define HasNdbm NO #else #define HasNdbm YES #endif --John Carr (jfc@athena.mit.edu) Project Athena Systems Development