Page 1 of 1

Elegant & SDDS on Mac OS X 10.7.4

Posted: 28 May 2012, 23:50
by ilkyoung.shin
Previously I succeeded in stalling Elegant and SDDS on my mac OS X 10.6 (Snow Leopard). After upgrading to OS X 10.7 (erasing and installing) I cannot install Elegant and SDDS. Error messages are:

> elegant
dyld: Library not loaded: /sw/lib/libreadline.5.dylib
Referenced from: /Applications/Elegant/elegant
Reason: no suitable image found. Did find:
/sw/lib/libreadline.5.dylib: mach-o, but wrong architecture
Trace/BPT trap: 5

> sddsplot
dyld: Library not loaded: /sw/lib/libgd.2.dylib
Referenced from: /Applications/Elegant/sddsplot
Reason: no suitable image found. Did find:
/sw/lib/libgd.2.dylib: mach-o, but wrong architecture
Trace/BPT trap: 5

Does any body have any idea about these errors? I tried several times but had same problem.

Thank you.

Ilkyoung

Re: Elegant & SDDS on Mac OS X 10.7.4

Posted: 29 May 2012, 13:56
by soliday
The "/sw/lib/libreadline.5.dylib: mach-o, but wrong architecture" message leads me to believe you are running a 64bit version of OS X. Our code only runs on 32 bit versions of OS X. At this time I do not have access to a 64 bit OS X version to compile our software on. Supposedly our IT department is setting one up but they told me that a month ago and it is still not ready.

Re: Elegant & SDDS on Mac OS X 10.7.4

Posted: 29 May 2012, 14:09
by ilkyoung.shin
Thank you so much for your quick and clear answer.