bug-make
[Top][All Lists]
Advanced

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

make crash with $(shell...) under NT


From: Thomas LECHEVALIER
Subject: make crash with $(shell...) under NT
Date: Mon, 23 Jul 2001 14:37:26 +0200

> Hello,

I a doing a nmake NT and Unix make porting for my company.
Unfortunately, I get a stack dump, when i call $(shell..) under NT:

> Here is the error:
> ====================================================
>       0 [main] make 262 handle_exceptions: Exception:
> STATUS_ACCESS_VIOLATION
>    1361 [main] make 262 open_stackdumpfile: Dumping stack trace to
> make.exe.stackdump
> ====================================================

> Here is a makefile example:

> ===============
> toto:=$(shell ls *.C)
>
> all:
>     @echo $toto
> ===============
> It is too bad because the same makefile works fine under unix.
>
> If you have any idea ?

I am running make 3.79.1




reply via email to

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