Re: postgres 8.3.8 and Solaris 10_x86 64 bit problems?

From: u235sentinel <u235sentinel(at)gmail(dot)com>
To: Andrew Chernow <ac(at)esilo(dot)com>
Cc: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: postgres 8.3.8 and Solaris 10_x86 64 bit problems?
Date: 2009-10-21 14:35:55
Message-ID: 4ADF1C4B.4060006@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andrew Chernow wrote:
>> I'll hack the makefile and give it a shot.
>
> No need to hack it, set CFLAGS during configure:
>
> shell]# CFLAGS="-m64" ./configure (options)
>
I tried that and it still built a 32 bit version of perl. When I
checked the make file it didn't have CFLAGS anywhere. I manually added
it but seems to be ignoring it. I'm regretting going with Solaris. I
don't recall it being this difficult to work with.

perhaps I can do something like CC="cc -m64" ./configure (options)

I'll have to play with that. Very weird :-)

Thanks

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-10-21 14:49:09 Re: Client application name
Previous Message Andrew Dunstan 2009-10-21 14:34:39 Re: Re: BUG #5065: pg_ctl start fails as administrator, with "could not locate matching postgres executable"