[SciPy-user] Re: Problem with scipy_distutils

Berthold Höllmann hoel at gl-group.com
Fri Dec 5 07:40:50 EST 2003


Pearu Peterson <pearu at scipy.org> writes:

> On Thu, 4 Dec 2003, [iso-8859-15] Berthold Höllmann wrote:
>
>> Hello,
>> 
>> I'm trying build a FORTRAN module using scipy_distutils. Due to some
>> hidden dynamic libraries I'm trying to use the "runtime_library_dirs"
>> in the extension definition.
>
> Hmm, while reading ifc_issues.txt I wonder if your environment is
> set up properly for ifc. Does LD_LIBRARY_PATH contain a path
> <INSTALLDIR>/compiler70/ia32/lib? Have you sourced ifcvars.sh script
> to your environment?

My environment is set up properly. The problem are not the ifc runtime
libraries but 3rd party or self compiled dynamic libraries spread over
lots of directories. I would prefer to refer to them using the "-R"
linker option to allow other people running my programs without
fiddeling with the "LD_LIBRARY_PATH". 

I'm not shure if "get_linker_so" is the correct for the fix. In the
process of building the linker flags the method
"runtime_library_dir_option" gets called in
"distutils/ccompiler.py". For some reason I can't overload
"runtime_library_dir_option", but I think overloading this method in
"intel_ia32_fortran_compiler" would be the correct way.

Kind regards

Berthold Höllmann
-- 
Germanischer Lloyd AG
CAE Development
Vorsetzen 35
20459 Hamburg
Phone: +49(0)40 36149-7374
Fax: +49(0)40 36149-7320
e-mail: hoel at gl-group.com
Internet: http://www.gl-group.com 
 
 
 
****************************************************  
 
Please notice: We would like to inform you that the e-mail address of Germanischer Lloyd as well as our internet address had been changed to  gl-group.com with effect from 1st March 2003. 
 
This means that the previous address shortmark at germanlloyd.org will be replaced by shortmark at gl-group.com. From now on the GL homepage can be accessed at the address 'http://www.gl-group.com'. The old addresses remain valid for a transitional period. 
 
 
**************************************************** 
 
 
 
This e-mail contains confidential information for the exclusive attention of the intended addressee. Any access of third parties to this e-mail is unauthorised. Any use of this e-mail by unintended recipients such as copying, distribution, disclosure etc. is prohibited and may be unlawful. When addressed to our clients the content of this e-mail is subject to the General Terms and Conditions of GL's Group of Companies applicable at the date of this e-mail.  
 
GL's Group of Companies does not warrant and/or guarantee that this message at the moment of receipt is authentic, correct and its communication free of errors, interruption etc.  
 


More information about the SciPy-User mailing list