From fnaumann@mail.cs.uni-magdeburg.de Thu Nov 27 22:55:18 2003 Message-ID: <3FC66DF9.1060003@ish.de> Date: Thu, 27 Nov 2003 22:34:49 +0100 From: Helmut Karlowski User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.6b) Gecko/20031126 X-Accept-Language: de, en-us, en MIME-Version: 1.0 To: mintlist Subject: Re: [MiNT] compiling freemint under cygwin References: <3FC630DF.3060801@ish.de> <3FC63AC0.3000604@ish.de> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Delivered-To: mint@fishpool.com Delivered-To: mint@lists.fishpool.fi X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: helmut.karlowski@ish.de Precedence: bulk List-help: List-unsubscribe: List-ID: X-List-ID: Frank Naumann wrote: ... Ok, here's what I discovered: If I look at the preprocessor-output, the whole file sysv_shm.h (included in line 74 of syscall_vectors.c) is missing. Using the native cygwin-gcc, it is there! There's really something wrong with the cross-gcc. Adding #include "sysv_shm.h" at the first line in syscall_vectors.c does the job. -Helmut