info1686
10-14-2009, 08:46 AM
Hello All,
For a particular Mac OS X binary, I need the carbon framework. There is no problem with the linking with the Carbon framework.
I use -framework Carbon
Now, when I do
#otool -L a.out
I see this
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 128.0.0)
.
.
.
Now my doubt here is that, is the above library available by default with every Mac machine ?I want to be sure before I allow other users to use it.
Thanks in advance...
For a particular Mac OS X binary, I need the carbon framework. There is no problem with the linking with the Carbon framework.
I use -framework Carbon
Now, when I do
#otool -L a.out
I see this
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 128.0.0)
.
.
.
Now my doubt here is that, is the above library available by default with every Mac machine ?I want to be sure before I allow other users to use it.
Thanks in advance...