В Птн, 09.01.2004, в 17:51, Tom Lane пишет:
> karthikeyan <[EMAIL PROTECTED]> writes:
> > commands/SUBSYS.o(.text+0x41c2): In function `DoCopy':
> > : undefined reference to `errno'
>
> I think you need this patch:
> http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/commands/copy
karthikeyan <[EMAIL PROTECTED]> writes:
> commands/SUBSYS.o(.text+0x41c2): In function `DoCopy':
> : undefined reference to `errno'
I think you need this patch:
http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/commands/copy.c.diff?r1=1.145.2.1&r2=1.145.2.2
make[3]: Leaving directory
`/home/karthik/softwares/postgresql-7.2/src/backend/utils'
gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
-Wl,-rpath,/usr/local/pgsql/lib -export-dynamic access/SUBSYS.o
bootstrap/SUBSYS.o catalog/SUBSYS.o parser/SUBSYS.o commands/SUBSYS.o
executor/SUBSYS.