====== Differences ====== This shows you the differences between two versions of the page.
— |
i386linuxinstallation [2005/12/21 15:54] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== i386 Linux GCC for Mac OS x Installation Instructions ====== | ||
+ | |||
+ | The DMG file contains an Mac OS X package. | ||
+ | |||
+ | This package installs all files in ''**/usr/local/i386-linux-4.0.2**'' directory. | ||
+ | |||
+ | All tools are located in the ''**/usr/local/i386-linux-4.0.2/bin**'' directory. You can add this path to your ''$PATH'' shell variable, or invoke the tools with their full path name : for example ''**/usr/local/i386-linux-4.0.2/bin/i386-linux-gcc**'' for ''gcc''. | ||
+ | |||
+ | This package is based on the following distributions: | ||
+ | ^Package ^Version ^ | ||
+ | |BINUTILS |binutils-2.16.1 | | ||
+ | |GCC |gcc-4.0.2 | | ||
+ | |GCC Core |gcc-core-4.0.2 | | ||
+ | |C++ |gcc-g++-4.0.2 | | ||
+ | |JAVA |gcc-java-4.0.2 | | ||
+ | |OBJECTIVE C |gcc-objc-4.0.2 | | ||
+ | |GLIBC |glibc-2.3.5 | | ||
+ | |GLIBC LINUX THREADS |glibc-linuxthreads-2.3.5 | | ||
+ | |LINUX LIBC HEADERS |linux-libc-headers-2.6.11.2 | | ||
+ | |||