> On Jan 10, 2016, at 17:28, Monica L Wolfson <monniew...@gmail.com> wrote:
> 
> Hi All,
>   I am trying to fink install qgis210-py27 on my macbook pro running Mac OSX 
> 10.11.2.
> 
> I receive an error relating to "ld: symbol(s) not found for architecture 
> x86_64" when trying to link from the QGIS core. I am including a pastebin 
> link to the abbreviated error message (I just skipped a bunch of .o 
> filenames), as even the abbreviated error is too big for the mailing list if 
> I include it here. 
> 
> error link: http://pastebin.com/EDX1qV80
> 
> 
> I have all package dependences already installed, so only qgis210-py27, it's 
> headers, and shared libraries are left to install.
> 
> Package information:
> Package manager version: 0.39.2
> Distribution version: selfupdate-rsync Thu Jan  7 15:06:10 2016, 10.11, x86_64
> Trees: local/main stable/main
> Xcode.app: 7.2
> Xcode command-line tools: 7.2.0.0.1.1447826929
> Max. Fink build jobs:  4
> 
> Thank you for your help,
> Monica Schwehr 
> ------------------------------------------------------------------------------
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140_______________________________________________
> Fink-users mailing list
> Fink-users@lists.sourceforge.net
> List archive:
> http://news.gmane.org/gmane.os.macosx.fink.user
> Subscription management:
> https://lists.sourceforge.net/lists/listinfo/fink-users

The first unidentified symbol in the spew usually suffices. :-)  The rest are 
typically either symbols from the same file or are a cascade resulting from the 
initial missing few.  It’s typically better to paste the whole command and cut 
things off after the initial missing symbol or other error.

I didn’t reproduce your failure on 10.11.2.  You’re linking to 
/usr/lib/libexpat.dylib instead of /sw/lib/libexpat.dylib (note to maintainer, 
please add that dependency), but the portions of the linker command line that 
you posted look the same otherwise.   Do you have any other Qt framework 
installs, e.g. from other packaging systems or in /Library/Frameworks?  The 
build may be finding one of those.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to