Compiling libpgtcl.dll

From: Fernando Schapachnik <fschapachnik(at)vianetworks(dot)com(dot)ar>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Compiling libpgtcl.dll
Date: 2002-04-15 18:29:09
Message-ID: 20020415152909.D45726@ns1.via-net-works.net.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hello:
Is there some document describing how to compile
libpgtcl.dll? I've tried nmake /f win32.mak (w2k, MSVC++ 6.0) and
fails misserably:

No configuration specified. Defaulting to libpgtcl - Win32 Release.
link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nma01160.
MSVCRT.lib(MSVCRT.dll) : error LNK2005: _free already defined in
LIBCMT.lib(free.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: _getenv already defined in
LIBCMT.lib(getenv.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: _atoi already defined in
LIBCMT.lib(atox.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: _memmove already defined in
LIBCMT.lib(memmove.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: _strncpy already defined in
LIBCMT.lib(strncpy.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: _sprintf already defined in
LIBCMT.lib(sprintf.obj)
[...]
Creating library .\Release\libpgtcl.lib and object
.\Release\libpgtcl.exp
LINK : warning LNK4098: defaultlib "MSVCRT" conflicts with use of
other libs; use /NODEFAULTLIB:library
libpq.lib(fe-connect.obj) : error LNK2001: unresolved external symbol
_closesocket(at)4
libpq.lib(fe-misc.obj) : error LNK2001: unresolved external symbol
_closesocket(at)4
libpq.lib(fe-connect.obj) : error LNK2001: unresolved external symbol
_connect(at)12
[...]
.\Release\libpgtcl.dll : fatal error LNK1120: 19 unresolved externals

Any ideas?

Thanks in advance.

Fernando P. Schapachnik
fschapachnik(at)vianetworks(dot)com(dot)ar

Browse pgsql-interfaces by date

  From Date Subject
Next Message Hano de la Rouviere 2002-04-16 07:51:40 Re: What is the best GUI tool for PostgreSQL
Previous Message Gunther Schadow 2002-04-15 17:47:44 musings about more snappy result set retrieval, multiplexed, multithreaded, ...