[ADMIN] Is there a way to build 32-bit mode on 64-bit Linux boxes?

2005-06-08 Thread Wayne Schroeder
I'm trying to build postgresql and odbc from source on x86_64 Linux hosts but I need to run them in 32-bit addressing mode since my app is not 64-bit ready yet. Simple test programs can be built as 32-bit apps (if the libraries are installed) via gcc's -m32 option. I checked for postgres configur

Re: [ADMIN] Is there a way to build 32-bit mode on 64-bit Linux boxes?

2005-06-08 Thread Wayne Schroeder
Subject: Re: [ADMIN] Is there a way to build 32-bit mode on 64-bit Linux boxes? Date: Wed, 08 Jun 2005 11:34:42 -0700 From: Wayne Schroeder <[EMAIL PROTECTED]> To: AgentM <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Thanks for responding, eve

Re: [ADMIN] Is there a way to build 32-bit mode on 64-bit Linux boxes?

2005-06-08 Thread Wayne Schroeder
I need to back up a bit and explain why I was hoping there was a better way to build everything as 32-bit. On a 64-bit Linux host, if I just try to build as usual, I get errors in my MCAT app since it is not 64-bit compatible yet. If I try to build everything (postgresql, odbc, and mcat) 32-bit, I