Postgres 7.3 from source --with-tcl : Errors again... - Mailing list pgsql-cygwin

From Andrew Klimov
Subject Postgres 7.3 from source --with-tcl : Errors again...
Date
Msg-id 20030114152932.6674.qmail@web20419.mail.yahoo.com
Whole thread Raw
Responses Re: Postgres 7.3 from source --with-tcl : Errors again...
List pgsql-cygwin

Hi,All!

Just I'd tried to compile Postgres 7.3.1 from source with --with-tcl.

Steps:

1.CC=gcc-2 ./configure --with-tcl --with-tclconfig=/lib --with-tkconfig=/lib This goes OK.

2. make

Here what I got from make:

pgtcl.o(.text+0x13d):pgtcl.c: undefined reference to `_Tcl_GetVar'
pgtcl.o(.text+0x147):pgtcl.c: undefined reference to `_Tcl_GetDouble'
pgtcl.o(.text+0x186):pgtcl.c: undefined reference to `_Tcl_CreateCommand'
pgtcl.o(.text+0x1a0):pgtcl.c: undefined reference to `_Tcl_CreateCommand'
pgtcl.o(.text+0x1ba):pgtcl.c: undefined reference to `_Tcl_CreateCommand'
pgtcl.o(.text+0x1d4):pgtcl.c: undefined reference to `_Tcl_CreateCommand'
pgtcl.o(.text+0x1ee):pgtcl.c: undefined reference to `_Tcl_CreateCommand'
pgtcl.o(.text+0x208):pgtcl.c: more undefined references to `_Tcl_CreateCommand' follow

... ... ... ... ...
collect2: ld returned 1 exit status
dllwrap: gcc exited with status 1
make[3]: *** [libpgtcl.a] Error 1
make[3]: Leaving directory `/usr/src/postgresql-7.3.1/src/interfaces/libpgtcl'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/postgresql-7.3.1/src/interfaces'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/postgresql-7.3.1/src'
make: *** [all] Error 2

The errors are different from those I've got from Postgres 7.2 but still present.

Any help would be very appreciated.

Andrew.



Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now

pgsql-cygwin by date:

Previous
From: Jason Tishler
Date:
Subject: Re: Postgres 7.2-3 --with-tcl from source
Next
From: Jason Tishler
Date:
Subject: Re: Postgres 7.3 from source --with-tcl : Errors again...