public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "venkatesan.r" <venkatesan.r@tatainfotech.com>
To: "'help-gcc@prep.ai.mit.edu'" <help-gcc@gnu.org>
Subject: Using gcc of Tornado IDE outside the environment
Date: Sat, 01 Apr 2000 00:00:00 -0000	[thread overview]
Message-ID: <01BF753F.51B885A0@TIL001120> (raw)
Message-ID: <20000401000000.0ZfzDsYJplWujjHkbxhRiwRbS1scXpfiEDuA0ARNsfI@z> (raw)

Hi

I am trying to use the GNU gcc (ver 2.7.2) compiler (that came along with the Tornado IDE 2.0 ) in  command prompt, for compiling a cpp program.

I tried compiling, a simple cpp program  (without any dependencies).

For this I wrote a simple "makefile" as follows

*************
       main.o : main.cpp  #  main.cpp is my program file
       cc386 -c main.cpp
**************

But when I executed the "make" at command line as

       >make -f makefile

I got an error statement as

       gcc: program 'cpp' not found
       abnormal program termination.

I set the system environment path variable and even placed the "cpp" program in the same 'bin' dir as the 
"make" of GNU is present.

Can anyone please tell me what could be the reason that is preventing the "make"  from recognising the cpp program  when compiled through command line?

Can gcc compiler of Tornado be used as an external compiler?

Note :

Even if I try calling cc386 compiler straightaway in the command prompt without using the make utility, the  same problem continues.
But I am able to successfully compile the same cpp program in Tornado IDE using the same compiler.


Thanks and Regards

Venkatesan 



             reply	other threads:[~2000-04-01  0:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-02-25  5:18 venkatesan.r [this message]
2000-04-01  0:00 ` venkatesan.r

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=01BF753F.51B885A0@TIL001120 \
    --to=venkatesan.r@tatainfotech.com \
    --cc=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).