Re: make fails if path has spaces

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-hackers-win32(at)postgresql(dot)org
Subject: Re: make fails if path has spaces
Date: 2004-08-13 10:45:12
Message-ID: 411C9BB8.1050308@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32 pgsql-patches

Bruce Momjian wrote:

>>>
>>
>>It could be fixed in both places, but the more general fix would be to
>>qoute in Makefile.global, i.e. fixing configure.
>
>
> What if you change this:
>
> PERL = @PERL@
>
> to this:
>
> PERL = "@PERL@"
>
> Does it help?
>

Changed in src/Makefile.global.in, and it works.
There are other candidates that could have a non-msys path, which maybe
should be quoted as well.

Regards,
Andreas

In response to

Responses

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Andreas Pflug 2004-08-13 10:46:57 Re: [GENERAL] error moving table to tablespace
Previous Message Johan Paul Glutting 2004-08-13 09:53:01 Re: Win32 PostgreSQL 8.0 Beta 1 Installer available

Browse pgsql-patches by date

  From Date Subject
Next Message Martin Münstermann 2004-08-13 11:30:11 Re: [BUGS] 8.0.0beta1: -lpthread missing
Previous Message Johan Paul Glutting 2004-08-13 09:53:01 Re: Win32 PostgreSQL 8.0 Beta 1 Installer available