From: Brian Sturk Newsgroups: comp.os.msdos.djgpp Subject: Another frustated Newbie question...Rhide help Date: Tue, 02 Dec 1997 01:17:44 -0500 Organization: Contractor Lines: 49 Message-ID: <3483A808.8358FA31@nh.ultranet.com> NNTP-Posting-Host: ninsun.nh.ultra.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cache-Post-Path: ninsun.nh.ultra.net!unknown AT d16 DOT dial-1 DOT exr DOT nh DOT ultra DOT net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I downloaded and installed the compiler and all of the neccessary files to use it. I have verified my install and the env vars by compiling a simple hello world prog from the command line. Using the switches as described in docs (which I have read through most of, including the faq and the mail archives for help with this to no avail :[ ) These are the command lines I've used and had work gcc -c -Wall hello.cc gcc -o hello.exe hello.o gxx -o hello.exe hello.o ... and also gcc -Wall -o hello.exe hello.cc All of these have worked. However when I try to build within Rhide I get no exe no nothing. All I get for errors are "There were errors". The command line the source is built with goes by so fast I can't see it so I can't figure out what the switches are when built. Just for the record, I have set up the four directories c:\djgpp\lib c:\djgpp\include c:\djgpp\obj // created for .o c:\djgpp\working // for source I also have set the exe main target to be c:\djgpp\obj\hello.exe. I have created a project and added just the one .cc file to it. I must be missing something really easy. I've been toying with it for over two days now and am just about ready to keep using my build.bat file and use an external editor/debugger. I would appreciate either any help or hints on how to troubleshoot this, ie compiler switches for feedback etc. I also have downloaded the verify installation program but haven't run it yet. Someone mentioned that it was a beta so I was hesitant. Thanks for any help!! -- Curator of the Unofficial Homepage for Borland C++ Builder http://www.nh.ultranet.com/~bsturk '"HOL" The Hardware Obstruction Layer' The NTChrist Whatever happened to Pong??? Frank Black, The Pixies