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

--- FallenAngel <666FallenAngel@gmx.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@yahoo.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@sourceware.cygnus.com

