I have tried to compile the control line utility in a ubuntu pc. Unfortunately, I cannot get this compiled.
- First, I have executed the script SetEnv ( "source SetEnv" on a terminal).
- After this, when I tried to make the file "Makefile.Linux64" I have got problems with the library "readline" (It was not recognize by the system as it was not installed in the system). To solve this, I have installed the library readline (sudo apt-get install libreadline6 libreadline6-dev).
- Now, the problem I obtain is:

Am I doing something wrong?? I have executed the makefile and used the line utility in mac osx successfully.
Thanks in advance.
Antonio