Randall Hopper wrote: > I get different results here (IRIX 6.5.10f and MIPSpro 7.3.1.1m > compilers, though probably not relevent). This is also with a > recent CVS, but I think 4.1.3 -- what version of the source are > you using?
I am using 4.1.3. > nm -Bo libDX.a | egrep " [TD] > (m_SocketConnection|_dxdtrisri2dinterpolator_class| > _dxfConnectRadiusObject|_dxfConnectNearestObject| > _dxfConnectScatterObject|_dxf_DrawOpaqueOGL| > _dxf_DrawTranslucentOGL)" > libDX.a:md_connectgrids.o: 00000190 T _dxfConnectNearestObject > libDX.a:md_connectgrids.o: 00000300 T _dxfConnectRadiusObject > libDX.a:md_connectgrids.o: 0001b750 T _dxfConnectScatterObject > libDX.a:mdsocketconnect.o: 000001b0 T m_SocketConnection > libDX.a:oghwportutilogl.o: 00022f60 T _dxf_DrawOpaqueOGL > libDX.a:oghwportutilogl.o: 00022320 T _dxf_DrawTranslucentOGL > libDX.a:lbtrisri2dclass.o: 00000000 D _dxdtrisri2dinterpolator_class I grep'd for these, and none of them show up in libDX.a > Try building the latest version this way. It omits ImageMagick, > but we're just diagnosing the problem here. Tried building this, but it won't even configure. Says something about unexpected ;; at line 10 of configure. I did try something new. I linked the following files into my module and it completed and runs. src/exec/dxmods/_connectgrids.o src/exec/dxmods/socketconnect.o src/exec/libdx/trisRI2DClass.o src/exec/hwrender/opengl/hwPortUtilOGL.o Those files were already built, but not linked in to the lib file. This is at least a work around, but it is a bit of a pain. Steve -- --------------------------------------------------------- Steven Woolsey EMAIL: [EMAIL PROTECTED] Senior Engineer/Scientist - Visualization Engineer Idaho National Engineering and Environmental Laboratory P.O. Box 1625, M.S. 3605, Idaho Falls, ID 83415-3605 ---------------------------------------------------------
