[ Date Index ][
Thread Index ]
[ <= Previous by date /
thread ]
[ Next by date /
thread => ]
Thanks Pete makes sense really -o = output. in this case send output to filename!then GCC Example.c
produces an executable called a.out ?
You want the -o option which defaults normally to a.out so...
gcc -o foobar Example.c
Will produce an executable call foobar.
-- The Mailing List for the Devon & Cornwall LUG Mail majordomo@xxxxxxxxxxxx with "unsubscribe list" in the message body to unsubscribe.