Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trouble Installing Eiffel on Linux suse !

Status
Not open for further replies.

khashyar7

Technical User
Aug 11, 2004
69
0
0
CA
After downloading and unzipping the Eiffel 5.5 on the system, I tried to set the environment variables as the documentation is suggesting:

set ISE_PLATFORM=linux-glibc2.1
However, after when I ask about the value of ISE_PLATFORM, I get a message that "linux-glibc2.1: not found"



$ISE_PLATFORM

bash: linux-glibc2.1: command not found

Do you know what the way around this !?

Kash
 
[tt]
$ export ISE_LINUX='linux-glibc2.1'
$ echo $ISE_LINUX
linux-glibc2.1
[/tt]
You need to 'echo' the $VARIABLE. if you just $VARIABLE, the shell will interpret the variable as a command, and it doesn't know how to just 'linux-glibc2.1'

Not sure what Eiffel is, so not sure if there's any other help I can offer.

----
JBR
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top