| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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" <engelen AT hotpop DOT com> |
| To: | <cygwin AT sourceware DOT cygnus DOT com> |
| Subject: | Trouble with cygwin/gcc |
| Date: | Wed, 16 Aug 2000 13:16:27 +0200 |
| MIME-Version: | 1.0 |
| 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 <iostream.h>
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--
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |