public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Claudio Bley" <bley@cs.uni-magdeburg.de>
To: danny <danny@3rdplanetsoftware.com>
Cc: gcc gnu <gcc-help@gcc.gnu.org>
Subject: Re: recursion ok?
Date: Wed, 24 Jul 2002 02:30:00 -0000	[thread overview]
Message-ID: <15678.29615.958675.306201@wh2-19.st.uni-magdeburg.de> (raw)
In-Reply-To: <3D3E5021.2FE48FD8@3rdplanetsoftware.com>

>>>>> "danny" == danny  <danny@3rdplanetsoftware.com> writes:

    danny> Hi Ben, I believe I am using gcc. Below is a copy of my
    danny> make file.

    danny> Thanks Danny

    danny> my make file:

    danny> # Define these macros to match with your project's
    danny> filenames TARGET = esucker OBJS = esucker.o LIBS = -lm CPP
    danny> = gcc CPPFLAGS = -Wall -g -DDEBUG

You should use CXX=g++ and CXXFLAGS instead of CPP* because usually
CPP in this context stands for C Pre Processor - and you should compile
your C++ files with g++ rather than gcc anyway.

Claudio

  reply	other threads:[~2002-07-24  9:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-23 16:17 danny
     [not found] ` <20020723234749.GD15815@satyr.sylvan.com>
2002-07-23 18:32   ` danny
     [not found] ` <15678.6772.539810.19058@tooth.toronto.redhat.com>
2002-07-24  0:19   ` danny
2002-07-24  2:30     ` Claudio Bley [this message]
     [not found]     ` <15678.36634.964840.896604@tooth.toronto.redhat.com>
2002-07-24  9:33       ` danny
     [not found]         ` <15679.1489.371964.964916@tooth.toronto.redhat.com>
2002-07-24 20:20           ` danny
2002-07-25  8:51         ` Andrea 'Fyre Wyzard' Bocci
2002-07-27  9:58           ` danny
  -- strict thread matches above, loose matches on Subject: below --
2002-07-22 20:35 danny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=15678.29615.958675.306201@wh2-19.st.uni-magdeburg.de \
    --to=bley@cs.uni-magdeburg.de \
    --cc=danny@3rdplanetsoftware.com \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).