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 sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <005c01c00773$d7e64600$c40c643e@famengel> From: "Engelen" To: Subject: Trouble with cygwin/gcc Date: Wed, 16 Aug 2000 13:16:27 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0052_01C00784.2FC9B680" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- ------=_NextPart_000_0052_01C00784.2FC9B680 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello, I got the 'latest' .tar.gz's from the ftp.franken.de mirror, and am = experiencing some problems. This compiles fine (with 'gcc test.c -o test'): ---------8<--------- int main() { printf ("Hello, world!\n"); return (0); } ---------8<--------- But not this (with 'gcc buffer.c -o buffer = -I/cygdrive/c/progs/cygwin/usr/include/g++-3 2>errorz.txt' (I used = bash)): ---------8<--------- #include int main() { /* printf ("Hello, world!\n"); return (0);*/ } ---------8<--------- This spit out the errors I attached. Maybe someone can tell me what's = wrong? I'm pretty green, maybe the answer is very obvious, but it isn't = to me. Arnout ------=_NextPart_000_0052_01C00784.2FC9B680--