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

Поиск
Список
Период
Сортировка
От Andrew Klimov
Тема Postgres 7.3 from source --with-tcl : Errors again...
Дата
Msg-id 20030114152932.6674.qmail@web20419.mail.yahoo.com
обсуждение исходный текст
Ответы Re: Postgres 7.3 from source --with-tcl : Errors again...  (Jason Tishler <jason@tishler.net>)
Список 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 по дате отправления:

Предыдущее
От: Jason Tishler
Дата:
Сообщение: Re: Postgres 7.2-3 --with-tcl from source
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: Postgres 7.3 from source --with-tcl : Errors again...