[postgis-users] Re: [postgis] postgis and sgi irix 5.3
Dave Blasby
dblasby at refractions.net
Wed Mar 27 12:03:28 PST 2002
JiXX Kastner wrote:
>
> dne Wed, 27 Mar 2002 09:57:40 -0800
> "Dave Blasby" <dblasby at refractions.net> napsal(a):
>
> > What kind of system (exactly) are you using? What compiler (and
> > version) are you
> > using? If you're not using GCC, you might want to try that.
>
> i have ansi c compiler from sgi irix 5.3 ido (integr. devel. option)
> cdrom. can i use gcc 2.95.3 if postgresql was compiled with ansi c from
> sgi?
That shouldnt be a problem. But, if the only problems are due to the
undefined items, you probably dont have to switch compilers.
Try adding:
#define BIG_ENDIAN 4321
#define LITTLE_ENDIAN 1234
at the top of postgis.h
dave
More information about the postgis-users
mailing list