Re: BUG #3818: Cross compilation problems

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Cc: Richard Evans <richard(dot)evans(at)blueallegro(dot)net>
Subject: Re: BUG #3818: Cross compilation problems
Date: 2008-08-21 13:51:15
Message-ID: 200808211651.18560.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Richard Evans wrote:
> I'm not sure why the makefiles need the current directory. pwd -W is
> specific to mingw, I think it gives the directory in windows format.  It
> has to be changed for cross compilation otherwise you get errors.

What does $(CURDIR) resolve to on mingw? Try the following makefile:

default:
@echo $(shell pwd)
@echo $(shell pwd -W)
@echo $(CURDIR)

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Euler Taveira de Oliveira 2008-08-22 00:00:30 Re: Postgresql v8.3.3 + Perl v5.10
Previous Message devi 2008-08-21 12:42:51 BUG #4368: problem with jdbc postgresql