Compiling libpgtcl.dll

Поиск
Список
Период
Сортировка
От Fernando Schapachnik
Тема Compiling libpgtcl.dll
Дата
Msg-id 20020415152909.D45726@ns1.via-net-works.net.ar
обсуждение исходный текст
Список 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@4
libpq.lib(fe-misc.obj) : error LNK2001: unresolved external symbol
_closesocket@4
libpq.lib(fe-connect.obj) : error LNK2001: unresolved external symbol
_connect@12
[...]
.\Release\libpgtcl.dll : fatal error LNK1120: 19 unresolved externals
Any ideas?
Thanks in advance.

Fernando P. Schapachnik
fschapachnik@vianetworks.com.ar


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Gunther Schadow
Дата:
Сообщение: musings about more snappy result set retrieval, multiplexed, multithreaded, ...
Следующее
От: pgmail@pgexplorer.com (Hano de la Rouviere)
Дата:
Сообщение: Re: What is the best GUI tool for PostgreSQL