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 Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <001b01c17dc5$a80650a0$46ac72d4@sethur> From: "Tristan Nowak" To: Subject: GCC doesn't do anything, not even printing an error message ! Date: Wed, 5 Dec 2001 20:47:22 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Hi, I'm trying and trying but I can't figure out, what I'm making wrong. If I run gcc, e.g. "gcc hello.c -o hello" it doesn't print any messages, as if everything went fine, but it never produces an executable. If I give it a code full of errors, it doesn't even complain and it never prints an error msg. or sth. else. It's also strange that I can produce object files with e.g., "gcc hello.c -o hello -c" or assembler files with e.g. "gcc -S hello.c -o hello", even if I intentionally write errors in the c code.I am sure that I have installed every package necessary. Here is an list: ******************************************************** ash, bash, binutils, bison, byacc, bzip2, clear, cygwin, diff, file, fileutils, findutils, flex, gawk, gcc, gdb, gettext, grep, groff, gzip, inetutils, jpeg, less, libpng, login, make, man, ncurses, opengl, patch, perl, readline, regex, sed, sh-utils/shellutils, tar, tcltk, tcsh, termcap, texinfo, textutils, tiff, time, unzip, vim, w32api, zip, zlib. ********************************************************** If desperate, can anybody help me? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/