[Fink-devel] mirror

2007-06-13 Thread Robert T Wyatt
I just discovered that my employer is hosting a fink mirror:
ftp://ftp.utexas.edu/mirrors/fink/

Thought I'd throw it out there in case anyone has something to say
about it


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] another libjpeg symbol error

2007-06-13 Thread Peter O'Gorman

On Jun 12, 2007, at 11:21 PM, David Reiser wrote:

> I'm having a similar problem to one discussed on fink-users last week.
>
> Gnucash is close to releasing a new version and I'm trying to prepare
> a new .info file for the latest unstable tarball.
>
> 'fink -mvkK --build-as-nobody rebuild gnucash2' appears to succeed,
> but attempting to run gnucash gives:
>
> dyld: Symbol not found: __cg_jpeg_resync_to_restart
>   Referenced from: /System/Library/Frameworks/
> ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
> Versions/A/ImageIO
>   Expected in: /sw/lib/libjpeg.62.dylib

Does your fink built version link libfontconfig in /usr while your  
hand-built version does not? As far as I recall, libfontconfig brings  
in the ApplicationServices framework, and that, in turn, tries to load  
libJPEG.dylib

Anyway, I don't believe that gnucash needs setting DYLD_LIBRARY_PATH  
at runtime, dyld will use LD_LIBRARY_PATH for dlopen() if it is set,  
and libltdl will look at LTDL_LIBRARY_PATH, so as long as both of  
those are set, dlopen() and lt_dlopen() should work fine, for  
everything else the paths encoded into the binaries should be correct.

So, remove DYLD_LIBRARY_PATH from the wrapper and try again, please.

Peter
--
Peter O'Gorman
http://pogma.com



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel