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 crashes with Linux Mandrake 6.0
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 crashes with Linux Mandrake 6.0 [message #15864 is a reply to message #15853] Tue, 15 June 1999 00:00 Go to previous messageGo to previous message
Olivier ARCHER is currently offline  Olivier ARCHER
Messages: 7
Registered: June 1999
Junior Member
Hi,
Here an other 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

This tip work for me (RH6).

--
Olivier


"Ma.Busch" wrote:
>
> --
> Mandrake is 100% RedHat compatible
> idl5.2 runs with the former Mandrake version 5.3 but not with the
> actual version Mandrake 6.0
>
>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> IDL Version 5.2 (linux x86). Research Systems, Inc.
> Installation number: 16703-0.
> Licensed for use by: Forschungszentrum Juelich
>
> For basic information, enter "IDLInfo" at the IDL> prompt.
>
> /home/INSTALLATIONS/idl/idl_5.2/bin/bin.linux/idl: error in loading shared
> libraries: /home/INSTALLATIONS/idl/idl_5.2/bin/bin.linux/libidl.so.5.0:
> undefined symbol: __setfpucw
>
> I think IDL needs to be recompiled!!!
>
> Marlene Busch
> ------------------------------------------------------------ ----------
> Marlene Busch
> Institut fuer Angewandte Mathematik ZAM E-Mail:
> Forschungszentrum Juelich GmbH Ma.Busch@fz-juelich.de
> D-52425 Juelich
> Telefon: 02461-614100
> ------------------------------------------------------------ ----------
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: image color representing a vector...
Next Topic: IDL's ActiveX DrawWidget in Visual Basic

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

Current Time: Sun Oct 12 12:56:20 PDT 2025

Total time taken to generate the page: 1.20104 seconds