CSC3320 Assignment 0 5 points due 1/21/02 Dr. Harrison Spring 2002
Your first assignment has been sent to your slp## account. Log into the machine and read it.
###### this assignment is deferred because of a machine crash ########
######### added #######
The email reads:
rom cscrwh@asterix.cs.gsu.edu Fri Jan 25 11:16:26 2002
Date: Mon, 14 Jan 2002 09:12:04 -0500 (EST)
From: cscrwh@asterix.cs.gsu.edu
To: slp@yamacraw.cs.gsu.edu
Subject: assignment 0
Congradulations! If you've got this far you're half way through the
assignment.
Now for the meat of the assignment.
1) set the PATH variable so that gcc runs
( after you've done this the command env should show (along with many
other lines( the line
PATH=/usr/local/bin:/usr/bin:/usr/ucb:/etc:.
)
The directory /usr/local/bin should be added to the PATH
2) set the LD_LIBRARY_PATH to /usr/local/lib
3) edit your .profile file so that these take effect on login
4) make a directory assignment_0
5) edit a short C++ program (one that prints "HELLO WORLD" will be fine)
and compile it. Make sure it runs.
rob