Installation
Forums
Hi,
I'm new with linux. Could you please give me a short instruction: How to install rmeasure and how to start it?
Thanks a lot,
Mia L.
Hi,
I'm new with linux. Could you please give me a short instruction: How to install rmeasure and how to start it?
Thanks a lot,
Mia L.
Once you have downloaded the
Once you have downloaded the archive (rmeasure.tar.gz) from our web page, you need to type the following:
tar -xvzf rmeasure.tar.gz
This will generate the directory
rmeasure_v1.05
Now type the following:
cd rmeasure_v1.05
make -f Makefile_linux
This will generate the executable program
rmeasure.exe
Look at the script
rmeasure.com
Thanks a lot!! But if I try
In reply to Once you have downloaded the by niko
Thanks a lot!!
But if I try make -f Makefile_linux I get the following error message:
g77 -03 -s -fomit -frame-pointer -Wall -falign-functions=4 \
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
-w -c rmeasure.f
make: g77: Command not found
make: *** [rmeasure.o] Error 127
Do you have any idea what the problem is?
The file rmeasure.exe is not created.
It looks like you do not have
It looks like you do not have the g77 compiler installed. I am planning to change rmeasure so that it runs with the gfortran compiler instead. However, until I do, maybe you can ask someone in your lab to install the g77 compiler.
rmeasure_v1.05
Hi,
The new archive that uses gfortran instead of g77 works.
Thanks :^)
Robn