Welcome to my mini NextStep 3.3 archive. A few years ago I bought a used NextStation (which I still own). All binaries here are compiled on this machine running NextStep 3.3 a „few“ years ago. In addition I also provide some binaries for Intel based machines running NextStep 3.3 and HPPA running NextStep 3.2. To install the binaries you need to create /usr/local (as root).
mkdir /usr/local
After you have downloaded an archive move it to /usr/local and uncompress it using the following command:
gzip -dc <filename.tar.gz> | tar xvf -
In some cases the command above creates an single directory which includes the bin, etc, man, lib sub directories. In this case move the content from the newly created directory to /usr/local. Also check always the „documentation“ because some rather large distributions require an extra directory to work.
Currently I do not provide any sources due to limited disk space and the fact that most of the problems where fixed in the „quick & dirty“ way without using any #ifdefs in the sources. But if you are really desperate drop me a note and I will send you the modified source trees. I haven’t had the time to run excessive tests using the software provided below. Please let me know if you encounter any problems (including a detailed description). the following packages are currently available for download (use right click to download the files):
- amaya5.3 (Motorola)
- bc-1.06 (Motorola, Intel, HPPA)
- bison-1.33 (Motorola, Intel, HPPA)
- fileutils-4.1 (Motorola, Intel, HPPA)
- flex-2.5.4a (Motorola, Intel)
- gettext-0.11 (Intel)
- less tif-0.93.18 (Motorola, Intel, HPPA)
Replacement for Motif2.0 including libraries and header files, compiled using CubX includes and libraries (/usr/X11R6). The libXm is slightly modified and includes now „getcwd()“, otherwise the gnu configure scripts fail if the Motif libraries are needed by an application (the linker does not find getcwd()). uil is not included in this binary distribution (no time to fix missing getopt functions). - libiconv-1.7 (Motorola, Intel, HPPA)
- lynx-2.8.4 (Motorola, Intel, HPPA)
- make-3.79.1 (Motorola, Intel, HPPA)
- opensssh-3.1p1 (Motorola, Intel, HPPA)
- openssl-0.9.6c (Motorola, Intel, HPPA)
- pcre-3.9 (Motorola)
- sed-3.02 (Motorola, Intel, HPPA)
- sh-utils-2.0 (Intel, HPPA)
- tar-1.13 (Motorola, HPPA)
- texinfo-4.1 (Motorola)
- vim 6.0/6.1 (see my vim page for NextStep)
- wget-1.8.1 (Motorola, Intel, HPPA)
- zlib-1.1.4 (Motorola, Intel, HPPA)
- getcwd.c (source code for getcwd())
- putenv.c (source code for putenv())
- snprintf_2.2.tar.gz (source code for snprintf())
- setenv.c (source code for setenv())
- tempnam.c (source code for tempnam())
- tempname.c (source code for temp name())