Postgres 7.3 from source --with-tcl : Errors again...

From: Andrew Klimov <and_k_98(at)yahoo(dot)com>
To: pgsql-cygwin(at)postgresql(dot)org
Subject: Postgres 7.3 from source --with-tcl : Errors again...
Date: 2003-01-14 15:29:32
Message-ID: 20030114152932.6674.qmail@web20419.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2003-01-14 16:14:16 Re: Postgres 7.3 from source --with-tcl : Errors again...
Previous Message Jason Tishler 2003-01-14 13:59:25 Re: Postgres 7.2-3 --with-tcl from source