freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [pooma-dev] Building 64 bit MM


From: Jeffrey Oldham
Subject: Re: [pooma-dev] Building 64 bit MM
Date: Fri, 12 Oct 2001 20:54:11 -0700
User-agent: Mutt/1.2.5i

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
address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]