Changes between Version 4 and Version 5 of Installation/Fedora
- Timestamp:
- 04/13/2011 07:24:10 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation/Fedora
v4 v5 4 4 #!NewsFlash 5 5 = Instructions apply to = 6 - Fedora 147 6 - Fedora 13 8 7 - ~~Fedora 12~~ … … 41 40 42 41 Now proceed with [wiki:Installation#Download download and installation] of SH/SHM. 42 43 == Known issues == 44 45 - If you get a linking error while compiling SH/SHM like ''ld cannot find -lMrm'', you have to patch two files in the source tree: 46 {{{ 47 ./motif/Makefile 48 ./img/Makefile 49 }}} 50 You need to alter the files in your installation target directory by changing "-lMrm" to "-L/usr/include/Mrm" and "-LXm" to "-L/usr/include/Xm" (note the capital '''L''').