From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Ben Reed <breed(at)netplexgroup(dot)com> |
Cc: | pgsql-ports(at)hub(dot)org |
Subject: | Re: Problems compiling 6.5.3 on solaris 2.6 |
Date: | 2000-07-19 16:26:57 |
Message-ID: | Pine.LNX.4.21.0007190002360.1545-100000@localhost.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-ports |
Ben Reed writes:
> I'm trying to get postgresql 6.5.3 working on solaris 2.6 with gcc,
> and it's just not cooperating.
Free advice: you really don't want to get it working either. You instead
want to try 7.0.2. ;-)
> checking for ANSI C header files... grep: can't open conftest.out
> no
I gotta hand it to those guys: very informative error message. The shell
code looks like this:
| ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
| { (eval echo configure:3273: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
| ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
which should surely create a conftest.out file.
> gcc -I../../../include -I../../../backend -Wall -Wmissing-prototypes -I..
> /.. -c -o istrat.o istrat.c
> istrat.c: In function `OperatorRelationFillScanKeyEntry':
> istrat.c:492: `F_OIDEQ' undeclared (first use in this function)
> Any ideas what should be defining F_OIDEQ?
Yup, it should be in backend/utils/fmgr.h. That file is created from a
bunch of other files, and I don't think this is the first time Solaris awk
or similar would have balked. If you want to investigate further you could
go into backend/utils and try to run the commands by hand somehow, but it
seems to me that your whole system is somehow in a shaky
state. (PATH? shared libraries? umask?, ...)
--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden
From | Date | Subject | |
---|---|---|---|
Next Message | David Wetzel | 2000-07-19 17:31:51 | which type matches Oracle's NUMBER type best? |
Previous Message | luc00 | 2000-07-19 06:47:44 | self Installing Kit for win2000 ? |