Helpful Irix Commands
Useful Irix commands and info
Bootstrapping pkgsrc
Explaination of how to bootstrap pkgsrc
http://netbsd.binarycompass.org/Documentation/pkgsrc/platforms.html
Binary bootstrap kit for all supported systems (minus gcc)
http://www.netbsd.org/Documentation/software/packages.html
WORKING (important) binary distribution of GCC
http://people.redhat.com/rsandifo/
Summary
This assumes that you use tcsh because it is what I use. Substitute appropriate commands for other shells.
- download [this]
- untar it, and cd to pkgsrc/bootstrap
- run bmake
- edit /etc/mk.conf
- I like to add ABI=64
- download [this] and [this]
- untar them into $DIRECTORY
- $DIRECTORY can be anything. I like /usr/people/YOUR_USER_NAME/bin
- setenv PATH $DIRECTORY:$PATH
- add CC="gcc" to /etc/mk.conf
- cd to pkgsrc/lang/gcc
- run bmake install
- add USE_PKGSRC_GCC=yes to /etc/mk.conf
- install lots of stuff from pkgsrc
DHCP
SGI's DHCP client, proclaim, is insufficently documented. To set the hostname sent to the DHCP server to purple (for example), add the line:
hostname: purple
to the file: /etc/config/proclaim.options
Document last modified Tue, 07 Dec 2004 02:00:01
![[Home]](/images/hat.png)
