CMake Platform Dependent Issues: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
mNo edit summary
No edit summary
Line 28: Line 28:
|}
|}


* '''†''' In order for ''depends'' to be installed, the "Win32 Platform SDK Tool" needs to be selected when installing Visual Studo
* '''†''' In order for ''depends'' to be installed, the "Win32 Platform SDK Tool" needs to be selected when installing Visual Studio (See [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/vccondeterminingwhichdllstoredistribute.asp Determining Which DLLs to Redistribute]).


* More platform specific information can be found in [http://bhami.com/rosetta.html ROSETTA STONE] platforms table (Mostly for system administrators)
* More platform specific information can be found in [http://bhami.com/rosetta.html ROSETTA STONE] platforms table (Mostly for system administrators)

Revision as of 16:04, 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
Windows Visual Studio 6, cl depends program.exe $PATH
Visual Studio 7, cl depends program.exe
Visual Studio 7.1, cl depends program.exe
  • More platform specific information can be found in ROSETTA STONE platforms table (Mostly for system administrators)