IDL 8.3 in 64 bits Ubuntu [message #88244] |
Wed, 02 April 2014 11:32  |
Pom
Messages: 13 Registered: August 2010
|
Junior Member |
|
|
Hi,
I am wondering if someone has similar problems and could give me some ideas on how to solve these errors.
I have IDL codes that run perfectly on 32 bit Fedora(IDL 6.3), unfortunately my new desktop is Ubuntu 12.04 64 bits. I bought IDL (IDL 8.3) license for this new desktop and my codes gave 'file not found' error. Of course, first thing I checked is file permission, it is not the case). I found some comments on the web about running 32 bits code on a 64 bit, so I install 'ia32-libs-multiarch' libraries but errors persisted.
I appreciate any comments.
thank you
|
|
|
Re: IDL 8.3 in 64 bits Ubuntu [message #88251 is a reply to message #88244] |
Wed, 02 April 2014 12:54   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Pom writes:
> I am wondering if someone has similar problems and could give me some ideas on how to solve these errors.
>
> I have IDL codes that run perfectly on 32 bit Fedora(IDL 6.3), unfortunately my new desktop is Ubuntu 12.04 64 bits. I bought IDL (IDL 8.3) license for this new desktop and my codes gave 'file not found' error. Of course, first thing I checked is file permission, it is not the case). I found some comments on the web about running 32 bits code on a 64 bit, so I install 'ia32-libs-multiarch' libraries but errors persisted.
>
> I appreciate any comments.
I think this error means the file IDL is searching for can't be found.
There are only two possible explanations for this, and neither involves
the number of bits in your operating system.
1). The file IDL is looking for is not there (i.e., it's gone!).
Or,
2). IDL is not looking in the right place for the file, so of course it
can't find it! (Recall the joke about the drunk looking for his keys
under the light pole because it was easier to see there.) Have you made
it clear to IDL where it is suppose to be looking for these files? In
other words, have you set the IDL path up correctly?
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|
Re: IDL 8.3 in 64 bits Ubuntu [message #88262 is a reply to message #88244] |
Thu, 03 April 2014 01:41  |
Nigel Wade
Messages: 286 Registered: March 1998
|
Senior Member |
|
|
On 02/04/14 19:32, Pom wrote:
> Hi,
>
> I am wondering if someone has similar problems and could give me some ideas on how to solve these errors.
>
> I have IDL codes that run perfectly on 32 bit Fedora(IDL 6.3), unfortunately my new desktop is Ubuntu 12.04 64 bits.
> I bought IDL (IDL 8.3) license for this new desktop and my codes gave 'file not found' error. Of course, first thing
> I checked is file permission, it is not the case). I found some comments on the web about running 32 bits code on a
> 64 bit, so I install 'ia32-libs-multiarch' libraries but errors persisted.
>
On a 64bit system IDL will run the 64bit version of IDL by default. This should not require any 32bit support. Is there
any particular reason why you want to run 32bit IDL? The license is not architecture specific, you can use either (or
both if you want).
|
|
|