Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: mars.rz.fhtw-berlin.de: wwwrun set sender to s0330979 AT fhtw-berlin DOT de using -f Message-ID: <1068571482.3fb11b5acc11e@www.rz.fhtw-berlin.de> Date: Tue, 11 Nov 2003 18:24:42 +0100 From: Michael DOT Meier AT fhtw-berlin DOT de To: cygwin AT cygwin DOT com Subject: Segmentation fault with all c programs MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 Hi, Each C program that I compile with gcc causes a segmentation fault. Even such simple and harmless programs: void funct() { } int main() { funct(); return 0; } With compilation I don’t get any warnings or errors. I tried it with gcc version 3.2.1 and version 2.95. In both cases I have the same problem. I’m using WinXP. Any Ideas? Michael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/