• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: including dylibs in my .app
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: including dylibs in my .app


  • Subject: Re: including dylibs in my .app
  • From: Michael Crawford <email@hidden>
  • Date: Fri, 29 May 2009 10:12:22 -0700

On Fri, May 29, 2009 at 10:00 AM, Tommy Nordgren
<email@hidden> wrote:
>> On May 28, 2009, at 4:56 PM, Taylor Holliday wrote:
>>> How can I include those
>>> libs in my app so it can be used on machines which don't have the
>>> required libs in /opt/local.

Note that the libraries are in /opt

>        With that "solution" code won't be shared by other apps. It's
> probably better to write an installer,
> to install a copy of the library at the same path as the developer machine

That's the right thing to do, but you don't want to have your
installer install them in /opt/local.  That's just for libaries
installed by MacPorts.  Either you will clobber its libraries, or it
will clobber yours.

The standard install location would be I think /usr/local.  To make
the libraries want to work from there you'll need to build them
yourself, independently of MacPorts.

Mike
--
Michael David Crawford
mdcrawford at gmail dot com

   GoingWare's Bag of Programming Tricks
      http://www.goingware.com/tips/
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >including dylibs in my .app (From: Taylor Holliday <email@hidden>)
 >Re: including dylibs in my .app (From: Nick Zitzmann <email@hidden>)
 >Re: including dylibs in my .app (From: Tommy Nordgren <email@hidden>)

  • Prev by Date: Re: including dylibs in my .app
  • Next by Date: Re: including dylibs in my .app
  • Previous by thread: Re: including dylibs in my .app
  • Next by thread: Re: including dylibs in my .app
  • Index(es):
    • Date
    • Thread