Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
09-11-2002, 08:28 AM
|
#1
|
Member
Registered: Sep 2002
Location: usa
Posts: 41
Rep:
|
cvs lfs
1. cvs lfs was dated Sept 02 while lfs 3.3 dated april 02.
2. The big changes in cvs are the gcc 3.2 and the use of a static directory.
3. Cvs was installed as smooth as lfs 3.3. The difference is it took about 2-3 times much longer.
Is cvs lfs worth to make a change from 3.3? I don't think so since the one major change was gcc 3.2 but the older gcc 2.95 would do just fine in almost all situations. Besides, when I compiled gcc 3.2, I saw a lot of warnibngs about sign and unsign and deprecated components.
|
|
|
09-11-2002, 08:38 AM
|
#2
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696
|
Change from gcc 2.95 to 3.2 isn't big, but I like the newer version more.
Just my opinion.
|
|
|
09-11-2002, 10:05 AM
|
#3
|
Member
Registered: Sep 2002
Location: usa
Posts: 41
Original Poster
Rep:
|
will it be easier just update gcc? for example with rm -rf?
Last edited by blackcat; 09-11-2002 at 10:22 AM.
|
|
|
09-11-2002, 11:13 AM
|
#4
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
I personally think the change from gcc 2.95 to 3.2 is a very good thing to have. And I would do it now rather than later.
Cool
|
|
|
09-11-2002, 11:47 AM
|
#5
|
Member
Registered: Sep 2002
Location: usa
Posts: 41
Original Poster
Rep:
|
Can you explain?
|
|
|
09-11-2002, 12:04 PM
|
#6
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
Explain what? The differences in the two? I like the ability to use the AMD opimizations in 3.2 that weren't available before.
To see all the differences I think there would probably be a changelog if that's what you mean.
Here's the homepage:
http://www.gnu.org/software/gcc/
Cool
|
|
|
09-11-2002, 01:34 PM
|
#7
|
Member
Registered: Sep 2002
Location: usa
Posts: 41
Original Poster
Rep:
|
>Explain what?
Well. For the sake of discussion and the benefits of those who read this thread. Not for my own sake.
|
|
|
09-11-2002, 04:05 PM
|
#8
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696
|
Quote:
Originally posted by blackcat
will it be easier just update gcc? for example with rm -rf?
|
You can, but a distro update from time to time (especially for someone who likes "messing") is a good idea. It's a time to remove not needed software. 
|
|
|
09-12-2002, 01:38 PM
|
#10
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
Quote:
Originally posted by blackcat
>Explain what?
Well. For the sake of discussion and the benefits of those who read this thread. Not for my own sake.
|
Oh right, I thought maybe you meant more on gcc or something, no problem
Cool
|
|
|
09-13-2002, 08:39 AM
|
#11
|
Member
Registered: Sep 2002
Location: usa
Posts: 41
Original Poster
Rep:
|
I am thinking that if we just want to upgrade gcc then just discarded all the previous gcc files and run install gcc . It even faster that way and some people can't afford to throw away all the system they have built( may be a server or something).
|
|
|
09-13-2002, 12:01 PM
|
#12
|
Member
Registered: Jul 2002
Location: Santa Cruz, CA
Distribution: lfs
Posts: 538
Rep:
|
how are you going to compile gcc if you have removed the previous version? You would have to either still have the /usr/static directory around or use the one from your base system i guess. What i did right after i installed 3.3 and wanted to be "up to date" was just to compile the libraries and gcc on top of the older one. I don't think this is the correct way to do it at all, but it seemed to work. ex:
[~][10:03:40]> gcc -v
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.1/specs
Configured with: ../gcc-3.1/configure --prefix=/usr --enable-shared --enable-languages=c,c++ --enable-threads=posix --with-slibdir=/lib
Thread model: posix
gcc version 3.1
|
|
|
09-13-2002, 12:42 PM
|
#13
|
Member
Registered: Sep 2002
Location: usa
Posts: 41
Original Poster
Rep:
|
Last edited by blackcat; 09-13-2002 at 12:45 PM.
|
|
|
All times are GMT -5. The time now is 01:27 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|