Re: Question about dynamic and static libraries
Re: Question about dynamic and static libraries
- Subject: Re: Question about dynamic and static libraries
- From: Bill Northcott <email@hidden>
- Date: Sat, 31 Dec 2005 09:47:56 +1100
On 29/12/2005, at 10:05 PM, Markus Hitter wrote:
One problem I've run recently into is, Linux sources tend to
clutter /usr/.../include and to address their headers directly:
#include <mylib.h>
#include <mybunch.h>
While, when packaged as Framework, one has to use
#include <mylib/mylib.h>
#include <mylib/mybunch.h>
The only way to deal with this, aside from changing all the
sources, is to set up header search paths, right?
That is what I do (and what is done in R and other packages). If you
have the framework path from configure options, it only remains to
add '/Headers'.
cheers
Bill
_______________________________________________
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