actually,I can compile my program using terminal console:
gcc hello.cc -o hello -lstdc++ -lm
and then ./hello
"hello world!" appears on the screen.

but I still fail to use Make button of Code Crusader to make the program,the output 
is:
makemake:empty target found at end of /home/michael/hello/Make.files

I'm enclosing hello.cc,Make.files and Make.header

Cheers,
Michael 

----- Original Message ----- 
From: Romanator <[EMAIL PROTECTED]>
To: Michael <[EMAIL PROTECTED]>
Sent: Monday, December 25, 2000 10:40 AM
Subject: Re: fail to run the first hello world example


> > Michael wrote:
> > 
> > when I make the hello world example using code crusader ,the output
> > appears:
> > 
> > iostream.h: no such file or directory
> > empty target found at end of /home/michael/hello/Make.files
> > 
> > I have add the /usr/include directory to the search path which
> > contains iostream.h,but the path does not appear in the Make.files.
> > 
> > shall I add the path to Make.file manually?
> > 
> > Happy Holiday,
> > Michael
> > 
> 
> Hi Michael,
> 
> Did you follow the tutorial from the Help file? In the Make.files
> window, navigate to LOADLIBS,  and type in: 
> lstdcc++
> Save the file. However, let me boot to my Linux box to confirm the exact
> syntax.
> 
> Merry Christmas,
> 
> -- 
> Roman
> Registered Linux User #179293

Hello.cc

Make.files

Make.header

Reply via email to