LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   which directories do I untar during GCC pass2? (https://www.linuxquestions.org/questions/linux-from-scratch-13/which-directories-do-i-untar-during-gcc-pass2-360562/)

microsoft/linux 09-05-2005 08:18 PM

which directories do I untar during GCC pass2?
 
do I just untar gcc-3.4.1.tar.bz2? or do I need the g++ etc.? Where does it say which one to untar?

kjordan 09-05-2005 08:45 PM

gcc-3.4.1.tar.bz2 is the full source tar. It contains source for all of the compilers available. gcc-core-3.4.1 contains only gcc.

microsoft/linux 09-06-2005 03:32 PM

so there is not gcc-g++.tar.bz2? there was in 6.0.

kjordan 09-06-2005 04:58 PM

There is, but you downloaded the full source instead of each one separately.

Here's the g++ compiler:
http://ftp.gnu.org/gnu/gcc/gcc-3.4.1...-3.4.1.tar.bz2

microsoft/linux 09-08-2005 10:47 PM

what I downloaded was the lfs-packages-6.1.tar file. What I understand you to be saying is that the gcc-3.4.1.tar.bz2 is the whole thing. G++ etc. included? is this correct?

freegianghu 09-08-2005 11:44 PM

Quote:

Originally posted by microsoft/linux
what I downloaded was the lfs-packages-6.1.tar file. What I understand you to be saying is that the gcc-3.4.1.tar.bz2 is the whole thing. G++ etc. included? is this correct?
Code:

gcc-core-3.4.1.tar.bz2 + gcc-g++-3.4.1.tar.bz2 + ... = gcc-3.4.1.tar.bz2

microsoft/linux 09-09-2005 08:35 AM

ok, t hank you. That is my mistake. Thanks again. The reason for my confusion was that in 6.0 there was a gcc-core, a gcc-g++, etc. as opposed to the gcc-3.4.1.tar file. Thanks again :)


All times are GMT -5. The time now is 06:19 AM.