http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56040
Bug #: 56040 Summary: ld: library not found for -lgcc_ext.10.5 Classification: Unclassified Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: kaijones0...@gmail.com I'm trying to run a C++ program from MacOSX (10.7.5) terminal using the following command ' g++ outfile_exercise.cpp ' and I receive this message: ld: library not found for -lgcc_ext.10.5 The program is running from the correct directory, any ideas on how to solve this? Thanks