Thread: g++ problem in rh linux 9.0

  1. #1
    Registered User
    Join Date
    May 2004
    Posts
    215

    g++ problem in rh linux 9.0

    Im having trouble with my g++ in red hat linux 9. when i press a.out, it says "bash: a.out no such directory or command"
    even though when i type ls, a.out is there. Can someone help me with this problem

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    Type
    Code:
    ./a.out
    to run a program in the current directory

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linux problem
    By MiraX33 in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 09-05-2005, 01:22 AM
  2. installing linux for the first time
    By Micko in forum Tech Board
    Replies: 9
    Last Post: 12-06-2004, 05:15 AM
  3. Modem problem w/ RedHat Linux 9
    By Machewy in forum Tech Board
    Replies: 10
    Last Post: 01-05-2004, 06:58 PM
  4. Text string not appearing - RH problem?
    By westm2000 in forum C Programming
    Replies: 1
    Last Post: 10-05-2002, 07:49 PM
  5. Linux modem problem
    By VooDoo in forum Linux Programming
    Replies: 5
    Last Post: 08-19-2002, 05:34 AM