Symbol main in ./libpgtcl.so is not defined

From: jacques(dot)talbot(at)muhc(dot)mcgill(dot)ca
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Symbol main in ./libpgtcl.so is not defined
Date: 2002-04-03 14:45:36
Message-ID: 85256B90.005112BA.00@muhc.mcgill.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi every body
I finnally was able to compile postgres --with-tcl on AIX 4.3.2.
I needed to add -ltcl8.3 and -L/usr/local/lib in Makefile to get rid off all
those symbol not found in the linking phase of libpgtcl.so .
I was so happy ! I make install and give it a try:

# cd /usr/local/pgsql/lib
# tcl
tcl > load ./libpgtcl.so
Error: couldn't load file "./libpgtcl.so": 0509-023 Symbol main in
./libpgtcl.so is not defined.

Oups...
What is that?
Is someone encontered this error?

Thanks in advance
Jacques Talbot

Browse pgsql-interfaces by date

  From Date Subject
Next Message Carlos Moreno 2002-04-04 04:08:35 Getting "copy from" to work from a C++ program
Previous Message Christof Petig 2002-04-01 20:30:55 Re: A dynamic SQL/ecpg question