Bzip2 (neko mips4)
From Nekoware
| neko_bzip2 | |
| Packaged by: | Frank Everdij |
|---|---|
| Internal Version: | 4 |
| Download: | neko_bzip2-1.0.5.tardist |
| Current release: | 1.0.5 / June 22 2008 |
| Use: | Unknown |
| Licence: | Unknown |
| Website: | |
Contents |
[edit] Installing the package
Download and install the neko_bzip2-1.0.5 (version 4) tardist package from the Nekoware repository.
Installation of the precompiled binary package can be achieved using either Software Manager or inst: In the case of inst, all that's required is the command:
~ $ inst -f /path/to/neko_bzip2-1.0.5.tardist install all keep *.opt.src go quit
You will need "root" privileges to install the software.
A list of all files is installed by this package is available.
[edit] Package Dependencies
The following additional packages are required to run this software correctly:
- No dependencies.
[edit] Package Incompatibilities
The following packages are marked as incompatible.
- No incompatibilities.
[edit] Package Layout
Default indicates whether the subsystem will be installed if "install standard" (or similar) is used. Order is used if any given subsystem must be installed before others.
| Name | Size [Kbytes] | Default | Order | Description |
|---|---|---|---|---|
| neko_bzip2.sw.eoe | 376 | Yes | 9999 | execution only env |
| neko_bzip2.sw.hdr | 6 | Yes | 9999 | header files |
| neko_bzip2.sw.lib | 224 | Yes | 9999 | shared libraries |
| neko_bzip2.man.manpages | 22 | Yes | 9999 | man pages |
| neko_bzip2.opt.relnotes | 2 | No | 9999 | release notes |
| neko_bzip2.opt.dist | 4 | No | 9999 | distribution files |
| neko_bzip2.opt.src | 822 | No | 9999 | original source code |
[edit] Compiling
As for the majority of Nekoware packages, the 7.4.x release of SGI's MIPSpro Compiler suite has been used to build this package.
[edit] Environment
setenv CC c99 setenv CXX CC setenv F77 f77 setenv CFLAGS '-O2 -mips4 -I/usr/nekoware/include -I/usr/include -OPT:Olimit=0:roundoff=3 -TARG:platform=IP27:proc=r14000 -Wl,-rpath -Wl,/usr/nekoware/lib' setenv CXXFLAGS '-O2 -mips4 -I/usr/nekoware/include -I/usr/include -OPT:Olimit=0:roundoff=3 -TARG:platform=IP27:proc=r14000 -Wl,-rpath -Wl,/usr/nekoware/lib' setenv LDFLAGS '-mips4 -L/usr/nekoware/lib -L/usr/lib32' setenv PKG_CONFIG_PATH '/usr/nekoware/lib/pkgconfig' setenv PKG_CONFIG_LIBDIR '/usr/nekoware/lib' setenv LD_LIBRARY_PATH '/usr/nekoware/lib:/usr/lib32:DEFAULT' setenv LD_LIBRARYN32_PATH '/usr/nekoware/lib:/usr/lib32:DEFAULT' setenv LD_LIBRARY64_PATH '/usr/nekoware/lib64:DEFAULT' setenv GNOME2_DIR '/usr/nekoware' setenv GNUMAKE '/usr/nekoware/bin/gmake' set path = ( /usr/nekoware/bin /usr/sbin /usr/bsd /sbin /usr/bin /usr/bin/X11 /u sr/etc /opt/bin /usr/local/bin $HOME/bin )
[edit] Configure
Edit in the Makefile and Makefile-libbz2_so:
#####
CC=c99
AR=ar
RANLIB=
LDFLAGS=
CFLAGS=-mips4 -n32 -O2 -I/usr/nekoware/include -I/usr/include -OPT:Olimit=0:roundoff=3 -TARG:platform=IP27:proc=r14000 -Wl,-rpath -Wl,/usr/nekoware/lib
PREFIX=/usr/nekoware
all: $(OBJS)
$(CC) -shared -Wl,-soname,libbz2.so -Wl,-set_version,sgi1.0.2:sgi1.0.3:sgi1.0.5 -o libbz2.so.1.0.5 $(OBJS)
#####
gmake
gmake -f Makefile-libbz2_so
gmake install
cp libbz2.so.1.0.5 /usr/nekoware/lib
cd /usr/nekoware/lib
ln -s libbz2.so.1.0.5 libbz2.so
ln -s libbz2.so.1.0.5 libbz2.so.1
ln -s libbz2.so.1.0.5 libbz2.so.1.0
[edit] Release Notes
Click on the "show" link to expand the contents of the package's 'relnotes' file.
| The original "relnotes" File. |
|---|
SOURCE/VERSION
--------------
bzip2-1.0.5 / 4
ENVIRONMENT VARIABLES
---------------------
setenv CC c99
setenv CXX CC
setenv F77 f77
setenv CFLAGS '-O2 -mips4 -I/usr/nekoware/include -I/usr/include -OPT:Olimit=0:roundoff=3 -TARG:platform=IP27:proc=r14000 -Wl,-rpath -Wl,/usr/nekoware/lib'
setenv CXXFLAGS '-O2 -mips4 -I/usr/nekoware/include -I/usr/include -OPT:Olimit=0:roundoff=3 -TARG:platform=IP27:proc=r14000 -Wl,-rpath -Wl,/usr/nekoware/lib'
setenv LDFLAGS '-mips4 -L/usr/nekoware/lib -L/usr/lib32'
setenv PKG_CONFIG_PATH '/usr/nekoware/lib/pkgconfig'
setenv PKG_CONFIG_LIBDIR '/usr/nekoware/lib'
setenv LD_LIBRARY_PATH '/usr/nekoware/lib:/usr/lib32:DEFAULT'
setenv LD_LIBRARYN32_PATH '/usr/nekoware/lib:/usr/lib32:DEFAULT'
setenv LD_LIBRARY64_PATH '/usr/nekoware/lib64:DEFAULT'
setenv GNOME2_DIR '/usr/nekoware'
setenv GNUMAKE '/usr/nekoware/bin/gmake'
set path = ( /usr/nekoware/bin /usr/sbin /usr/bsd /sbin /usr/bin /usr/bin/X11 /u
sr/etc /opt/bin /usr/local/bin $HOME/bin )
CONFIGURE FLAGS
---------------
Edit in the Makefile and Makefile-libbz2_so:
#####
CC=c99
AR=ar
RANLIB=
LDFLAGS=
CFLAGS=-mips4 -n32 -O2 -I/usr/nekoware/include -I/usr/include -OPT:Olimit=0:roundoff=3 -TARG:platform=IP27:proc=r14000 -Wl,-rpath -Wl,/usr/nekoware/lib
PREFIX=/usr/nekoware
all: $(OBJS)
$(CC) -shared -Wl,-soname,libbz2.so -Wl,-set_version,sgi1.0.2:sgi1.0.3:sgi1.0.5 -o libbz2.so.1.0.5 $(OBJS)
#####
gmake
gmake -f Makefile-libbz2_so
gmake install
cp libbz2.so.1.0.5 /usr/nekoware/lib
cd /usr/nekoware/lib
ln -s libbz2.so.1.0.5 libbz2.so
ln -s libbz2.so.1.0.5 libbz2.so.1
ln -s libbz2.so.1.0.5 libbz2.so.1.0
KNOWN DEPENDANCIES
------------------
base IRIX only
ERRORS/MISCELLANEOUS
--------------------
tardist created by Frank Everdij
Version bump by Pete Plank (neko@nekochan.net)
S/N VER PORTER
-------------------------------------
2 1.0.2 Frank Everdij (dexter1)
3 1.0.3 Pete Plank (nekonoko)
4 1.0.5 Pete Plank (nekonoko)
|
[edit] Errors/Miscellaneous
None.
[edit] Older Versions
- neko_bzip2-1.0.2.tardist (version 2), September 24 2006
- neko_bzip2-1.0.3.tardist (version 3), September 24 2006
[edit] External Links
None.
