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

Home » Public Forums » archive » Re: IDL.5.2.1
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.5.2.1 [message #18466 is a reply to message #18465] Fri, 07 January 2000 00:00 Go to previous messageGo to previous message
Michael Kueppers is currently offline  Michael Kueppers
Messages: 4
Registered: June 1999
Junior Member
Eiichi Sagawa wrote:
>
> Help needed,
>
> I could remeber that there were several discussions about installation
> problem of IDL 5.2 over Linux/RedHat 6.1 machine, though I was not much
> interested with this topic at that time. I'm having exactly same
> problem now. Could anyone tell me how to cope with this? Seems to me
> problems is related to versin of 'libc'
>
> regards,
>
> Eiichi SAGAWA
> Communications Research Laboratory


The following is a copy of an old message in this newsgroup from
Liam Gumley (I think). It worked at least for Redhat 6.0
I also heard that RSI has released a version 5.2.1 for Linux
in which the installation problem was fixed. You might want to
have a look at html://www.rsinc.com

Regards,
Michael Kueppers


To get IDL 5.2 to work under Redhat 6.0, a patch is required. The
instructions below were posted by Olivier Archer
(mailto:oarcher@ifremer.fr), and have been used here successfully for
two different Linux systems.

---start quote---

Here's another way to get around the problem.
The goal is to define the setfpucw function

__setpucw.c:

void __setfpucw(void)
{
}
void __libc_init(void)
{
}
void _dl_symbol_value()
{
}

Compile it:
#gcc -fPIC -c __setfpucw.c
#ld -shared -o __setfpucw.so -assert pure-text __setfpucw.o

define the LD_PRELOAD environnement variable before launching
idl:
#export LD_PRELOAD=/?/?/__setfpucw.so

---end quote---



--
Michael Kueppers email: kueppers@phim.unibe.ch
Physikalisches Institut Tel: [41] - (31) - 631 4419
Universitaet Bern FAX: [41] - (31) - 631 4405
CH-3012 Bern, Switzerland
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: Surface Rendering from multiple 2-D images
Next Topic: Re: Make TV a function of X?

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

Current Time: Sat Oct 11 16:20:14 PDT 2025

Total time taken to generate the page: 1.83786 seconds