www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/1999/10/12/08:18:00

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT sourceware DOT cygnus DOT com>
List-Subscribe: <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sourceware DOT cygnus DOT com>
List-Help: <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner AT sourceware DOT cygnus DOT com
Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com
Message-ID: <19991012121651.24345.rocketmail@web120.yahoomail.com>
Date: Tue, 12 Oct 1999 05:16:51 -0700 (PDT)
From: Earnie Boyd <earnie_boyd AT yahoo DOT com>
Reply-To: earnie_boyd AT yahoo DOT com
Subject: Re: HELP!!!!
To: FallenAngel <666FallenAngel AT gmx DOT net>, cygwin AT sourceware DOT cygnus DOT com
MIME-Version: 1.0

--- FallenAngel <666FallenAngel AT gmx DOT net> wrote:
> ok:
> I'm an absolute newcomer to C/C++ and I'm too studpid to compile a
> "hello-world prog": i've got the .c file and i was able to compile it
> with LCC but how to do it with g++? I used a #include < stdio.h > in
> my prog. but g++ doesn't find this file although it's in the cygwin...
> standard dir. where do i have to put the stdio.h so that i can compile
> my prog? or do i have to start g++ with a special flag? (i want to use
> it directly from the DOS prompt in a Win98 windows)

This should work.  Hmm... try `gcc -o hello_world hello_world.c' just for
kicks.  Gcc is meant to be the front-end to the "C" compiler while g++ is meant
to be the front-end to the "C++" compiler.

Also, try removing the spaces within the angle brackets.  I.E. write it as
#include <stdio.h> instead of #include < stdio.h >.

Q: Will this fix the problems?
A: I don't know, these are merely suggestions not known workarounds.

If you still have problems paste or attach a plain text file of the output of
`cygcheck -s -v -r'.  Also, since you're not interested in emulating UNIX you
might be best served by the Mingw32 version of GCC which can be found on Mumits
pages whose URL you can find on my page.


=====
Earnie Boyd <mailto:earnie_boyd AT yahoo DOT com>

Newbies, please visit
<http://www.freeyellow.com/members5/gw32/index.html>

(If you respond to the list, then please don't cc me)
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019