------------------------------------------------------------------------- DX 4.3.2 binary distribution for HP-UX 11.11 (PA-RISC Systems) ------------------------------------------------------------------------- This distribution was built with HP ANSI C/C++ compilers instead of gcc. It uses OpenGL and thus supports all 3D accelerators supported on HP-UX. Graphics capabilities and OpenGL runtime environment can be checked by calling /bin/graphinfo This distribution comes with CDF, NetCDF, HDF functionality. Note that not all of these have been tested. Installation (as superuser) cd /opt gunzip -c dx-4.3.2-hppa.tgz | tar xvf - PATH=$PATH:/opt/dx/bin ------------------------------------------------------------------------- DX 4.3.2 build process for HP-UX 11.11 (PA-RISC Systems) ------------------------------------------------------------------------- 1. Install HP ANSI C/C++ compiler release 3.45 or later These compilers are not free. 2. Install extra components as required e.g. CDF, NetCDF, HDF 3. Run configure as follows: ------------------------------------------------------------------------- #!/bin/sh # gmake clean export CC=cc export LDFLAGS="-L/usr/local/lib -Wl,-N,-a,archive_shared,+pd,1M,+pi,1M" export LIBS="-ljpeg -lz -lnsl -lSM -lICE -lXm -lXp -lXext -lXt -lX11 -lSM -lICE -lpthread -lgen -L/opt/graphics/OpenGL/lib -lGL -lGLU -lm -lc" export CPPFLAGS="-I/usr/include -I/opt/graphics/OpenGL/include -I/usr/local/include" export CFLAGS="-O" export CXX="aCC -AA" export CXXFLAGS="+W829 -O +noeh" ./configure --prefix=/opt --with-javadx=no --with-tiff=no ------------------------------------------------------------------------- 4. Add compilers and flex to PATH gmake -j 2 5. Change bin/Makefile line 146 to set "bindir = $(prefix)/dx/bin" 6. gmake install will install completely into /opt/dx