Обсуждение: ecpg - libecpg.dll

Поиск
Список
Период
Сортировка

ecpg - libecpg.dll

От
tausenddoof
Дата:
dear lady or gentleman,

I just downloaded the win version 8.0 beta 1 on my Win2K system and compiled
a test program under cygwin

    ecp x1.cpc ; cp x1.c x1.cc
#
    gcc -c -I/cygdrive/d/Programme/PostgreSQL/8.0-beta1/include x1.cc
    gcc -static -o x1 x1.o       \
         /cygdrive/d/Programme/PostgreSQL/8.0-beta1/lib/libpgtypes.a  \
/cygdrive/d/Programme/PostgreSQL/8.0-beta1/lib/libecpg.a

using the compiler

   gcc (GCC) 3.3.3 (cygwin special)
   Copyright (C) 2003 Free Software Foundation, Inc.
   This is free software; see the source for copying conditions.  There is NO
   warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

starting the compiled program, it is lacking in

         libecpg.dll

I cannot find this DLL. can you help?

with kind regards
Tausend Doof