Re: HELP: Problems with G++ : Try ./hello and not hello

1998-08-29 Thread shaul
Try ./hello instead of hello (at the bash promt) > I am having difficulties getting g++ to compile properly. >  > I am just testing it with a simple "hello" program. > > When I type ... >  > g++ -g -Wall -ohello hello.cc >  > The file - hello - is created.  When I type, hello to execute the progra

Re: HELP: Problems with G++

1998-08-28 Thread Michael Beattie
On Thu, 27 Aug 1998, DMDP wrote: > I am having difficulties getting g++ to compile properly. > > I am just testing it with a simple "hello" program. > > When I type ... > > g++ -g -Wall -ohello hello.cc > > The file - hello - is created. When I type, hello to execute the program. > The bash

HELP: Problems with G++

1998-08-28 Thread DMDP
I am having difficulties getting g++ to compile properly.   I am just testing it with a simple "hello" program.   When I type ...   g++ -g -Wall -ohello hello.cc   The file - hello - is created.  When I type, hello to execute the program.  The bash shell tells me there is no such command.