Re: IDL on Mac Funning Yosemite? [message #89557 is a reply to message #89464] |
Sun, 26 October 2014 17:08   |
jinddu
Messages: 1 Registered: October 2014
|
Junior Member |
|
|
Hi jradav
How about this case?
dyld: warning, DYLD_ setting caused circular dependency in /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
IDL Version 8.2, Mac OS X (darwin x86_64 m64). (c) 2012, Exelis Visual Information Solutions, Inc.
Segmentation fault: 11
Please help me
Regards,
Jin-Soo Kim
2014년 10월 19일 일요일 오후 1시 16분 26초 UTC+9, jradav...@gmail.com 님의 말:
> I was able to get it working using the info here, and playing around with it a bit. Here's the error I was getting:
>
> dyld: Library not loaded: /usr/X11/lib/libfreetype.6.dylib
> Referenced from: /Applications/itt/idl/bin/bin.darwin.x86_64/libidl.7.1.dylib
> Reason: image not found
> Trace/BPT trap: 5
>
>
> It looks like Yosemite no longer has /usr/X11, instead it has /opt/X11.So my first solution was to create a symbolic link:
>
> sudo ln -s /opt/X11 /usr/X11
>
>
> Then it gave me another error:
>
> dyld: Symbol not found: _inflateReset2
> Referenced from: /System/Library/Frameworks/ImageIO.framework/Versions/A/Reso urces/libPng.dylib
> Expected in: /Applications/itt/idl/bin/bin.darwin.x86_64/libz.1.dylib
> in /System/Library/Frameworks/ImageIO.framework/Versions/A/Reso urces/libPng.dylib
> Trace/BPT trap: 5
>
>
> and so I deleted this file (which is actually a sym link i think):
> /Applications/itt/idl/bin/bin.darwin.x86_64/libz.1.dylib
>
> and now we are golden, it works great!
>
>
> On Friday, October 17, 2014 9:11:53 PM UTC-7, David Fanning wrote:
>> Folks,
>>
>>
>>
>> I got an e-mail today from someone who claims he can't get either IDL
>>
>> 7.1 or IDL 8.2 to run on the Yosemite version of OS X. Is there any
>>
>> truth to this? Is there a trick to installing IDL on this OS?
>>
>>
>>
>> This person claims the problem is with libPNG. Can anyone fill me in on
>>
>> what he is talking about. :-(
>>
>>
>>
>> Thanks,
>>
>>
>>
>> David
>>
>> --
>>
>> David Fanning, Ph.D.
>>
>> Fanning Software Consulting, Inc.
>>
>> Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
>>
>> Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|