[comp.unix.aux] gcc-1.35.bin WHAT is it!Now what do I do?

dlw@hpsmtc1.HP.COM (David L. Williams) (07/22/89)

Ok, I pulled gcc-1.35.aux.bin.Z over from apple.com and uncompressed it.

What do I do to the file now to get gcc out?

I have a file shortened to gcc.bin 

So now what? are there files inside this? where are the other files 
mentioned in the readme that go in /usr/local/bin?

I have no idea what a binary distribution is or a stage3 build file.
	
-David
"Still trying to get emacs & gcc up"

antonio@Apple.COM (Antonio Ordonez) (07/25/89)

In article <17280018@hpsmtc1.HP.COM> dlw@hpsmtc1.HP.COM (David L. Williams) writes:
>Ok, I pulled gcc-1.35.aux.bin.Z over from apple.com and uncompressed it.
>
>What do I do to the file now to get gcc out?
>
>I have a file shortened to gcc.bin 
>
>So now what? are there files inside this? where are the other files 
>mentioned in the readme that go in /usr/local/bin?
>

Use tar to extract the contents of the file gcc.bin

tar xvf gcc.bin

Hope this helps




----------------------------------------------------------------------------
#include <disclaimer.h> 	/*  I'll think of a better one later  */
Antonio Ordonez				 	      amdahl \
Technical Communications/Direct Response Center	  pyramid!sun - apple!antonio
Apple Computer, Inc. (408) 996-1010		      decwrl /
----------------------------------------------------------------------------

dwb@sticks.apple.com (David W. Berry) (07/25/89)

In article <17280018@hpsmtc1.HP.COM> dlw@hpsmtc1.HP.COM (David L. Williams) writes:
>Ok, I pulled gcc-1.35.aux.bin.Z over from apple.com and uncompressed it.
>
>What do I do to the file now to get gcc out?
>
>I have a file shortened to gcc.bin 
	gcc-1.35.aux.bin.Z is a tar file, containing the various pieces of
the distribution in compiled/ready-to-run format, that has been compressed.
The name was changed to give much more indication of what it contained than
gcc.bin.tar.Z.  My suggestion would be to rename it to gcc.bin.tar.Z,
and then

	zcat gcc.bin.tar.Z | tar xvf -

That should produce the files mentioned in the readme.
Opinions:  MINE, ALL MINE! (greedy evil chuckle)

David W. Berry		(A/UX Toolbox Engineer)
dwb@apple.com		973-5168@408.MaBell		AppleLink: berry1

allbery@nc386.UUCP (Brandon S. Allbery) (07/28/89)

If you shortened the file name just by renaming it, rename it to "gcc.bin.Z"
and then do "uncompress gcc.bin".  This expands the file to its original size,
so that tar can be used to extract files from it.

++Brandon
-- 
Brandon S. Allbery, moderator of comp.sources.misc	     allbery@NCoast.ORG
uunet!hal.cwru.edu!ncoast!allbery		    ncoast!allbery@hal.cwru.edu
   * This message brought to you courtesy the "Watcher" for the 4th NCoast *