> 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


_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to