make-w32
[Top][All Lists]
Advanced

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

Re: Problems with GNU make in Windows 7 (64-bit)


From: John Graham-Cumming
Subject: Re: Problems with GNU make in Windows 7 (64-bit)
Date: Fri, 6 May 2011 13:10:30 +0100

Can you provide two things:

1. A minimal Makefile that exhibits the problem

2. Your make version number; is this a native build or part of CYGWIN?

John.

On Thu, May 5, 2011 at 17:36, Rob Juergens <address@hidden> wrote:
> In Windows 7 on a 64-bit machine, the development system (MS Visual Studio)
> is, by default, installed into a directory named “Program Files (x86)”.
> Apparently, the present of the “(x86)” in the name is causing the variable
> expansion routines to recurse forever.
>
>
>
> In my makefile, I have the line:
>
>
>
> x86 := $(strip $(shell ls -d "$(SystemDrive)/Program Files (x86)" 2>nul))
>
>
>
> Sometimes, make just crashes (with  a stack overflow from recursive calls),
> and other times, it bails with the message “_main: memory allocation error
> during startup” (which is a Windoze error message).
>
>
>
> Please let me know if there is anything more I can provide or do for you in
> this area.  Our build process uses GNU make on all platforms (including
> Windoze), and until we can solve this issue we are stuck in a 32-bit XP
> environment.
>
>
>
> Thanks,
>
>
>
> Rob Juergens
>
> address@hidden
>
> (909) 754-5106
>
>
>
>
>
> _______________________________________________
> Make-w32 mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/make-w32
>
>



-- 
My book: The Geek Atlas, 128 Places Where Science and Technology Come Alive
http://geekatlas.com/  Signed copies: http://bit.ly/eSvmsV



reply via email to

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