Re: [Fink-users] fink vs apple libjpeg!

2007-06-04 Thread Martin Costabel
Kyle Skrinak wrote:
 I am trying to compile taskjuggler (outside of fink) but relying on 
 fink's KDE suite of stuff. During compile, I see errors on libjpeg 
 (installed via fink)
 
 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.dylib
 
 (the errors accumulate from there)
 
 What do I do to fix this?

You can also remove Fink's libjpeg package which contains 
/sw/lib/libjpeg.dylib. It is a package that is needed only at 
compile-time, as opposed to the libjpeg-bin and libjpeg-shlibs packages 
which may be needed by other packages at runtime.

Another possibility is to work on a case-sensitive file system, so that 
even Apple's stupid dynamic linker will not make the mistake to confuse 
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
 
with /sw/lib/libjpeg.dylib.

-- 
Martin

-
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-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink vs apple libjpeg!

2007-06-04 Thread David R. Morrison

On Jun 3, 2007, at 2:03 PM, Kyle Skrinak wrote:

 I am trying to compile taskjuggler (outside of fink) but relying  
 on fink's KDE suite of stuff. During compile, I see errors on  
 libjpeg (installed via fink)

 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.dylib

 (the errors accumulate from there)

 What do I do to fix this?


This is usually caused by setting the environment variable  
DYLD_LIBRARY_PATH (which is generally a bad idea).  Has that been set  
in your case?

   -- Dave



-
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-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink vs apple libjpeg!

2007-06-04 Thread Peter O'Gorman
On Sun, 2007-06-03 at 17:03 -0400, Kyle Skrinak wrote:
 I am trying to compile taskjuggler (outside of fink) but relying on
 fink's KDE suite of stuff. During compile, I see errors on libjpeg
 (installed via fink)
 
 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.dylib
 
 (the errors accumulate from there)
 
 What do I do to fix this?

If the package uses GNU libtool, what version does it use?

Peter

-
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-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users