Обсуждение: pgAdmin Support functions

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

pgAdmin Support functions

От
"Dave Page"
Дата:
Hi Andreas,

I was all set to include the support functions in the beta2 Win32
installer when to my dismay they refused to compile :-(. I'm guessing
this has something to do with the recent discussions on -hackers,
however I wasn't really following them. Any chance of a quick fix so I
can include this module?

Cheers, Dave

$ make all
dlltool --export-all  --output-def admin.def size.o genfile.o misc.o
dllwrap -o libadmin.dll --dllname libadmin.dll  --def admin.def size.o
genfile.o misc.o -L../../src/port -L../../src/backend -lpostgres
misc.o(.text+0x2a5):misc.c: undefined reference to
`_imp__Log_filename_prefix'
misc.o(.text+0x313):misc.c: undefined reference to
`_imp__Log_filename_prefix'
c:\mingw\bin\dllwrap.exe: c:\mingw\bin\gcc exited with status 1
make: *** [libadmin.a] Error 1
$