Re: make fails if path has spaces - Mailing list pgsql-hackers-win32

From Bruce Momjian
Subject Re: make fails if path has spaces
Date
Msg-id 200408021126.i72BQgj09502@candle.pha.pa.us
Whole thread Raw
In response to make fails if path has spaces  (Andreas Pflug <pgadmin@pse-consulting.de>)
Responses Re: make fails if path has spaces
List pgsql-hackers-win32
Andreas Pflug wrote:
> If configure detects some tools in the existing path, the build process
> may fail.
> In my case, there's perl under c:\program files. make will fail while in
> bin/psql because "/c/program" is not found.

I am not surprised.  We do not do proper quoting of environment
variables in configure.in.  I also don't know if the autoconf program
that creates the configure output does proper quoting either.  Can you
tell us where it is failing by looking in config.log?

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

pgsql-hackers-win32 by date:

Previous
From: Jochem van Dieten
Date:
Subject: Re: New pginstaller beta
Next
From: Andreas Pflug
Date:
Subject: make fails if path has spaces