Changes between Version 3 and Version 4 of InstallingLibtrace
- Timestamp:
- 08/02/10 13:03:19 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingLibtrace
v3 v4 30 30 31 31 Following installation, you may need to add the line '/usr/local/lib' to your /etc/ld.so.conf and run 'ldconfig' as root. 32 33 == Known Issues == 34 35 Building libtrace on older installs of Mac OS X (we observed this on 10.4.11) may produce the following error: 36 {{{ 37 ERROR: No debug map or DWARF data was found to link. 38 }}} 39 40 This appears to be due to a bug in the dsymutil linker. Upgrading the dwarfutils to version 3.0 or later should fix this problem.