> On Mon, Feb 02, 2009 at 09:29:41AM -0500, Mike Watkins wrote:
>
>> Specifically, I would like to download the SUNWgcc pkg on one machine
>> (that
>> has an internet connection), then USB it over to a machine that doesn't
>> have
>> an internet connection.
>>
>> Any thoughts?
>
> There's no supported mechanism to do this, and it'll all have to be done
> more or less by hand.  You can pkgrecv the package, stand up a server, and
> pkgsend the bits to that server.  Then copy the server directory to your
> USB drive, and stand a server up on it on your unconnected machine.  (You
> can obviously do the transfer at any point after the pkgrecv.)  The
> pkgsend
> will include "open", "include", and "close" subcommands, where you'll
> include the manifest created by the pkgrecv.
>
> The timestamp on the package will be different, but there's nothing in the
> system that should care about that right now.
>

he can get GCC 4.3.2 packages and install them manually at

http://blastwave.network.com/testing/gcc4-4.3.2,REV=2008.08.30-SunOS5.8-`uname
-p`-CSW.pkg.gz

GCC 4.3.3 will be out soon .. I had to test it on old sun4m first.

$ uname -a
SunOS fossil 5.8 Generic_117350-56 sun4m sparc SUNW,SPARCstation-20
$ isalist -v
sparcv8 sparcv8-fsmuld sparcv7 sparc
$ gcc --version
gcc (GCC) 4.3.3
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

is sort of depends on what he is looking for. If he is hooked on SUNWgcc
then I guess he better do all those things you mention.

Dennis



Reply via email to