On 11/15/13 6:34 AM, Alexander Hansen wrote:
> using pkg-config to set ILMBASE_CXXFLAGS and ILMBASE_LDFLAGS:
>       ILMBASE_CXXFLAGS = -I/sw/include/OpenEXR -D_THREAD_SAFE
>       ILMBASE_LDFLAGS = -L/sw/lib
>       ILMBASE_LIBS = -L/sw/lib -lImath -lHalf -lIex -lIexMath -lIlmThread
> checking for IlmBase... no

I found something which looks promising.   I'm getting a slightly 
different set of flags:

using pkg-config to set ILMBASE_CXXFLAGS and ILMBASE_LDFLAGS:
     ILMBASE_CXXFLAGS = -I/sw/include/OpenEXR -D_THREAD_SAFE
     ILMBASE_LDFLAGS = -L/sw/lib
     ILMBASE_LIBS = -L/sw/lib -lImath -lHalf -lIex -lIlmThread

and, indeed, ilmbase doesn't have a /sw/lib/libIexMath.dylib in it. 
Check what the Libs: line in your /sw/lib/pkgconfig/IlmBase.pc has in 
it.  If "-lIexMath" is listed, maybe make sure that /usr/local is moved 
out of the way and  try "fink rebuild ilmbase" to see if that changes 
the file.

If not, then pkgconfig is getting its information from some other copy 
of IlmBase.pc.
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to