LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-07-2005, 12:04 PM   #16
tormented_one
Member
 
Registered: Oct 2004
Location: Small Town USA
Distribution: slamd64 2.6.12 Slackware 2.4.32 Windows XP x64 pro
Posts: 383

Rep: Reputation: 30

No more gnome. Sorry
 
Old 05-07-2005, 04:04 PM   #17
DreameR-X
Member
 
Registered: Dec 2004
Location: New York
Distribution: Slackware
Posts: 154

Original Poster
Rep: Reputation: 30
Yup, I should be smacked for not searching first. There's a lot about it, and recently Pat posted a log on his site saying that he's done with it (so I'll just go to Dropline or Gware or something). Thanks for the response though!
Cheers,
Galen
 
Old 05-08-2005, 03:23 AM   #18
carboncopy
Senior Member
 
Registered: Jan 2003
Location: Malaysia
Posts: 1,210
Blog Entries: 4

Rep: Reputation: 45
Quote:
Originally posted by datadriven
gcc 4.0 might make it into the distro as well.
It is in my Slackware-current now. Compile great without any hassel at all. This is how I compile gcc-4.0.0

Steps.
0. Grab gcc-4.0 source from your favourite mirror. Assume you get the bz2 tar ball since it is smaller.

1. make sure you have enough drive space (1.2 Byte for me, if not, don't worry)

2. cd to your source tarball dir

3.
Code:
tar -xjvf gcc-4.0.0.tar.bz2
4.
Code:
mkdir gcc-builder
5.
Code:
cd gcc-builder
6.
Code:
../gcc-4.0.0/configure --prefix=/usr/local --disable-shared --enable-threads=posix --with-cpu=athlon-xp --enable-__cxa_atexit --enable-checking --with-gnu-ld --verbose --target=i686-slackware-linux --host=i686-slackware-linux
7.
Code:
make BOOT_CFLAGS='-O3 -march=athlon-xp' bootstrap4
Note: bootstrap4 is really a paranoia of me to have gcc build in 4 stages. You can actually just use bootstrap instead of bootstrap4. If you do not have enough space you can use bootstrap-lean

8.
Code:
checkinstall
Slackware specific. Correct the info of the packages as you wish. This will help you removepkg when you do not want your own compile version of gcc anymore.

As I am typing now, am compiling kernel 2.6.11.8. i2c module couldn't compile. So I remove it from my configuration.

Compilation certainly seems faster!

EDITED:
Please read http://gcc.gnu.org/install/ before you begin.

Last edited by carboncopy; 05-08-2005 at 05:02 AM.
 
Old 05-08-2005, 04:58 AM   #19
carboncopy
Senior Member
 
Registered: Jan 2003
Location: Malaysia
Posts: 1,210
Blog Entries: 4

Rep: Reputation: 45
Quote:
Originally posted by octinum
BTW, does compiling the kernel with a newer GCC version make any difference?
It compiled faster for me. (gcc 4.0 vs gcc 3.4.2)

As for size. It is a bit larger.
Code:
root@madhat:/boot# ls -l 26118-v8May2005*
-rw-r--r--  1 root root 2785122 2005-05-08 16:38 26118-v8May2005-gcc4.img
-rw-r--r--  1 root root 2765093 2005-05-08 10:56 26118-v8May2005.img
root@madhat:/boot#
The gcc4 version infact has less i2c support compared to the gcc3.4.2 version which is smaller and with i2c support.

Speed wise, I do not know how to quantitatively test it.

However it feels good to have gcc 4.0 compiling my kernels and softwares which I want.

Last edited by carboncopy; 05-08-2005 at 05:00 AM.
 
Old 05-08-2005, 07:41 AM   #20
octinum
Member
 
Registered: Mar 2005
Distribution: Slackware 10.1
Posts: 35

Rep: Reputation: 15
I'm not an expert about Slack(or any of Linux distros) but I haven't read anything pointing to that(about Gnome in Slack). In my opinion, Gnome users are often more experienced ones, so it wouldn't be a problem for them to get Dropline etc. Also, KDE gets better and better..
 
Old 05-08-2005, 08:57 AM   #21
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Anybody using Slack shouldn't fin it too hard to install GNOME from source or from precompiled packages. As for slack 11, I can't wait to checkout all the new features as well improvements.
 
Old 05-08-2005, 10:39 AM   #22
DreameR-X
Member
 
Registered: Dec 2004
Location: New York
Distribution: Slackware
Posts: 154

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by reddazz
As for slack 11, I can't wait to checkout all the new features as well improvements.
Although (I'm very slow to realize this myself), but it seems as if you keep CURRENT, by the time Slackware 11 "comes out" you already have it? That's a concept I never really got (starts banging head against nearby wall).

Cheers,
Galen
 
Old 05-08-2005, 02:09 PM   #23
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Thats true and thats what I used to do but not anymore. I am very careful with upgading to packages in current because of a few show stoppers particularly with udev.
 
Old 05-12-2005, 05:28 PM   #24
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Rep: Reputation: 242Reputation: 242Reputation: 242
Someone said that it doesn't make a noticeable difference if you use a stock kernel or compile yourself from source.#
In my experience this is generally true with a few exceptions.

- If you run a file or internet server then network latency is sometimes noticeably lower with a self-compiled kernel. Sometimes!
- The start and load time for Java programs is reduced --- not necessarily their running speed, but their loading time.

For normal everyday use I don't feel a difference.

gargamel

SORRY; THAT SHOULD HAVE GONE TO ANOTHER THREAD!

Last edited by gargamel; 05-13-2005 at 05:03 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
About Slackware 9.1 boot disk?? ftp://ftp.kpn.be/pub/linux/slackware/slackware-9.1-is AL3OMDAH Slackware 4 04-18-2007 09:54 AM
Dual boot windows/slackware, but slackware installed first? Cryptic_K Slackware 3 11-20-2006 12:49 PM
Slackware 10 RC2 released; Slackware 10 imminent... SBing Slackware 22 06-22-2004 07:53 AM
Newer Slackware Packages on older slackware version pengStudent Slackware 2 11-12-2003 12:47 PM
wine and winesetuptk working well with slackware 9.0 and slackware 9.1 oobe Linux - Software 0 10-19-2003 12:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:12 PM.

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