CMake Platform Dependent Issues: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
* [[CMake Borland Compiler Issues|Borland Compiler Issues]] | * [[CMake Borland Compiler Issues|Borland Compiler Issues]] | ||
== The Platforms / Compilers Table == | |||
{| border="1" | |||
|- bgcolor="#abcdef" | |||
! Platform !! Compilers !! List Dependencies !! Library Path | |||
|- | |||
| Linux || gcc, g++, icc || ldd program || $LD_LIBRARY_PATH | |||
|- | |||
| HP-UX || cc, aCC || chatr program || $SHLIB_PATH | |||
|- | |||
| AIX || xlc, xlC || dump -H program || $LIBPATH | |||
|- | |||
| SunOS || cc, CC || ldd program || $LD_LIBRARY_PATH | |||
|- | |||
| IRIX || cc, CC || ldd program || $LD_LIBRARY_PATH | |||
|- | |||
| Max OSX / Darwin || gcc, g++ || otool -L program || $DYLD_LIBRARY_PATH | |||
|} | |||
* [http://bhami.com/rosetta.html ROSETTA STONE] platforms table (Mostly for system administrators) |
Revision as of 15:46, 12 July 2004
The Platforms / Compilers Table
Platform | Compilers | List Dependencies | Library Path |
---|---|---|---|
Linux | gcc, g++, icc | ldd program | $LD_LIBRARY_PATH |
HP-UX | cc, aCC | chatr program | $SHLIB_PATH |
AIX | xlc, xlC | dump -H program | $LIBPATH |
SunOS | cc, CC | ldd program | $LD_LIBRARY_PATH |
IRIX | cc, CC | ldd program | $LD_LIBRARY_PATH |
Max OSX / Darwin | gcc, g++ | otool -L program | $DYLD_LIBRARY_PATH |
- ROSETTA STONE platforms table (Mostly for system administrators)