------------------------------------------------------------------------- DX 4.3.2 binary distribution for HP-UX 11.22 (Itanium 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 contains CDF, NetCDF, HDF functionality. Note that not all of these have been tested. Installation (as superuser) cd /opt gunzip -c dx-4.3.2-hpia64.tgz | tar xvf - PATH=$PATH:/opt/dx/bin ------------------------------------------------------------------------- DX 4.3.2 build process for HP-UX 11.22 (Itanium Systems) ------------------------------------------------------------------------- 1. Install HP ANSI C/C++ compiler release 5.50 These compilers are not free. The latest versions are available through patches PHSS_28700 and PHSS_28701 2. Install extra components as required e.g. CDF, NetCDF, HDF 3. Run configure as follows: ------------------------------------------------------------------------- #!/bin/sh # gmake clean export CC=aCC export LDFLAGS="-L/usr/local/lib -Wl,-N,-a,archive_shared,+pd,1M,+pi,1M" export LIBS="-ljpeg -lz -lnsl -lm -lSM -lICE -lXm -lXp -lXext -lXt -lX11 -lSM -lICE -lpthread -lgen -L/opt/graphics/OpenGL/lib/hpux32 -lGL -lGLU -lm" export CPPFLAGS="-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 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