Re: call_external problem [message #5581 is a reply to message #1299] |
Fri, 05 January 1996 00:00  |
zdv131
Messages: 1 Registered: January 1996
|
Junior Member |
|
|
In article <DKK2w7.GME@Yuri.CC.Uni-Augsburg.DE>, ralfu@Physik.Uni-Augsburg.DE
(Ralf Utermann) writes:
|> Hi all,
|>
|> I just found, that one of my old programs which used a
|> call_external to a fortran subprogram doesn't work anymore
|> with IDL 4.0. (under AIX3.2.5) I get the error message, that
|> it can't find my library -- although its definetely in the
|> current directory. I also cannot get the example to work, which
|> comes with the 4.0 distribution.
|> It worked fine upto 3.6.
|>
|> Thanks for help, Ralf
|>
|> --
|> Ralf Utermann
|> ____________________________________________________________ _________
|> Universitaet Augsburg (Germany), Institut fuer Physik
|> Memmingerstr.6 "Speaking for me and nobody else"
|> D-86135 Augsburg Phone: +49-821-5977-235
|>
SMTP: Ralf.Utermann@Physik.Uni-Augsburg.DE Fax: -222
Hallo
you will have to give the full filepath of the created shared library
(for example: filter.so is the name of the shared library und filter ist the
Fortran program you call)
spawn,'pwd',directory
directory=directory+'/filter.so'
indicator = Call_External( directory(0),'filter',......
--
------------------------------------------------------------ ----------
Marlene Busch
Institut fuer Angewandte Mathematik ZAM E-Mail:
Forschungszentrum Juelich GmbH Ma.Busch@kfa-juelich.de
D-52425 Juelich
Telefon: 02461-614100
------------------------------------------------------------ ----------
|
|
|