Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: pgxs/windows


  • From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
  • To: Andrew Dunstan <andrew(at)dunslane(dot)net>
  • Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Magnus Hagander <mha(at)sollentuna(dot)net>, pgsql-hackers(at)postgresql(dot)org
  • Subject: Re: pgxs/windows
  • Date: Wed, 18 Jan 2006 22:03:33 -0500 (EST)
  • Message-id: <200601190303.k0J33XS04316@candle.pha.pa.us> <text/plain>

Andrew Dunstan wrote:
> 
> 
> Bruce Momjian wrote:
> 
> >
> >Could this be related to the fact that pre-8.2 makefiles were not
> >space-safe?  I am unsure how pgxs worked on Win32 without being
> >space-safe.
> >
> >  
> >
> 
> I don't see how. In fact, pgxs seems to use short form  paths anyway. 
> Example (from previous email):
> 
> > dllwrap -o rainbow.dll --def rainbow.def rainbow.o
> > c:/PROGRA~1/POSTGR~1/8.1/lib/pgxs/src/MAKEFI~1/../../src/utils/dllinit.o
> > -Lc:/PROGRA~1/POSTGR~1/8.1/bin -lpostgres 
> 
> 
> No spaces there. The problem is it says "bin" instead of "lib" before 
> "-lpostgres".

OK, thanks.  Next question --- are the installed file locations the same
for a MinGW install and a pginstaller install?  I don't think
pginstaller does a MinGW install because it doesn't have the build
environment in the tarball.

However, the big difference seems to be that Magnus has -Llib and -Lbin,
while you have only the -Lbin.  I have MinGW and pginstaller installed
here.  How can I set things up to test this?

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman(at)candle(dot)pha(dot)pa(dot)us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group