Re: [ccp4bb] Delphi question

2007-05-30 Thread Tim Grune
Hello Ibrahim,

from the name of the library I would guess it belongs to the IBM compiler. 
Since you probably don't want to install it only to run Delphi (because it 
costs quite a bit), you would have to contact the authors of Delphi to 
recompile their program. 

Many compilers come with a switch to make the binary independent of the actual 
compiler libraries, and even though I don't have access to the IBM compilers 
I guess that this is possible for those, too.

Tim



On Thursday 31 May 2007 08:22, Ibrahim M. Moustafa wrote:
> Hi All,
>
> I'm trying to install Delphi on the MacOS PPC. The distributed
> package has a delphiMacOSX.
>
>However, when trying to run the program I get the error:
>
>"dyld: Library not loaded: /opt/ibmcmp/lib/libxlomp_ser.dylib
>   Reasong: Image not found
>
>Obviously, I'm missing something here as the directory
> /opt/ibmcp/lib does not exist!!
>
>The makefile does not have any indication for that directory! I
> have no idea why I see this error and how to remove it!
>
>I'd be appreciated if anyone has an experience in installing
> Delphi on the MacOS would guide me through the installation.
>
> P.S. Hope this non-ccp4 question does not bother you guys!
>
>thanks,
>   Ibrahim
>
>
> ---
>--- Ibrahim M. Moustafa, Ph.D.
> Biochemistry and Molecular Biology Dept.
> 201 Althouse Lab., Uinversity Park
> Pennsylvania State University, PA16802
>
> Tel.  (814)863-8703
> Fax. (814)865-7927
> ---
>---

-- 
Tim Grune
Australian Synchrotron
800 Blackburn Road
Clayton, VIC 3168
Australia


pgprmQpiu0XOQ.pgp
Description: PGP signature


Re: [ccp4bb] Delphi question

2007-05-30 Thread David Gohara

On May 30, 2007, at 5:22 PM, Ibrahim M. Moustafa wrote:



  "dyld: Library not loaded: /opt/ibmcmp/lib/libxlomp_ser.dylib
 Reasong: Image not found

  Obviously, I'm missing something here as the directory /opt/ibmcp/ 
lib does not exist!!




  The binary was built using the IBM compilers using OpenMP. You  
used to be able to download the libraries from IBM's website, but I  
can't see them there anymore. If you need, I can send the libraries  
to you.


  If you have the library on your system, but installed elsewhere  
you can just point the DYLD_LIBRARY_PATH to that location:


bash:

 export DYLD_LIBRARY_PATH:/path/to/library/folder

 csh/tcsh:

 setenv DYLD_LIBRARY_PATH /path/to/library/folder

  * Shameless Plug *

  You can also use APBS (within Pymol or on the command line) to  
perform electrostatics calculations. We have pre-built binaries that  
you can download that don't have the external dependencies.


  Regards,

Dave

David W. Gohara, Ph.D.
Center for Computational Biology
Washington University School of Medicine
http://www.macresearch.org
http://gohara.wustl.edu
314-362-1583 (phone)
617-216-8616 (cell)


[ccp4bb] Delphi question

2007-05-30 Thread Ibrahim M. Moustafa

Hi All,

   I'm trying to install Delphi on the MacOS PPC. The distributed 
package has a delphiMacOSX.


  However, when trying to run the program I get the error:

  "dyld: Library not loaded: /opt/ibmcmp/lib/libxlomp_ser.dylib
 Reasong: Image not found

  Obviously, I'm missing something here as the directory 
/opt/ibmcp/lib does not exist!!


  The makefile does not have any indication for that directory! I 
have no idea why I see this error and how to remove it!


  I'd be appreciated if anyone has an experience in installing 
Delphi on the MacOS would guide me through the installation.


P.S. Hope this non-ccp4 question does not bother you guys!

  thanks,
 Ibrahim


--
Ibrahim M. Moustafa, Ph.D.
Biochemistry and Molecular Biology Dept.
201 Althouse Lab., Uinversity Park
Pennsylvania State University, PA16802

Tel.  (814)863-8703
Fax. (814)865-7927
--