Browse Source
Merge .ostype.txt and .java_dir.txt files into Makefile.
Merge .ostype.txt and .java_dir.txt files into Makefile.
git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@6 bbc10eb1-c90d-0410-af57-cb519fbb1720master
3 changed files with 54 additions and 55 deletions
@ -1,28 +0,0 @@ |
|||||
|
|
||||
PRISM was unable to find the directory which contains |
|
||||
your Java distribution. Please specify this manually to |
|
||||
make as in the following example: |
|
||||
|
|
||||
make JAVA_DIR=/usr/java/j2sdk1.4.2 |
|
||||
|
|
||||
If you don't know where your Java distribution is, try typing: |
|
||||
|
|
||||
which javac |
|
||||
|
|
||||
If the output is of the form 'javac: Command not found' or |
|
||||
'which: no javaccc in...' then either you don't have Java |
|
||||
installed or your path is not set up to include Java. |
|
||||
If the output is something like: |
|
||||
|
|
||||
/bham/java/packages/j2sdk1.4.2/bin/javac |
|
||||
|
|
||||
then the directory is /usr/java/j2sdk1.4.2 |
|
||||
(i.e. with the '/bin/javac' removed). |
|
||||
One situation where this doesn't work is when javac |
|
||||
has been set up as a symbolic link. In this case, type: |
|
||||
|
|
||||
ls -l `which javac` |
|
||||
|
|
||||
which will tell you where javac actually is (the part displayed |
|
||||
after the -> arrow. You can then deduce what the directory is as above. |
|
||||
|
|
||||
@ -1,13 +0,0 @@ |
|||||
|
|
||||
To compile PRISM, the environment variable OSTYPE |
|
||||
must be set to one of: linux, solaris, cygwin, |
|
||||
depending on which operating system you are using. |
|
||||
This is not the case on your system. Please specify |
|
||||
the value of OSTYPE manually to make, e.g.: |
|
||||
|
|
||||
make OSTYPE=linux |
|
||||
|
|
||||
Alternatively, if you wish, you can set the environment |
|
||||
variable yourself (using setenv or export) or you |
|
||||
can edit the value of OSTYPE directly in the Makefile. |
|
||||
|
|
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue