Author Topic: GCC Binary?!  (Read 2226 times)

0 Members and 1 Guest are viewing this topic.

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
GCC Binary?!
« on: April 09, 2006, 01:07:02 pm »
http://gcc.gnu.org/install/binaries.html

Which one?

I need to update GCC (I have 3.3.6 now, which is too old) to install glibc.  I tried doing ./configure (worked fine) and make, and therein lies the problem.  I called make at around 8am, and cancled it at about 1pm, as it was not done.  During that time my computer was too slow to do anything, so I decided to just give up and get a binary.

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: GCC Binary?!
« Reply #1 on: April 09, 2006, 01:09:43 pm »
Can't you build the new GCC using the old GCC?
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Ergot

  • 吴立峰 ^_^ !
  • x86
  • Hero Member
  • *****
  • Posts: 3724
  • I steal bandwidth. p_o
    • View Profile
Re: GCC Binary?!
« Reply #2 on: April 09, 2006, 01:37:11 pm »
http://slackware.mirrors.easynews.com/linux/slackware/slackware-10.2/testing/packages/gcc-3.4.4/

http://slackware.mirrors.easynews.com/linux/slackware/slackware-current/slackware/d/

Just be careful, in my experiences I had to go back and install gcc-3.3.x because of older software that weren't compiled with gcc-3.4.x needed it or something like that.

To install the packages do # upgradepkg pkgname.tgz to deleted the old and install the new
#installpkg pkgname.tgz to install it over the old.
Who gives a damn? I fuck sheep all the time.
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: GCC Binary?!
« Reply #3 on: April 09, 2006, 01:57:00 pm »
installpkg is broken

bash-3.00# installpkg gcc-3.4.4-i486-1.tgz
bash: installpkg: command not found

Offline Joe

  • B&
  • x86
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: GCC Binary?!
« Reply #4 on: April 09, 2006, 02:00:43 pm »
# installpkg installpkg
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Ergot

  • 吴立峰 ^_^ !
  • x86
  • Hero Member
  • *****
  • Posts: 3724
  • I steal bandwidth. p_o
    • View Profile
Re: GCC Binary?!
« Reply #5 on: April 09, 2006, 02:38:38 pm »
# installpkg installpkg
Hehe... please leave.

Isn't installpkg part of pkgtool? Did you do a full install of Slackware?
Who gives a damn? I fuck sheep all the time.
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology

Offline rabbit

  • x86
  • Hero Member
  • *****
  • Posts: 8092
  • I speak for the entire clan (except Joe)
    • View Profile
Re: GCC Binary?!
« Reply #6 on: April 09, 2006, 07:04:51 pm »
I did complete install yesterday.  I downloaded pkgtool, unpacked it and then used it on its packed self...but even then I couldn't use *pkg commands.  What's weird is I can pull up the man page for any of them -.-