View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003308 | Dwarf Fortress | Technical -- General | public | 2010-09-24 09:55 | 2014-08-04 15:01 |
Reporter | Ogg the Blinky Sock | Assigned To | |||
Priority | urgent | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Product Version | 0.31.14 | ||||
Summary | 0003308: dyld stdc++ symbol not found on launch | ||||
Description | Using OS X 10.4.2:dyld: lazy symbol binding failed: Symbol not found: _pthread_mutexattr_destroy$UNIX2003 Using OS 10.6.2: dyld: Symbol not found: __ZNSt8__detail12__prime_listE | ||||
Steps To Reproduce | % cd ~/df_osx | ||||
Additional Information | This bug report describes new problems that were discovered following the attempted resolution of http://www.bay12games.com/dwarves/mantisbt/view.php?id=3263. | ||||
Tags | No tags attached. | ||||
|
Reminder sent to: Ogg the Blinky Sock Is this bug still present in 0.34.02? |
|
The symbol _pthread_mutexattr_destroy$UNIX2003 was introduced in 10.5 and isn't available to 10.4. In order to work with 10.4, it will have to be compiled and linked with -mmacosx-version-min=10.4 and preferably to the 10.4 SDK. The other symbol is because it's looking for libstdc++.6.dylib in /usr/local/lib, not finding it there and reverting to the system-installed one in /usr/lib, which lacks the symbol. To launch Dwarf Fortress, see issue 4103. |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-09-24 09:55 | Ogg the Blinky Sock | New Issue | |
2010-09-24 09:59 | Logical2u | Relationship added | child of 0003263 |
2012-02-20 19:16 |
|
Note Added: 0020317 | |
2012-02-20 19:16 |
|
Tag Attached: AWAITING UPDATE | |
2012-07-04 15:52 | Madd the Sane | Note Added: 0023153 | |
2014-01-27 09:15 |
|
Relationship replaced | duplicate of 0003263 |
2014-01-27 09:15 |
|
Status | new => resolved |
2014-01-27 09:15 |
|
Resolution | open => duplicate |
2014-01-27 09:15 |
|
Assigned To | => user6 |
2014-08-04 15:01 |
|
Tag Detached: AWAITING UPDATE |