Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <38C8ACFA.FE0CF6B3@elca.ch> Date: Fri, 10 Mar 2000 09:06:19 +0100 From: Jean-Marc Terrettaz Organization: ELCA Informatik AG X-Mailer: Mozilla 4.6 [de] (WinNT; I) X-Accept-Language: de MIME-Version: 1.0 To: cygwin AT sourceware DOT cygnus DOT com Subject: Error: 1007 (0) handle_exceptions: Exception: STATUS_ACCESS_VIOLATION while running gcc -MM Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I didn't found any answer to the following problem in the mailing list archive so I try to post it here. I'm using Cygwin B20.1 on Windows NT 4.0. I use gcc in my makefile to generate the dependencies for C files. Here is the part of the makefile to generate the dependencies: depend: $(ALL_CSRCS) @echo "generating $(DEPEND_FILE) ..." $(GCC) -MM $(IPATH) $^ > Depend.tmp @sed s/'\.o'/'\$(OBJ)'/g Depend.tmp > "$(DEPEND_FILE)" @$(DEL) Depend.tmp Here is the command it executes when I run make and the error I get from gcc: Depend.tmp [main] c:\packages\E_CYGNUS_B201\Prg\cygwin-b20\h-i586-cygwin32\bin\gcc.exe 1007 (0) handle_exceptions: Exception: STATUS_ACCESS_VIOLATION [main] gcc 1007 (0) handle_exceptions: Dumping stack trace to gcc.exe.core make: *** [depend] Error 11 Everything works fine if I run make in the following directory: V:\INAT_Entw\tech_xx.yy.zz.aa.bb\basis_sourcecode\build but it doesn't work if I run it in the following directory: V:\INAT_Entw\development_tech_xx.yy.zz.aa.bb\basis_sourcecode\build The only difference is the length of the directory path where I run make. Are there any limitations here ? I'm a bit surprised that the path length is the problem because in the command generated by make all paths are relative and not absolute, so the path of the directory where make is run shouldn't make any difference, shoult it ? Or are the paths converted to absolute paths internally in gcc ? Thanks for any help, Jean-Marc Terrettaz ELCA Informatik Bern, Switzerland -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com