[pooma-dev] Building 64 bit MM

Jeffrey Oldham oldham at codesourcery.com
Sat Oct 13 03:54:11 UTC 2001


On Thu, Oct 11, 2001 at 12:47:33PM -0600, Dave Nystrom wrote:
> Does anyone know how to build a 64 bit version of the MM shared memory
> library on Irix 6.5?  I'm having trouble with it wanting to use ld32 and I
> have tried the following environment variables and configure options:
> 
> CC      = location to the MIPSpro cc compiler
> CFLAGS  = -64
> LDFLAGS = -64
> 
> configure --disable-shared --prefix=where_I_want_mm_installed
> 
> I want to try using the Cheetah shmem interface on b18 with 64 bit.

I used gcc, avoiding many problems.  Here are the steps I used:

  setenv CC 'gcc -mabi=64'  
  ./configure --prefix=${HOME}/pooma/mm-1.1.3
  make test
  make install

I have not yet tested it with Cheetah and/or Pooma.

Thanks,
Jeffrey D. Oldham
oldham at codesourcery.com



More information about the pooma-dev mailing list