From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Dave Smith <dave(at)candata(dot)com> |
Cc: | PostgresSQL mailing list <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Trying to build 7.0.3 on SCO 5.0.4 |
Date: | 2000-11-21 16:37:42 |
Message-ID: | Pine.LNX.4.21.0011211736520.781-100000@peter.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Dave Smith writes:
> I am running with configure --with-perl
> make clean
> make
>
> cc -b elf -o ecpg preproc.o pgc.o type.o ecpg.o ecpg_keywords.o output.o
> keywords.o c_keywords.o ../lib/typename.o descriptor.o variable.o -lPW
> -lgen -lcrypt -lld -lnsl -lsocket -ldl -lm -ltermcap -lcurses -W l,-Bexport
> Undefined first referenced
> symbol in file
> nocachegetattr pgc.o
> ecpg: fatal error: Symbol referencing errors. No output written to ecpg
Go into src/include/port/sco.h and remove the DISABLE_COMPLEX_MACRO
define.
--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/
From | Date | Subject | |
---|---|---|---|
Next Message | Philip Hallstrom | 2000-11-21 16:41:04 | Re: [HACKERS] Re: PHPBuilder article -- Postgres vs MySQL |
Previous Message | Vilson farias | 2000-11-21 16:37:27 | Re: Does pg_dump ignore indexes? |