Changeset 1034
- Timestamp:
- 05/20/06 15:37:31 (3 years ago)
- Files:
-
- trunk/all_of_gcc_during_lfs.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/all_of_gcc_during_lfs.txt
r1031 r1034 1 1 AUTHOR: Randy McMurchy <randy_at_linuxfromscratch_dot_org> 2 2 3 DATE: 2006-05- 043 DATE: 2006-05-18 4 4 5 5 LICENSE: Creative Commons Attribution-NonCommercial-ShareAlike License … … 37 37 PREREQUISITES: 38 38 39 You must have a csh shell installed on the host system if you plan on 40 installing the Ada compiler and you don't already have an existing Ada 41 compiler on the host system. Instructions for installing the Tcsh package 42 can be found at: 43 http://www.linuxfromscratch.org/blfs/view/svn/postlfs/tcsh.html 39 None 44 40 45 41 HINT: … … 57 53 4. The Ada compiler 58 54 5. Package dependencies 59 csh shell installation60 55 6. Installing the GNAT Ada compiler 61 56 7. Configuring the PATH variable … … 224 219 section at the beginning of the hint. 225 220 226 The GNAT binary version installation requires a csh shell to run the227 configuration script.228 229 ----------------------230 csh shell installation231 ----------------------232 233 If you don't have a csh shell available on the host system, follow the234 instructions found at:235 http://www.linuxfromscratch.org/blfs/view/svn/postlfs/tcsh.html236 237 This must be done before starting your LFS build, from another terminal238 before continuing if you are in the middle of something using your existing239 terminal, or using your existing terminal and ensure you install the csh240 on your host system, and not in /tools.241 242 221 ==================================== 243 222 6. INSTALLING THE GNAT ADA COMPILER: … … 254 233 http://anduin.linuxfromscratch.org/sources/BLFS/svn/g/gnat-3.15p-i686-pc-redhat71-gnu-bin.tar.bz2 255 234 256 2. Issue the following commands to unpack the tarball and c onfigure the257 in stallation:235 2. Issue the following commands to unpack the tarball and change directories 236 into the root of the source tree: 258 237 259 238 tar xf gnat-3.15p-i686-pc-redhat71-gnu-bin.tar.gz 260 239 cd gnat-3.15p-i686-pc-linux-gnu-bin 261 ./doconfig262 263 (answer "3" at the first prompt asking what type of installation you desire,264 and answer "/tools/gnat" when prompted for an installation path)265 240 266 241 3. Issue the following command to install the GNAT compiler: 267 242 268 ./doinstall 243 make ins-all prefix=/tools/gnat 269 244 270 245 You should check and ensure that the /tools/gnat directory was created and 271 populated with files. 246 populated with files. The GNAT source tree can be removed. 272 247 273 248 ================================= … … 408 383 ACKNOWLEDGEMENTS: 409 384 410 The LFS community 385 * Jim Gifford for the tip about using the existing Makefile to install GNAT. 386 * The LFS community for creating and maintaining such a cool project. 411 387 412 388 CHANGELOG: … … 428 404 the Ada compiler. 429 405 430 406 [2006-05-18] 407 * Changed the GNAT installation to use the existing Makefile, which 408 eliminates the need to install Tcsh. 409
