pgAdmin Support functions

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>
Cc: "pgadmin-hackers" <pgadmin-hackers(at)postgresql(dot)org>
Subject: pgAdmin Support functions
Date: 2004-09-01 07:58:40
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E41A790D@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
$

Browse pgadmin-hackers by date

  From Date Subject
Next Message cvs 2004-09-01 20:57:21 CVS Commit by dpage: Remove couple of old files that got missed.
Previous Message cvs 2004-08-29 17:57:42 CVS Commit by andreas: Sequence schema fix