Changes between Initial Version and Version 1 of Ticket #44125, comment 4
- Timestamp:
- Jul 16, 2014, 6:01:19 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44125, comment 4
initial v1 5 5 ld: library not found for -lc++ 6 6 }}} 7 because there is no `libc++ ` inside `/Developer/SDKs/MacOSX10.6.sdk`. One possible solution would be to symlink/copy `libc++` also to the SDK (which might include doing the same on Lion in case that the 10.6 SDK is present; the SDK for 10.6 could be used for wxWidgets for example, but then again wxWidgets doesn't use CMake, so it's not an issue).7 because there is no `libc++.dyldb` inside `/Developer/SDKs/MacOSX10.6.sdk`. One possible solution would be to symlink/copy `libc++` also to the SDK (which might include doing the same on Lion in case that the 10.6 SDK is present; the SDK for 10.6 could be used for wxWidgets for example, but then again wxWidgets doesn't use CMake, so it's not an issue). 8 8 9 9 The other solution would be to set