mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mingw-cross-env-list] Problems building with ksh


From: Tony Theodore
Subject: [Mingw-cross-env-list] Problems building with ksh
Date: Sat, 11 Dec 2010 15:20:57 +1100

Hello all,

Trying to build with ksh as the login shell (default on OpenBSD)
causes the following error:

gmake
[check requirements]
mkdir: /usr/installed: Permission denied

It seems that $(PWD) is an empty string when running the Makefile,
though "echo $PWD" works at the prompt.

The simple workaround is to run with bash, but I was wondering if:

PREFIX := $(shell pwd)/usr

is a better approach?

Cheers,

Tony



reply via email to

[Prev in Thread] Current Thread [Next in Thread]