#26618 closed defect (invalid)
faac linking error, Snow Leopard
Reported by: | migmit@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ||
Port: | faac |
Description
When trying to install faac by 'sudo port install faac', it crashes with this error:
Undefined symbols:
"_gxx_personality_v0", referenced from:
and hundreds of function names follow (see attached debug output).
Attachments (1)
Change History (4)
Changed 14 years ago by migmit@…
comment:1 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by migmit@…
But if I remove this file, it fails to build also, complaining about exactly this file being not present.
Note: See
TracTickets for help on using
tickets.
This is failing because of the presence of /usr/local/lib/libstdc++.dylib. Also it's not clear where the
-L/Users/MigMit/iphone-build/iphone-dev/build/llvm-gcc-4.0-iphone/arm-apple-darwin/libstdc++-v3/src -L/Users/MigMit/iphone-build/iphone-dev/build/llvm-gcc-4.0-iphone/arm-apple-darwin/libstdc++-v3/src/.libs
is coming from (main.log file usually has more info than the terminal output).