Re: OS X GIMP configure can't find JPEG library

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Indeed, I pointed out PKG_CONFIG_PATH for other dependencies -- libjpeg 
doesn't use pkg-config.

LD_LIBRARY_PATH=/opt/local/bin


First of all, this environment variable is Linux-specific =) The mac 
equivalent would be DYLD_LIBRARY_PATH
See 
http://developer.apple.com/DOCUMENTATION/Darwin/Reference/ManPages/man1/dyld.1.html

PATH=/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/opt/local/lib


PATH is for executables; so it's quite unlikely you will have 
executables in /opt/local/lib.
/opt/local/bin makes much more sense

So setting DYLD_LIBRARY_PATH should help; otherwise, check 
config.log/configure.log (not sure about the
name) to see precisely what's happening. Then you can pass additional 
flags to gcc using e.g. CFLAGS="..."

-- Auria
_______________________________________________
Gimp-developer mailing list
Gimp-developer@xxxxxxxxxxxxxxxxxxxxxx
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

[Index of Archives]     [Video For Linux]     [Photo]     [Yosemite News]     [gtk]     [GIMP for Windows]     [KDE]     [GEGL]     [Gimp's Home]     [Gimp on GUI]     [Gimp on Windows]     [Steve's Art]

  Powered by Linux