LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
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


Reply
  Search this Thread
Old 09-11-2002, 08:28 AM   #1
blackcat
Member
 
Registered: Sep 2002
Location: usa
Posts: 41

Rep: Reputation: 15
Thumbs up 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.
 
Old 09-11-2002, 08:38 AM   #2
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
Change from gcc 2.95 to 3.2 isn't big, but I like the newer version more.
Just my opinion.
 
Old 09-11-2002, 10:05 AM   #3
blackcat
Member
 
Registered: Sep 2002
Location: usa
Posts: 41

Original Poster
Rep: Reputation: 15
will it be easier just update gcc? for example with rm -rf?

Last edited by blackcat; 09-11-2002 at 10:22 AM.
 
Old 09-11-2002, 11:13 AM   #4
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
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
 
Old 09-11-2002, 11:47 AM   #5
blackcat
Member
 
Registered: Sep 2002
Location: usa
Posts: 41

Original Poster
Rep: Reputation: 15
Can you explain?
 
Old 09-11-2002, 12:04 PM   #6
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
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
 
Old 09-11-2002, 01:34 PM   #7
blackcat
Member
 
Registered: Sep 2002
Location: usa
Posts: 41

Original Poster
Rep: Reputation: 15
>Explain what?

Well. For the sake of discussion and the benefits of those who read this thread. Not for my own sake.
 
Old 09-11-2002, 04:05 PM   #8
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
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.
 
Old 09-11-2002, 07:10 PM   #9
adam_boz
Member
 
Registered: Jul 2002
Location: Santa Cruz, CA
Distribution: lfs
Posts: 538

Rep: Reputation: 30
check out this hint.... maybe you want to keep both?

http://hints.linuxfromscratch.org/hi...e_versions.txt
 
Old 09-12-2002, 01:38 PM   #10
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
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
 
Old 09-13-2002, 08:39 AM   #11
blackcat
Member
 
Registered: Sep 2002
Location: usa
Posts: 41

Original Poster
Rep: Reputation: 15
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).
 
Old 09-13-2002, 12:01 PM   #12
adam_boz
Member
 
Registered: Jul 2002
Location: Santa Cruz, CA
Distribution: lfs
Posts: 538

Rep: Reputation: 30
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
 
Old 09-13-2002, 12:42 PM   #13
blackcat
Member
 
Registered: Sep 2002
Location: usa
Posts: 41

Original Poster
Rep: Reputation: 15
Well. That's a good point. But I used the gcc compiler of the base distro in the same computer.

Last edited by blackcat; 09-13-2002 at 12:45 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LFS Book Chapter 6 - 1st step (chroot to /mnt/lfs) doens't work bauld Linux From Scratch 11 03-15-2006 12:31 AM
LFS-7.0-cross-lfs-20050902-x86_64-Multilib Basel Linux From Scratch 0 09-03-2005 05:03 AM
create a cvs repository with existing files to cvs powah Linux - Software 1 08-19-2005 09:19 AM
lfs-cvs: cannot delete /tools koodailar Linux - Software 1 07-20-2004 08:06 PM
Installing X on LFS CVS euangray Linux From Scratch 1 10-18-2003 03:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration