comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: idl workbench on linux does not support 64 bits
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: idl workbench on linux does not support 64 bits [message #64695] Tue, 13 January 2009 18:39 Go to previous message
C.E. Ordonez is currently offline  C.E. Ordonez
Messages: 10
Registered: May 2004
Junior Member
Giorgio wrote:
> Hi Folks,
> I am installing idl on ubuntu 8.10. The command line program works
> correctly for the 64 bits in memory. However the idlde workbench does
> not. Has anyone faced this before? I contacted the support on the itt
> company and seems that idlde was build by 32 machines only.
> This will show up if you type
> help, !version, /structure
> and it will show if it has 32 or 64 bits for managing the memory.
>
> Giorgio

Check https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/14 8511

This is due to a missing "/bin/arch" command in Ubuntu 8.10. The Linux
section in the "idlde" script in $IDL_DIR/bin uses this command
(/bin/arch) to test if running 32- or 64-bit version. The best solution
proposed was to create a /bin/arch script (executable) containing the
following two lines:

#!/bin/bash
uname -m

It worked for me.

-Caesar
[Message index]
 
Read Message
Read Message
Previous Topic: Map Projection Bug
Next Topic: Re: Duplicate lat/long points

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 04:49:43 PDT 2025

Total time taken to generate the page: 0.55974 seconds