Richard, Here's my settings for opendx on sgi. I'm no expert on the sgi abi's, so I had to struggle to get dxexec to build w/ purify... I ended up having to use cc -v for the link line and using it as a guide, pasting together an ld line that replaced the o32 crt1.o's with the lib32 ones. But Magick did build with these inputs and did link. I didn't build outside of magick dir though, can't tell you about jpeg.
CPPFLAGS= -Dsgi -I /usr/local/include CFLAGS= -I /usr/local/include -n32 LDFLAGS= -L /usr/lib32 -L /usr/local/lib CXXFLAGS= -n32 SO_FLAGS=-n32 Richard Gillilan wrote: > A few weeks ago, I attempted to compile OpenDX with ImageMagick and > associated libraries. > The major thing I got hung up on was that some of the libs seem to compile as > 64 vs n32 type > objects which do not like to link to dx. I ran out of time and had to back > out. I'm not sure when I will > next get around to trying it, and this is not really an OpenDX problem, but > does anyone have advice on how > to compile all those ImageMagick files constistantly as n32? > > I'm trying to install > > HDF4.1 > tiff > freetype > jpeg v6b > Image Magick > libpng > > (mpeg2 does not seem to have SGI support at all) > > Richard
