Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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)

faac.txt (199.5 KB) - added by migmit@… 14 years ago.

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by migmit@…

Attachment: faac.txt added

comment:1 Changed 14 years ago by jmroot (Joshua Root)

Resolution: invalid
Status: newclosed

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).

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.

comment:3 Changed 14 years ago by migmit@…

Sorry, it seems to work now. Thanks.

Note: See TracTickets for help on using tickets.