libpgtcl

From: Peter Koll <p(dot)koll(at)p-a-d(dot)de>
To: pgsql-bugs(at)postgresql(dot)org
Subject: libpgtcl
Date: 2002-04-18 12:23:01
Message-ID: 3CBEBAA5.1A84BD57@p-a-d.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi there,

I try to compile postgres on an IBM RS/6000 44P Model 170 with
AIX Version 4.3
And it works. But when I try to create the TclTk (I need only the
Libraies for tcl) then I got an Error

...
ld: 0711-317 ERROR: Undefined symbol: .Tcl_Eval
ld: 0711-317 ERROR: Undefined symbol: .Tcl_GetStringFromObj
ld: 0711-317 ERROR: Undefined symbol: .Tcl_GetIntFromObj
ld: 0711-317 ERROR: Undefined symbol: .Tcl_NewIntObj
ld: 0711-317 ERROR: Undefined symbol: .Tcl_SetObjResult
ld: 0711-317 ERROR: Undefined symbol: .Tcl_NewStringObj
ld: 0711-317 ERROR: Undefined symbol: .Tcl_ObjSetVar2
ld: 0711-317 ERROR: Undefined symbol: .Tcl_DStringFree
ld: 0711-317 ERROR: Undefined symbol: .Tcl_UnsetVar
ld: 0711-317 ERROR: Undefined symbol: .Tcl_InitHashTable
ld: 0711-317 ERROR: Undefined symbol: .Tcl_CallWhenDeleted
ld: 0711-317 ERROR: Undefined symbol: .Tcl_DeleteHashEntry
ld: 0711-317 ERROR: Undefined symbol: .Tcl_CreateCommand
ld: 0711-317 ERROR: Undefined symbol: .Tcl_CreateObjCommand
ld: 0711-317 ERROR: Undefined symbol: .Tcl_PkgProvide
collect2: ld returned 8 exit status
gmake[3]: *** [libpgtcl.so] Fehler 1
gmake[3]: Verlassen des Verzeichnisses Verzeichnis
»/pad/applications/postgreSQL/source/postgresql-7.2.1/src/interfaces/libpgtcl«

gmake[2]: *** [install] Fehler 2
gmake[2]: Verlassen des Verzeichnisses Verzeichnis
»/pad/applications/postgreSQL/source/postgresql-7.2.1/src/interfaces«
gmake[1]: *** [install] Fehler 2
gmake[1]: Verlassen des Verzeichnisses Verzeichnis
»/pad/applications/postgreSQL/source/postgresql-7.2.1/src«
gmake: *** [install] Fehler 2

Whats my mistake

mfg
peter koll

Attachment Content-Type Size
p.koll.vcf text/x-vcard 409 bytes

Browse pgsql-bugs by date

  From Date Subject
Next Message Joel Burton 2002-04-18 13:18:59 Bug or misunderstanding w/domains in 7.3devel?
Previous Message Bruce Momjian 2002-04-18 04:32:17 Re: [PATCHES] A bug in gist code with fetch/move