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

Home » Public Forums » archive » Re: IDL5.4 CALL_EXTERNAL crashes IDL under IRIX
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: IDL5.4 CALL_EXTERNAL crashes IDL under IRIX [message #22516] Fri, 17 November 2000 00:00 Go to previous message
Ole Bossing Christens is currently offline  Ole Bossing Christens
Messages: 12
Registered: January 1998
Junior Member
Dear Nigel and the rest that helped,

Nigels suggestion about rebuilding solved my problem! Thanks! I changed
the old commands

f77 -n32 -c read_grib.f
ld -n32 -shared read_grib.o -L /home/climate/lib32 -lemos -o
libread_grib.so

into the compound command

f77 -n32 read_grib.f -shared -lemos -L /home/climate/lib32 -o
libread_grib.so

and ended up with something that worked.

Greetings, Ole (Danish Meteorological Institute)

In article <3A13BCF7.C5E86865@ion.le.ac.uk>,
Nigel Wade <nmw@ion.le.ac.uk> wrote:
>
> IDL 5.3 is dependent on libidl.so, which is in turn dependent on
> libblas.so, which in turn is dependent on libftn.so. So IDL 5.3 itself
> will dynamically link to libftn.so which is where s_copy is defined.
...
> I would re-build your DSO and use f77 to do the linking (this is
usually
> recommended because compilers know what linker arguments and libraries
> are required). f77 will then link using -lf77 and maybe other
libraries
> ------------------------------------------------------


Sent via Deja.com http://www.deja.com/
Before you buy.
[Message index]
 
Read Message
Read Message
Previous Topic: include files in IDL programs
Next Topic: IDL 5.4 Stability

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

Current Time: Wed Oct 08 16:04:42 PDT 2025

Total time taken to generate the page: 0.00379 seconds