[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bundle installation
From: |
Jeff Teunissen |
Subject: |
Re: Bundle installation |
Date: |
Thu, 18 Apr 2002 16:05:44 -0400 |
Nicola Pero wrote:
> > It *should* be a SMOP for -make to transform a "xxx_FRAMEWORKS" to a
> > group of -I{s,n,l}/Library/Frameworks/FRAMEWORK.framework/Headers
> > (instead of symlinking it into the main Headers directory).
> >
> > Separately, xxx_FRAMEWORKS_LINKED should probably transform into
> > -L{s,n,l}/Library/Frameworks/FRAMEWORK.framework/Versions/Current
> > -lFRAMEWORK instead of the install symlinking into
> > [whatever]/Libraries
>
> How would you run such a program ?
>
> When you run the program, the dynamic linker needs to find the libraries
> you linked against.
>
> Since {s,n,l,u}/Library/Frameworks/FRAMEWORK.framework/Versions/Current
> is not in the dynamic linker path, the libraries will never be found and
> your program will compile, but it will never run.
Of course, it wouldn't run anyway, since apps can't be linked against
frameworks with GNUstep (only the .so is symlinked into the libraries dir, it
seems). :/
Isn't library_paths.openapp supposed to help with this?
--
| Jeff Teunissen -=- Pres., Dusk To Dawn Computing -=- deek @ d2dc.net
| GPG: 1024D/9840105A 7102 808A 7733 C2F3 097B 161B 9222 DAB8 9840 105A
| Core developer, The QuakeForge Project http://www.quakeforge.net/
| Specializing in Debian GNU/Linux http://www.d2dc.net/~deek/
Re: Bundle installation, Nicola Pero, 2002/04/17