bug-gnu-utils
[Top][All Lists]
Advanced

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

make bug with $(shell ls) under NT


From: SANSOUS_Davy
Subject: make bug with $(shell ls) under NT
Date: Fri, 20 Jul 2001 12:15:02 +0200

Hi,

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 ?




reply via email to

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