pgAdmin Support functions - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin Support functions
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E41A790D@ratbert.vale-housing.co.uk
Whole thread Raw
List pgadmin-hackers
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
$

pgadmin-hackers by date:

Previous
From: cvs@cvs.pgadmin.org
Date:
Subject: CVS Commit by andreas: Sequence schema fix
Next
From: cvs@cvs.pgadmin.org
Date:
Subject: CVS Commit by dpage: Remove couple of old files that got missed.