Trouble Using Compiling with TagLib

Scott Wheeler wheeler at kde.org
Fri Sep 30 17:36:03 UTC 2011


On Sep 30, 2011, at 3:52 PM, Bhatnagar, Arvin wrote:

> x86_64
> clang: error: linker command failed with exit code 1 (use -v to see invocation)
> Command /Developer/usr/bin/clang++ failed with exit code 1
> 
> I spent all day on this yesterday and thought I would ask the experts out on this list for any advice. So please if anyone can shed some light on this for me, I would be very grateful!

You only built taglib for i386, but you're building a universal binary for your application, so it can't find the library symbols for the x86_64 architecture.

-Scott


More information about the taglib-devel mailing list