Installing GCC: Final installation

GCC ¼³Ä¡Çϱâ: ¸¶Áö¸· ¼³Ä¡

Now that GCC has been built and tested, you can install it with `cd objdir; make install' for a native compiler or `cd objdir; make install LANGUAGES="c c++"' for a cross compiler (note installing cross compilers will be easier in the next release!).

ÀÌÁ¦ GCC´Â ¸¸µé¾îÁ³°í(build) Å×½ºÆ®±îÁö ¸¶Ä£ »óÅÂÀÌ´Ù. ³×ÀÌƼºê ÄÄÆÄÀÏ·¯¸¦ À§ÇØ `cd objdir; make install' ¶ó°í ¼öÇàÇϰųª Å©·Î½º ÄÄÆÄÀÏ·¯¸¦ À§ÇØ `cd objdir; make install LANGUAGES="c c++"'¶ó°í ¼öÇàÇÏ¸é µÈ´Ù.(´ÙÀ½ ¸±¸®Áî¿¡¼­ Å©·Î½º ÄÄÆÄÀÏ·¯ ¼³Ä¡´Â ´õ ½¬¾îÁú °ÍÀÌ´Ù!).

That step completes the installation of GCC; user level binaries can be found in prefix/bin where prefix is the value you specified with the --prefix to configure (or /usr/local by default).

ÀÌ ´Ü°è´Â GCCÀÇ ¼³Ä¡¸¦ ¸¶¹«¸®ÇÏ´Â °úÁ¤ÀÌ´Ù; À¯Àú°¡ »ç¿ë°¡´ÉÇÑ ¹ÙÀ̳ʸ®µéÀÌ prefix/bin¿¡ À§Ä¡ÇÒ °ÍÀÌ´Ù. prefix´Â ȯ°æ¼³Á¤½Ã¿¡ --prefix¶ó´Â ¿É¼ÇÀ» ÀÌ¿ëÇÏ¿© ¼³Á¤ÇÑ µð·ºÅ丮ÀÇ À§Ä¡ÀÌ´Ù.(¶Ç´Â µðÆúÆ®·Î´Â /usr/local ÀÌ´Ù).

If you don't mind, please quickly review the build status page. If your system is not listed, send a note to gcc@gcc.gnu.org indicating that you successfully built and installed GCC. Include the output from running srcdir/config.guess. (Do not send us the config.guess file itself, just the output from running it!)

¸¸¾à ±â¾ï³ªÁö ¾Ê´Â´Ù¸é, Àçºü¸£°Ô build status page¸¦ ´Ù½Ã º¸±â ¹Ù¶õ´Ù. ¸¸¾à ´ç½ÅÀÇ ½Ã½ºÅÛÀÌ ¸ñ·Ï¿¡ ÀÖÁö ¾Ê´Âµ¥ ¼º°øÀûÀ¸·Î buildÇÏ°í ¼³Ä¡Çß´Ù¸é, gcc@gcc.gnu.org·Î ´ç½ÅÀÇ srcdir/config.guessÀÇ ½ÇÇà °á°ú¹°À» Æ÷ÇÔÇؼ­ º¸³»Áֱ⠹ٶõ´Ù. (¿ì¸®¿¡°Ô config.guess È­ÀÏ ÀÚü¸¦ º¸³»Áö ¸»±¸ ±×°ÍÀ» ½ÇÇà½ÃŲ °á°ú¹°À» º¸³»µµ·Ï!)

If you find a bug, please report it following our bug reporting guidelines.

¸¸¾à ´ç½ÅÀÌ ¹ö±×¸¦ ¹ß°ßÇÑ´Ù¸é, bug reporting guidelines¿¡ ±×°ÍÀ» º¸°íÇØÁֱ⸦ ¹Ù¶õ´Ù.


Return to the GCC Installation page

GCC ¼³Ä¡Çϱâ ÆäÀÌÁö·Î µ¹¾Æ°¡±â