64-bit IDL and 64-bit IDL

James Tappin sjt at star.sr.bham.ac.uk
Fri Oct 17 18:15:47 UTC 2008


On Fri, 17 Oct 2008 12:59:54 -0400
w2naf at aim.com wrote:

WC> Hello.
WC> 
WC> 
WC> 
WC> I am using IDL (Interactive Data Language) 7.0 on 64-bit Ubuntu
WC> 8.04.  Right now, I can only get IDL to install and run in 32-bit
WC> mode, but I need to have it run in 64-bit mode.
WC> 
WC> 
WC> 
WC> 
WC> Does anyone have any experience with this?

The problem is that the script that runs IDL assumes the existence of
/bin/arch which is not present in Debian-based systems. 

Fix:
replace "/bin/arch" with "uname -m" in the driver script.

-- 
+------------------------+-------------------------------+---------+
| James Tappin           | School of Physics & Astronomy |  O__    |
| sjt at star.sr.bham.ac.uk | University of Birmingham      | --  \/` |
| Ph: 0121-414-6462. Fax: 0121-414-3722                  |         |
+--------------------------------------------------------+---------+




More information about the ubuntu-users mailing list