(cd configs && rm -f current && ln -s solaris-x86 current) make default Making sources for solaris-x86 touch depend makedepend -Y -fdepend -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup glapi/glapi.c glapi/glthread.c main/api_arrayelt.c main/api_loopback.c main/api_noop.c main/api_validate.c main/accum.c main/attrib.c main/blend.c main/bufferobj.c main/buffers.c main/clip.c main/colortab.c main/context.c main/convolve.c main/debug.c main/depth.c main/dispatch.c main/dlist.c main/drawpix.c main/enable.c main/enums.c main/eval.c main/extensions.c main/feedback.c main/fog.c main/get.c main/hash.c main/hint.c main/histogram.c main/image.c main/imports.c main/light.c main/lines.c main/matrix.c main/occlude.c main/pixel.c main/points.c main/polygon.c main/rastpos.c main/state.c main/stencil.c main/texcompress.c main/texcompress_s3tc.c main/texcompress_fxt1.c main/texformat.c main/teximage.c main/texobj.c main/texstate.c main/texstore.c main/varray.c main/vtxfmt.c math/m_debug_clip.c math/m_debug_norm.c math/m_debug_xform.c math/m_eval.c math/m_matrix.c math/m_translate.c math/m_vector.c math/m_xform.c array_cache/ac_context.c array_cache/ac_import.c tnl/t_array_api.c tnl/t_array_import.c tnl/t_context.c tnl/t_pipeline.c tnl/t_save_api.c tnl/t_save_loopback.c tnl/t_save_playback.c tnl/t_vb_fog.c tnl/t_vb_light.c tnl/t_vb_normals.c tnl/t_vb_points.c tnl/t_vb_program.c tnl/t_vb_render.c tnl/t_vb_texgen.c tnl/t_vb_texmat.c tnl/t_vb_vertex.c tnl/t_vertex.c tnl/t_vertex_c.c tnl/t_vertex_codegen.c tnl/t_vtx_api.c tnl/t_vtx_generic.c tnl/t_vtx_x86.c tnl/t_vtx_eval.c tnl/t_vtx_exec.c shader/arbfragparse.c shader/arbprogparse.c shader/arbprogram.c shader/arbvertparse.c shader/grammar_mesa.c shader/nvfragparse.c shader/nvprogram.c shader/nvvertexec.c shader/nvvertparse.c shader/program.c swrast/s_fragprog_to_c.c swrast/s_aaline.c swrast/s_aatriangle.c swrast/s_accum.c swrast/s_alpha.c swrast/s_alphabuf.c swrast/s_auxbuffer.c swrast/s_bitmap.c swrast/s_blend.c swrast/s_buffers.c swrast/s_copypix.c swrast/s_context.c swrast/s_depth.c swrast/s_drawpix.c swrast/s_feedback.c swrast/s_fog.c swrast/s_imaging.c swrast/s_lines.c swrast/s_logic.c swrast/s_masking.c swrast/s_nvfragprog.c swrast/s_pixeltex.c swrast/s_points.c swrast/s_readpix.c swrast/s_span.c swrast/s_stencil.c swrast/s_tcc.c swrast/s_texture.c swrast/s_texstore.c swrast/s_triangle.c swrast/s_zoom.c swrast_setup/ss_context.c swrast_setup/ss_triangle.c x86/common_x86.c x86/x86.c x86/3dnow.c x86/sse.c sparc/sparc.c x86/common_x86_asm.S x86/x86_xform2.S x86/x86_xform3.S x86/x86_xform4.S x86/x86_cliptest.S x86/mmx_blend.S x86/3dnow_xform1.S x86/3dnow_xform2.S x86/3dnow_xform3.S x86/3dnow_xform4.S x86/3dnow_normal.S x86/sse_xform1.S x86/sse_xform2.S x86/sse_xform3.S x86/sse_xform4.S x86/sse_normal.S tnl/t_vtx_x86_gcc.S drivers/common/driverfuncs.c \ > /dev/null 2>&1 cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/api_arrayelt.c -o main/api_arrayelt.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/api_loopback.c -o main/api_loopback.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/api_noop.c -o main/api_noop.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/api_validate.c -o main/api_validate.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/accum.c -o main/accum.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/attrib.c -o main/attrib.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/blend.c -o main/blend.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/bufferobj.c -o main/bufferobj.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/buffers.c -o main/buffers.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/clip.c -o main/clip.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/colortab.c -o main/colortab.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/context.c -o main/context.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/convolve.c -o main/convolve.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/debug.c -o main/debug.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/depth.c -o main/depth.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/dispatch.c -o main/dispatch.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/dlist.c -o main/dlist.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/drawpix.c -o main/drawpix.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/enable.c -o main/enable.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/enums.c -o main/enums.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/eval.c -o main/eval.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/extensions.c -o main/extensions.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/feedback.c -o main/feedback.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/fog.c -o main/fog.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/get.c -o main/get.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/hash.c -o main/hash.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/hint.c -o main/hint.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/histogram.c -o main/histogram.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/image.c -o main/image.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/imports.c -o main/imports.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/light.c -o main/light.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/lines.c -o main/lines.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/matrix.c -o main/matrix.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/occlude.c -o main/occlude.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/pixel.c -o main/pixel.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/points.c -o main/points.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/polygon.c -o main/polygon.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/rastpos.c -o main/rastpos.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/state.c -o main/state.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/stencil.c -o main/stencil.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/texcompress.c -o main/texcompress.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/texcompress_s3tc.c -o main/texcompress_s3tc.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/texcompress_fxt1.c -o main/texcompress_fxt1.o "main/texcompress_fxt1.c", line 614: warning: shift count negative or too big: << -27 "main/texcompress_fxt1.c", line 661: warning: shift count negative or too big: << -27 "main/texcompress_fxt1.c", line 667: warning: shift count negative or too big: << -27 "main/texcompress_fxt1.c", line 865: warning: shift count negative or too big: << -27 "main/texcompress_fxt1.c", line 871: warning: shift count negative or too big: << -27 "main/texcompress_fxt1.c", line 1151: warning: shift count negative or too big: << -27 "main/texcompress_fxt1.c", line 1364: warning: shift count negative or too big: << -27 cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/texformat.c -o main/texformat.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/teximage.c -o main/teximage.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/texobj.c -o main/texobj.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/texstate.c -o main/texstate.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/texstore.c -o main/texstore.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/varray.c -o main/varray.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM main/vtxfmt.c -o main/vtxfmt.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM glapi/glapi.c -o glapi/glapi.o "glapi/glapi.c", line 811: warning: statement not reached cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM glapi/glthread.c -o glapi/glthread.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM math/m_debug_clip.c -o math/m_debug_clip.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM math/m_debug_norm.c -o math/m_debug_norm.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM math/m_debug_xform.c -o math/m_debug_xform.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM math/m_eval.c -o math/m_eval.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM math/m_matrix.c -o math/m_matrix.o "math/m_matrix.c", line 1128: warning: integer overflow detected: op "<<" "math/m_matrix.c", line 1139: warning: integer overflow detected: op "<<" "math/m_matrix.c", line 1142: warning: integer overflow detected: op "<<" "math/m_matrix.c", line 1142: warning: integer overflow detected: op "<<" "math/m_matrix.c", line 1148: warning: integer overflow detected: op "<<" "math/m_matrix.c", line 1148: warning: integer overflow detected: op "<<" "math/m_matrix.c", line 1167: warning: integer overflow detected: op "<<" "math/m_matrix.c", line 1167: warning: integer overflow detected: op "<<" "math/m_matrix.c", line 1181: warning: integer overflow detected: op "<<" "math/m_matrix.c", line 1181: warning: integer overflow detected: op "<<" cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM math/m_translate.c -o math/m_translate.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM math/m_vector.c -o math/m_vector.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM math/m_xform.c -o math/m_xform.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM array_cache/ac_context.c -o array_cache/ac_context.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM array_cache/ac_import.c -o array_cache/ac_import.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM tnl/t_array_api.c -o tnl/t_array_api.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM tnl/t_array_import.c -o tnl/t_array_import.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM tnl/t_context.c -o tnl/t_context.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM tnl/t_pipeline.c -o tnl/t_pipeline.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM tnl/t_save_api.c -o tnl/t_save_api.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM tnl/t_save_loopback.c -o tnl/t_save_loopback.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM tnl/t_save_playback.c -o tnl/t_save_playback.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM tnl/t_vb_fog.c -o tnl/t_vb_fog.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM tnl/t_vb_light.c -o tnl/t_vb_light.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM tnl/t_vb_normals.c -o tnl/t_vb_normals.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM tnl/t_vb_points.c -o tnl/t_vb_points.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM tnl/t_vb_program.c -o tnl/t_vb_program.o "tnl/t_vb_program.c", line 358: warning: initializer does not fit or is out of range: -1 "tnl/t_vb_program.c", line 359: warning: initializer does not fit or is out of range: -1 cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM tnl/t_vb_render.c -o tnl/t_vb_render.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM tnl/t_vb_texgen.c -o tnl/t_vb_texgen.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM tnl/t_vb_texmat.c -o tnl/t_vb_texmat.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM tnl/t_vb_vertex.c -o tnl/t_vb_vertex.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM tnl/t_vertex.c -o tnl/t_vertex.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM tnl/t_vertex_c.c -o tnl/t_vertex_c.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM tnl/t_vertex_codegen.c -o tnl/t_vertex_codegen.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM tnl/t_vtx_api.c -o tnl/t_vtx_api.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM tnl/t_vtx_generic.c -o tnl/t_vtx_generic.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM tnl/t_vtx_x86.c -o tnl/t_vtx_x86.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM tnl/t_vtx_eval.c -o tnl/t_vtx_eval.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM tnl/t_vtx_exec.c -o tnl/t_vtx_exec.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM shader/arbfragparse.c -o shader/arbfragparse.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM shader/arbprogparse.c -o shader/arbprogparse.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM shader/arbprogram.c -o shader/arbprogram.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM shader/arbvertparse.c -o shader/arbvertparse.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM shader/grammar_mesa.c -o shader/grammar_mesa.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM shader/nvfragparse.c -o shader/nvfragparse.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM shader/nvprogram.c -o shader/nvprogram.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM shader/nvvertexec.c -o shader/nvvertexec.o "shader/nvvertexec.c", line 267: warning: statement not reached "shader/nvvertexec.c", line 794: warning: statement not reached cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM shader/nvvertparse.c -o shader/nvvertparse.o "shader/nvvertparse.c", line 1171: warning: loop not entered at top cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM shader/program.c -o shader/program.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_fragprog_to_c.c -o swrast/s_fragprog_to_c.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_aaline.c -o swrast/s_aaline.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_aatriangle.c -o swrast/s_aatriangle.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_accum.c -o swrast/s_accum.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_alpha.c -o swrast/s_alpha.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_alphabuf.c -o swrast/s_alphabuf.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_auxbuffer.c -o swrast/s_auxbuffer.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_bitmap.c -o swrast/s_bitmap.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_blend.c -o swrast/s_blend.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_buffers.c -o swrast/s_buffers.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_copypix.c -o swrast/s_copypix.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_context.c -o swrast/s_context.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_depth.c -o swrast/s_depth.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_drawpix.c -o swrast/s_drawpix.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_feedback.c -o swrast/s_feedback.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_fog.c -o swrast/s_fog.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_imaging.c -o swrast/s_imaging.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_lines.c -o swrast/s_lines.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_logic.c -o swrast/s_logic.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_masking.c -o swrast/s_masking.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_nvfragprog.c -o swrast/s_nvfragprog.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_pixeltex.c -o swrast/s_pixeltex.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_points.c -o swrast/s_points.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_readpix.c -o swrast/s_readpix.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_span.c -o swrast/s_span.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_stencil.c -o swrast/s_stencil.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_tcc.c -o swrast/s_tcc.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_texture.c -o swrast/s_texture.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_texstore.c -o swrast/s_texstore.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_triangle.c -o swrast/s_triangle.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast/s_zoom.c -o swrast/s_zoom.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast_setup/ss_context.c -o swrast_setup/ss_context.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM swrast_setup/ss_triangle.c -o swrast_setup/ss_triangle.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM x86/common_x86.c -o x86/common_x86.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM x86/x86.c -o x86/x86.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM x86/3dnow.c -o x86/3dnow.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM x86/sse.c -o x86/sse.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM sparc/sparc.c -o sparc/sparc.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/common/driverfuncs.c -o drivers/common/driverfuncs.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/x11/glxapi.c -o drivers/x11/glxapi.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/x11/fakeglx.c -o drivers/x11/fakeglx.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/x11/xfonts.c -o drivers/x11/xfonts.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/x11/xm_api.c -o drivers/x11/xm_api.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/x11/xm_dd.c -o drivers/x11/xm_dd.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/x11/xm_line.c -o drivers/x11/xm_line.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/x11/xm_span.c -o drivers/x11/xm_span.o "drivers/x11/xm_span.c", line 1222: warning: integer overflow detected: op "<<" "drivers/x11/xm_span.c", line 1229: warning: integer overflow detected: op "<<" cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/x11/xm_tri.c -o drivers/x11/xm_tri.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/glide/fxapi.c -o drivers/glide/fxapi.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/glide/fxdd.c -o drivers/glide/fxdd.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/glide/fxddspan.c -o drivers/glide/fxddspan.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/glide/fxddtex.c -o drivers/glide/fxddtex.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/glide/fxsetup.c -o drivers/glide/fxsetup.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/glide/fxtexman.c -o drivers/glide/fxtexman.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/glide/fxtris.c -o drivers/glide/fxtris.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/glide/fxvb.c -o drivers/glide/fxvb.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/glide/fxglidew.c -o drivers/glide/fxglidew.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/glide/fxg.c -o drivers/glide/fxg.o "drivers/glide/fxg.c", line 2309: warning: empty translation unit cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/svga/svgamesa.c -o drivers/svga/svgamesa.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/svga/svgamesa8.c -o drivers/svga/svgamesa8.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/svga/svgamesa15.c -o drivers/svga/svgamesa15.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/svga/svgamesa16.c -o drivers/svga/svgamesa16.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/svga/svgamesa24.c -o drivers/svga/svgamesa24.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/svga/svgamesa32.c -o drivers/svga/svgamesa32.o cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/fbdev/glfbdev.c -o drivers/fbdev/glfbdev.o "drivers/fbdev/glfbdev.c", line 791: warning: empty translation unit CC=cc CXX=CC ../../bin/mklib -o GL -major 1 \ -minor 5 -patch 060201 -install ../../lib \ -static -lX11 -lXext -lm -lpthread main/api_arrayelt.o main/api_loopback.o main/api_noop.o main/api_validate.o main/accum.o main/attrib.o main/blend.o main/bufferobj.o main/buffers.o main/clip.o main/colortab.o main/context.o main/convolve.o main/debug.o main/depth.o main/dispatch.o main/dlist.o main/drawpix.o main/enable.o main/enums.o main/eval.o main/extensions.o main/feedback.o main/fog.o main/get.o main/hash.o main/hint.o main/histogram.o main/image.o main/imports.o main/light.o main/lines.o main/matrix.o main/occlude.o main/pixel.o main/points.o main/polygon.o main/rastpos.o main/state.o main/stencil.o main/texcompress.o main/texcompress_s3tc.o main/texcompress_fxt1.o main/texformat.o main/teximage.o main/texobj.o main/texstate.o main/texstore.o main/varray.o main/vtxfmt.o glapi/glapi.o glapi/glthread.o math/m_debug_clip.o math/m_debug_norm.o math/m_debug_xform.o math/m_eval.o math/m_matrix.o math/m_translate.o math/m_vector.o math/m_xform.o array_cache/ac_context.o array_cache/ac_import.o tnl/t_array_api.o tnl/t_array_import.o tnl/t_context.o tnl/t_pipeline.o tnl/t_save_api.o tnl/t_save_loopback.o tnl/t_save_playback.o tnl/t_vb_fog.o tnl/t_vb_light.o tnl/t_vb_normals.o tnl/t_vb_points.o tnl/t_vb_program.o tnl/t_vb_render.o tnl/t_vb_texgen.o tnl/t_vb_texmat.o tnl/t_vb_vertex.o tnl/t_vertex.o tnl/t_vertex_c.o tnl/t_vertex_codegen.o tnl/t_vtx_api.o tnl/t_vtx_generic.o tnl/t_vtx_x86.o tnl/t_vtx_eval.o tnl/t_vtx_exec.o shader/arbfragparse.o shader/arbprogparse.o shader/arbprogram.o shader/arbvertparse.o shader/grammar_mesa.o shader/nvfragparse.o shader/nvprogram.o shader/nvvertexec.o shader/nvvertparse.o shader/program.o swrast/s_fragprog_to_c.o swrast/s_aaline.o swrast/s_aatriangle.o swrast/s_accum.o swrast/s_alpha.o swrast/s_alphabuf.o swrast/s_auxbuffer.o swrast/s_bitmap.o swrast/s_blend.o swrast/s_buffers.o swrast/s_copypix.o swrast/s_context.o swrast/s_depth.o swrast/s_drawpix.o swrast/s_feedback.o swrast/s_fog.o swrast/s_imaging.o swrast/s_lines.o swrast/s_logic.o swrast/s_masking.o swrast/s_nvfragprog.o swrast/s_pixeltex.o swrast/s_points.o swrast/s_readpix.o swrast/s_span.o swrast/s_stencil.o swrast/s_tcc.o swrast/s_texture.o swrast/s_texstore.o swrast/s_triangle.o swrast/s_zoom.o swrast_setup/ss_context.o swrast_setup/ss_triangle.o x86/common_x86.o x86/x86.o x86/3dnow.o x86/sse.o sparc/sparc.o drivers/common/driverfuncs.o drivers/x11/glxapi.o drivers/x11/fakeglx.o drivers/x11/xfonts.o drivers/x11/xm_api.o drivers/x11/xm_dd.o drivers/x11/xm_line.o drivers/x11/xm_span.o drivers/x11/xm_tri.o drivers/glide/fxapi.o drivers/glide/fxdd.o drivers/glide/fxddspan.o drivers/glide/fxddtex.o drivers/glide/fxsetup.o drivers/glide/fxtexman.o drivers/glide/fxtris.o drivers/glide/fxvb.o drivers/glide/fxglidew.o drivers/glide/fxg.o drivers/svga/svgamesa.o drivers/svga/svgamesa8.o drivers/svga/svgamesa15.o drivers/svga/svgamesa16.o drivers/svga/svgamesa24.o drivers/svga/svgamesa32.o drivers/fbdev/glfbdev.o mklib: Making SunOS static library: libGL.a ar: creating libGL.a ar: writing libGL.a a - main/api_arrayelt.o a - main/api_loopback.o a - main/api_noop.o a - main/api_validate.o a - main/accum.o a - main/attrib.o a - main/blend.o a - main/bufferobj.o a - main/buffers.o a - main/clip.o a - main/colortab.o a - main/context.o a - main/convolve.o a - main/debug.o a - main/depth.o a - main/dispatch.o a - main/dlist.o a - main/drawpix.o a - main/enable.o a - main/enums.o a - main/eval.o a - main/extensions.o a - main/feedback.o a - main/fog.o a - main/get.o a - main/hash.o a - main/hint.o a - main/histogram.o a - main/image.o a - main/imports.o a - main/light.o a - main/lines.o a - main/matrix.o a - main/occlude.o a - main/pixel.o a - main/points.o a - main/polygon.o a - main/rastpos.o a - main/state.o a - main/stencil.o a - main/texcompress.o a - main/texcompress_s3tc.o a - main/texcompress_fxt1.o a - main/texformat.o a - main/teximage.o a - main/texobj.o a - main/texstate.o a - main/texstore.o a - main/varray.o a - main/vtxfmt.o a - glapi/glapi.o a - glapi/glthread.o a - math/m_debug_clip.o a - math/m_debug_norm.o a - math/m_debug_xform.o a - math/m_eval.o a - math/m_matrix.o a - math/m_translate.o a - math/m_vector.o a - math/m_xform.o a - array_cache/ac_context.o a - array_cache/ac_import.o a - tnl/t_array_api.o a - tnl/t_array_import.o a - tnl/t_context.o a - tnl/t_pipeline.o a - tnl/t_save_api.o a - tnl/t_save_loopback.o a - tnl/t_save_playback.o a - tnl/t_vb_fog.o a - tnl/t_vb_light.o a - tnl/t_vb_normals.o a - tnl/t_vb_points.o a - tnl/t_vb_program.o a - tnl/t_vb_render.o a - tnl/t_vb_texgen.o a - tnl/t_vb_texmat.o a - tnl/t_vb_vertex.o a - tnl/t_vertex.o a - tnl/t_vertex_c.o a - tnl/t_vertex_codegen.o a - tnl/t_vtx_api.o a - tnl/t_vtx_generic.o a - tnl/t_vtx_x86.o a - tnl/t_vtx_eval.o a - tnl/t_vtx_exec.o a - shader/arbfragparse.o a - shader/arbprogparse.o a - shader/arbprogram.o a - shader/arbvertparse.o a - shader/grammar_mesa.o a - shader/nvfragparse.o a - shader/nvprogram.o a - shader/nvvertexec.o a - shader/nvvertparse.o a - shader/program.o a - swrast/s_fragprog_to_c.o a - swrast/s_aaline.o a - swrast/s_aatriangle.o a - swrast/s_accum.o a - swrast/s_alpha.o a - swrast/s_alphabuf.o a - swrast/s_auxbuffer.o a - swrast/s_bitmap.o a - swrast/s_blend.o a - swrast/s_buffers.o a - swrast/s_copypix.o a - swrast/s_context.o a - swrast/s_depth.o a - swrast/s_drawpix.o a - swrast/s_feedback.o a - swrast/s_fog.o a - swrast/s_imaging.o a - swrast/s_lines.o a - swrast/s_logic.o a - swrast/s_masking.o a - swrast/s_nvfragprog.o a - swrast/s_pixeltex.o a - swrast/s_points.o a - swrast/s_readpix.o a - swrast/s_span.o a - swrast/s_stencil.o a - swrast/s_tcc.o a - swrast/s_texture.o a - swrast/s_texstore.o a - swrast/s_triangle.o a - swrast/s_zoom.o a - swrast_setup/ss_context.o a - swrast_setup/ss_triangle.o a - x86/common_x86.o a - x86/x86.o a - x86/3dnow.o a - x86/sse.o a - sparc/sparc.o a - drivers/common/driverfuncs.o a - drivers/x11/glxapi.o a - drivers/x11/fakeglx.o a - drivers/x11/xfonts.o a - drivers/x11/xm_api.o a - drivers/x11/xm_dd.o a - drivers/x11/xm_line.o a - drivers/x11/xm_span.o a - drivers/x11/xm_tri.o a - drivers/glide/fxapi.o a - drivers/glide/fxdd.o a - drivers/glide/fxddspan.o a - drivers/glide/fxddtex.o a - drivers/glide/fxsetup.o a - drivers/glide/fxtexman.o a - drivers/glide/fxtris.o a - drivers/glide/fxvb.o a - drivers/glide/fxglidew.o a - drivers/glide/fxg.o a - drivers/svga/svgamesa.o a - drivers/svga/svgamesa8.o a - drivers/svga/svgamesa15.o a - drivers/svga/svgamesa16.o a - drivers/svga/svgamesa24.o a - drivers/svga/svgamesa32.o a - drivers/fbdev/glfbdev.o mklib: Installing libGL.a in ../../lib cc -c -I../../include -I../../src/mesa -I../../src/mesa/main -I../../src/mesa/glapi -I../../src/mesa/math -I../../src/mesa/tnl -I../../src/mesa/shader -I../../src/mesa/swrast -I../../src/mesa/swrast_setup -KPIC -I/usr/openwin/include -DUSE_XSHM drivers/osmesa/osmesa.c -o drivers/osmesa/osmesa.o if [ "x11 osmesa" = "osmesa" ] ; then \ CC=cc CXX=CC ../../bin/mklib -o OSMesa -major 6 \ -minor 2 -patch 1 \ -install ../../lib -static \ -L../../lib -lGL main/api_arrayelt.o main/api_loopback.o main/api_noop.o main/api_validate.o main/accum.o main/attrib.o main/blend.o main/bufferobj.o main/buffers.o main/clip.o main/colortab.o main/context.o main/convolve.o main/debug.o main/depth.o main/dispatch.o main/dlist.o main/drawpix.o main/enable.o main/enums.o main/eval.o main/extensions.o main/feedback.o main/fog.o main/get.o main/hash.o main/hint.o main/histogram.o main/image.o main/imports.o main/light.o main/lines.o main/matrix.o main/occlude.o main/pixel.o main/points.o main/polygon.o main/rastpos.o main/state.o main/stencil.o main/texcompress.o main/texcompress_s3tc.o main/texcompress_fxt1.o main/texformat.o main/teximage.o main/texobj.o main/texstate.o main/texstore.o main/varray.o main/vtxfmt.o glapi/glapi.o glapi/glthread.o math/m_debug_clip.o math/m_debug_norm.o math/m_debug_xform.o math/m_eval.o math/m_matrix.o math/m_translate.o math/m_vector.o math/m_xform.o array_cache/ac_context.o array_cache/ac_import.o tnl/t_array_api.o tnl/t_array_import.o tnl/t_context.o tnl/t_pipeline.o tnl/t_save_api.o tnl/t_save_loopback.o tnl/t_save_playback.o tnl/t_vb_fog.o tnl/t_vb_light.o tnl/t_vb_normals.o tnl/t_vb_points.o tnl/t_vb_program.o tnl/t_vb_render.o tnl/t_vb_texgen.o tnl/t_vb_texmat.o tnl/t_vb_vertex.o tnl/t_vertex.o tnl/t_vertex_c.o tnl/t_vertex_codegen.o tnl/t_vtx_api.o tnl/t_vtx_generic.o tnl/t_vtx_x86.o tnl/t_vtx_eval.o tnl/t_vtx_exec.o shader/arbfragparse.o shader/arbprogparse.o shader/arbprogram.o shader/arbvertparse.o shader/grammar_mesa.o shader/nvfragparse.o shader/nvprogram.o shader/nvvertexec.o shader/nvvertparse.o shader/program.o swrast/s_fragprog_to_c.o swrast/s_aaline.o swrast/s_aatriangle.o swrast/s_accum.o swrast/s_alpha.o swrast/s_alphabuf.o swrast/s_auxbuffer.o swrast/s_bitmap.o swrast/s_blend.o swrast/s_buffers.o swrast/s_copypix.o swrast/s_context.o swrast/s_depth.o swrast/s_drawpix.o swrast/s_feedback.o swrast/s_fog.o swrast/s_imaging.o swrast/s_lines.o swrast/s_logic.o swrast/s_masking.o swrast/s_nvfragprog.o swrast/s_pixeltex.o swrast/s_points.o swrast/s_readpix.o swrast/s_span.o swrast/s_stencil.o swrast/s_tcc.o swrast/s_texture.o swrast/s_texstore.o swrast/s_triangle.o swrast/s_zoom.o swrast_setup/ss_context.o swrast_setup/ss_triangle.o x86/common_x86.o x86/x86.o x86/3dnow.o x86/sse.o sparc/sparc.o drivers/common/driverfuncs.o drivers/osmesa/osmesa.o ; \ else \ CC=cc CXX=CC ../../bin/mklib -o OSMesa -major 6 \ -minor 2 -patch 060201 \ -install ../../lib -static \ -L../../lib -lGL drivers/osmesa/osmesa.o ; \ fi mklib: Making SunOS static library: libOSMesa.a ar: creating libOSMesa.a ar: writing libOSMesa.a a - drivers/osmesa/osmesa.o mklib: Installing libOSMesa.a in ../../lib cc -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -KPIC -I/usr/openwin/include -DUSE_XSHM -DNDEBUG -DLIBRARYBUILD libutil/error.c -o libutil/error.o cc -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -KPIC -I/usr/openwin/include -DUSE_XSHM -DNDEBUG -DLIBRARYBUILD libutil/glue.c -o libutil/glue.o cc -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -KPIC -I/usr/openwin/include -DUSE_XSHM -DNDEBUG -DLIBRARYBUILD libutil/mipmap.c -o libutil/mipmap.o cc -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -KPIC -I/usr/openwin/include -DUSE_XSHM -DNDEBUG -DLIBRARYBUILD libutil/project.c -o libutil/project.o cc -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -KPIC -I/usr/openwin/include -DUSE_XSHM -DNDEBUG -DLIBRARYBUILD libutil/quad.c -o libutil/quad.o cc -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -KPIC -I/usr/openwin/include -DUSE_XSHM -DNDEBUG -DLIBRARYBUILD libutil/registry.c -o libutil/registry.o cc -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -KPIC -I/usr/openwin/include -DUSE_XSHM -DNDEBUG -DLIBRARYBUILD libtess/dict.c -o libtess/dict.o cc -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -KPIC -I/usr/openwin/include -DUSE_XSHM -DNDEBUG -DLIBRARYBUILD libtess/geom.c -o libtess/geom.o cc -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -KPIC -I/usr/openwin/include -DUSE_XSHM -DNDEBUG -DLIBRARYBUILD libtess/memalloc.c -o libtess/memalloc.o cc -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -KPIC -I/usr/openwin/include -DUSE_XSHM -DNDEBUG -DLIBRARYBUILD libtess/mesh.c -o libtess/mesh.o cc -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -KPIC -I/usr/openwin/include -DUSE_XSHM -DNDEBUG -DLIBRARYBUILD libtess/normal.c -o libtess/normal.o cc -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -KPIC -I/usr/openwin/include -DUSE_XSHM -DNDEBUG -DLIBRARYBUILD libtess/priorityq.c -o libtess/priorityq.o cc -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -KPIC -I/usr/openwin/include -DUSE_XSHM -DNDEBUG -DLIBRARYBUILD libtess/render.c -o libtess/render.o cc -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -KPIC -I/usr/openwin/include -DUSE_XSHM -DNDEBUG -DLIBRARYBUILD libtess/sweep.c -o libtess/sweep.o cc -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -KPIC -I/usr/openwin/include -DUSE_XSHM -DNDEBUG -DLIBRARYBUILD libtess/tess.c -o libtess/tess.o cc -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -KPIC -I/usr/openwin/include -DUSE_XSHM -DNDEBUG -DLIBRARYBUILD libtess/tessmono.c -o libtess/tessmono.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/interface/bezierEval.cc -o libnurbs/interface/bezierEval.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/interface/bezierPatch.cc -o libnurbs/interface/bezierPatch.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/interface/bezierPatchMesh.cc -o libnurbs/interface/bezierPatchMesh.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/interface/glcurveval.cc -o libnurbs/interface/glcurveval.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/interface/glinterface.cc -o libnurbs/interface/glinterface.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/interface/glrenderer.cc -o libnurbs/interface/glrenderer.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/interface/glsurfeval.cc -o libnurbs/interface/glsurfeval.o "libnurbs/interface/glsurfeval.cc", line 1189: Warning: which hides OpenGLSurfaceEvaluator::which. "libnurbs/interface/glsurfeval.cc", line 1235: Warning: which hides OpenGLSurfaceEvaluator::which. 2 Warning(s) detected. CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/interface/incurveeval.cc -o libnurbs/interface/incurveeval.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/interface/insurfeval.cc -o libnurbs/interface/insurfeval.o "libnurbs/interface/insurfeval.cc", line 1552: Warning: which hides OpenGLSurfaceEvaluator::which. 1 Warning(s) detected. CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/arc.cc -o libnurbs/internals/arc.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/arcsorter.cc -o libnurbs/internals/arcsorter.o "libnurbs/internals/arcsorter.cc", line 57: Warning: String literal converted to char* in formal argument 1 in call to dprintf(char*, ...). 1 Warning(s) detected. CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/arctess.cc -o libnurbs/internals/arctess.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/backend.cc -o libnurbs/internals/backend.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/basiccrveval.cc -o libnurbs/internals/basiccrveval.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/basicsurfeval.cc -o libnurbs/internals/basicsurfeval.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/bin.cc -o libnurbs/internals/bin.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/bufpool.cc -o libnurbs/internals/bufpool.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/cachingeval.cc -o libnurbs/internals/cachingeval.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/ccw.cc -o libnurbs/internals/ccw.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/coveandtiler.cc -o libnurbs/internals/coveandtiler.o "libnurbs/internals/coveandtiler.cc", line 167: Warning: String literal converted to char* in formal argument 1 in call to Backend::bgntmesh(char*). "libnurbs/internals/coveandtiler.cc", line 203: Warning: String literal converted to char* in formal argument 1 in call to Backend::bgntmesh(char*). "libnurbs/internals/coveandtiler.cc", line 215: Warning: String literal converted to char* in formal argument 1 in call to Backend::bgntmesh(char*). "libnurbs/internals/coveandtiler.cc", line 265: Warning: String literal converted to char* in formal argument 1 in call to Backend::bgntmesh(char*). "libnurbs/internals/coveandtiler.cc", line 277: Warning: String literal converted to char* in formal argument 1 in call to Backend::bgntmesh(char*). "libnurbs/internals/coveandtiler.cc", line 326: Warning: String literal converted to char* in formal argument 1 in call to Backend::bgntmesh(char*). "libnurbs/internals/coveandtiler.cc", line 338: Warning: String literal converted to char* in formal argument 1 in call to Backend::bgntmesh(char*). "libnurbs/internals/coveandtiler.cc", line 387: Warning: String literal converted to char* in formal argument 1 in call to Backend::bgntmesh(char*). "libnurbs/internals/coveandtiler.cc", line 399: Warning: String literal converted to char* in formal argument 1 in call to Backend::bgntmesh(char*). 9 Warning(s) detected. CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/curve.cc -o libnurbs/internals/curve.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/curvelist.cc -o libnurbs/internals/curvelist.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/curvesub.cc -o libnurbs/internals/curvesub.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/dataTransform.cc -o libnurbs/internals/dataTransform.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/displaylist.cc -o libnurbs/internals/displaylist.o "libnurbs/internals/displaylist.cc", line 49: Warning: String literal converted to char* in formal argument 3 in call to Pool::Pool(int, int, char*). 1 Warning(s) detected. CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/flist.cc -o libnurbs/internals/flist.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/flistsorter.cc -o libnurbs/internals/flistsorter.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/hull.cc -o libnurbs/internals/hull.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/intersect.cc -o libnurbs/internals/intersect.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/knotvector.cc -o libnurbs/internals/knotvector.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/mapdesc.cc -o libnurbs/internals/mapdesc.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/mapdescv.cc -o libnurbs/internals/mapdescv.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/maplist.cc -o libnurbs/internals/maplist.o "libnurbs/internals/maplist.cc", line 52: Warning: String literal converted to char* in formal argument 3 in call to Pool::Pool(int, int, char*). 1 Warning(s) detected. CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/mesher.cc -o libnurbs/internals/mesher.o "libnurbs/internals/mesher.cc", line 59: Warning: String literal converted to char* in formal argument 3 in call to Pool::Pool(int, int, char*). "libnurbs/internals/mesher.cc", line 97: Warning: String literal converted to char* in formal argument 1 in call to Backend::bgntmesh(char*). "libnurbs/internals/mesher.cc", line 97: Warning: String literal converted to char* in formal argument 1 in call to Backend::bgntmesh(char*). "libnurbs/internals/mesher.cc", line 97: Warning: String literal converted to char* in formal argument 1 in call to Backend::bgntmesh(char*). "libnurbs/internals/mesher.cc", line 97: Warning: String literal converted to char* in formal argument 1 in call to Backend::bgntmesh(char*). "libnurbs/internals/mesher.cc", line 97: Warning: String literal converted to char* in formal argument 1 in call to Backend::bgntmesh(char*). "libnurbs/internals/mesher.cc", line 97: Warning: String literal converted to char* in formal argument 1 in call to Backend::bgntmesh(char*). "libnurbs/internals/mesher.cc", line 97: Warning: String literal converted to char* in formal argument 1 in call to Backend::bgntmesh(char*). "libnurbs/internals/mesher.cc", line 97: Warning: String literal converted to char* in formal argument 1 in call to Backend::bgntmesh(char*). 9 Warning(s) detected. CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/monoTriangulationBackend.cc -o libnurbs/internals/monoTriangulationBackend.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/monotonizer.cc -o libnurbs/internals/monotonizer.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/mycode.cc -o libnurbs/internals/mycode.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/nurbsinterfac.cc -o libnurbs/internals/nurbsinterfac.o "libnurbs/internals/nurbsinterfac.cc", line 70: Warning: String literal converted to char* in formal argument 3 in call to Pool::Pool(int, int, char*). "libnurbs/internals/nurbsinterfac.cc", line 71: Warning: String literal converted to char* in formal argument 3 in call to Pool::Pool(int, int, char*). "libnurbs/internals/nurbsinterfac.cc", line 72: Warning: String literal converted to char* in formal argument 3 in call to Pool::Pool(int, int, char*). "libnurbs/internals/nurbsinterfac.cc", line 73: Warning: String literal converted to char* in formal argument 3 in call to Pool::Pool(int, int, char*). "libnurbs/internals/nurbsinterfac.cc", line 74: Warning: String literal converted to char* in formal argument 3 in call to Pool::Pool(int, int, char*). "libnurbs/internals/nurbsinterfac.cc", line 75: Warning: String literal converted to char* in formal argument 3 in call to Pool::Pool(int, int, char*). "libnurbs/internals/nurbsinterfac.cc", line 76: Warning: String literal converted to char* in formal argument 3 in call to Pool::Pool(int, int, char*). "libnurbs/internals/nurbsinterfac.cc", line 77: Warning: String literal converted to char* in formal argument 3 in call to Pool::Pool(int, int, char*). "libnurbs/internals/nurbsinterfac.cc", line 301: Warning: String literal converted to char* in formal argument 2 in call to NurbsTessellator::do_check_knots(Knotvector*, char*). "libnurbs/internals/nurbsinterfac.cc", line 353: Warning: String literal converted to char* in formal argument 2 in call to NurbsTessellator::do_check_knots(Knotvector*, char*). "libnurbs/internals/nurbsinterfac.cc", line 356: Warning: String literal converted to char* in formal argument 2 in call to NurbsTessellator::do_check_knots(Knotvector*, char*). 11 Warning(s) detected. CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/nurbstess.cc -o libnurbs/internals/nurbstess.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/patch.cc -o libnurbs/internals/patch.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/patchlist.cc -o libnurbs/internals/patchlist.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/quilt.cc -o libnurbs/internals/quilt.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/reader.cc -o libnurbs/internals/reader.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/renderhints.cc -o libnurbs/internals/renderhints.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/slicer.cc -o libnurbs/internals/slicer.o "libnurbs/internals/slicer.cc", line 1255: Warning: upper hides Hull::upper. "libnurbs/internals/slicer.cc", line 1255: Warning: lower hides Hull::lower. 2 Warning(s) detected. CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/sorter.cc -o libnurbs/internals/sorter.o "libnurbs/internals/sorter.cc", line 60: Warning: String literal converted to char* in formal argument 1 in call to dprintf(char*, ...). "libnurbs/internals/sorter.cc", line 68: Warning: String literal converted to char* in formal argument 1 in call to dprintf(char*, ...). "libnurbs/internals/sorter.cc", line 75: Warning: String literal converted to char* in formal argument 1 in call to dprintf(char*, ...). 3 Warning(s) detected. CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/splitarcs.cc -o libnurbs/internals/splitarcs.o "libnurbs/internals/splitarcs.cc", line 151: Warning: up hides Subdivider::up. "libnurbs/internals/splitarcs.cc", line 151: Warning: down hides Subdivider::down. 2 Warning(s) detected. CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/subdivider.cc -o libnurbs/internals/subdivider.o "libnurbs/internals/subdivider.cc", line 115: Warning: String literal converted to char* in formal argument 3 in call to Pool::Pool(int, int, char*). "libnurbs/internals/subdivider.cc", line 116: Warning: String literal converted to char* in formal argument 3 in call to Pool::Pool(int, int, char*). "libnurbs/internals/subdivider.cc", line 117: Warning: String literal converted to char* in formal argument 3 in call to Pool::Pool(int, int, char*). 3 Warning(s) detected. CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/tobezier.cc -o libnurbs/internals/tobezier.o "libnurbs/internals/tobezier.cc", line 363: Warning: String literal converted to char* in formal argument 1 in call to dprintf(char*, ...). "libnurbs/internals/tobezier.cc", line 552: Warning: inkend hides Knotspec::inkend. 2 Warning(s) detected. CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/trimline.cc -o libnurbs/internals/trimline.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/trimregion.cc -o libnurbs/internals/trimregion.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/trimvertpool.cc -o libnurbs/internals/trimvertpool.o "libnurbs/internals/trimvertpool.cc", line 55: Warning: String literal converted to char* in formal argument 3 in call to Pool::Pool(int, int, char*). 1 Warning(s) detected. CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/uarray.cc -o libnurbs/internals/uarray.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/internals/varray.cc -o libnurbs/internals/varray.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/nurbtess/directedLine.cc -o libnurbs/nurbtess/directedLine.o "libnurbs/nurbtess/directedLine.cc", line 71: Warning: sline hides directedLine::sline. 1 Warning(s) detected. CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/nurbtess/gridWrap.cc -o libnurbs/nurbtess/gridWrap.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/nurbtess/monoChain.cc -o libnurbs/nurbtess/monoChain.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/nurbtess/monoPolyPart.cc -o libnurbs/nurbtess/monoPolyPart.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/nurbtess/monoTriangulation.cc -o libnurbs/nurbtess/monoTriangulation.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/nurbtess/partitionX.cc -o libnurbs/nurbtess/partitionX.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/nurbtess/partitionY.cc -o libnurbs/nurbtess/partitionY.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/nurbtess/polyDBG.cc -o libnurbs/nurbtess/polyDBG.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/nurbtess/polyUtil.cc -o libnurbs/nurbtess/polyUtil.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/nurbtess/primitiveStream.cc -o libnurbs/nurbtess/primitiveStream.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/nurbtess/quicksort.cc -o libnurbs/nurbtess/quicksort.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/nurbtess/rectBlock.cc -o libnurbs/nurbtess/rectBlock.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/nurbtess/sampleComp.cc -o libnurbs/nurbtess/sampleComp.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/nurbtess/sampleCompBot.cc -o libnurbs/nurbtess/sampleCompBot.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/nurbtess/sampleCompRight.cc -o libnurbs/nurbtess/sampleCompRight.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/nurbtess/sampleCompTop.cc -o libnurbs/nurbtess/sampleCompTop.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/nurbtess/sampleMonoPoly.cc -o libnurbs/nurbtess/sampleMonoPoly.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/nurbtess/sampledLine.cc -o libnurbs/nurbtess/sampledLine.o CC -c -I../../../include -Iinclude -Iinternals -Ilibnurbs/internals -Ilibnurbs/interface -Ilibnurbs/nurbtess -O -DNDEBUG -DLIBRARYBUILD libnurbs/nurbtess/searchTree.cc -o libnurbs/nurbtess/searchTree.o CC=cc CXX=CC ../../../bin/mklib -o GLU -major 1 \ -minor 3 -patch 060201 \ -cplusplus -static -install ../../../lib \ -L../../../lib -lGL -lm libutil/error.o libutil/glue.o libutil/mipmap.o libutil/project.o libutil/quad.o libutil/registry.o libtess/dict.o libtess/geom.o libtess/memalloc.o libtess/mesh.o libtess/normal.o libtess/priorityq.o libtess/render.o libtess/sweep.o libtess/tess.o libtess/tessmono.o libnurbs/interface/bezierEval.o libnurbs/interface/bezierPatch.o libnurbs/interface/bezierPatchMesh.o libnurbs/interface/glcurveval.o libnurbs/interface/glinterface.o libnurbs/interface/glrenderer.o libnurbs/interface/glsurfeval.o libnurbs/interface/incurveeval.o libnurbs/interface/insurfeval.o libnurbs/internals/arc.o libnurbs/internals/arcsorter.o libnurbs/internals/arctess.o libnurbs/internals/backend.o libnurbs/internals/basiccrveval.o libnurbs/internals/basicsurfeval.o libnurbs/internals/bin.o libnurbs/internals/bufpool.o libnurbs/internals/cachingeval.o libnurbs/internals/ccw.o libnurbs/internals/coveandtiler.o libnurbs/internals/curve.o libnurbs/internals/curvelist.o libnurbs/internals/curvesub.o libnurbs/internals/dataTransform.o libnurbs/internals/displaylist.o libnurbs/internals/flist.o libnurbs/internals/flistsorter.o libnurbs/internals/hull.o libnurbs/internals/intersect.o libnurbs/internals/knotvector.o libnurbs/internals/mapdesc.o libnurbs/internals/mapdescv.o libnurbs/internals/maplist.o libnurbs/internals/mesher.o libnurbs/internals/monoTriangulationBackend.o libnurbs/internals/monotonizer.o libnurbs/internals/mycode.o libnurbs/internals/nurbsinterfac.o libnurbs/internals/nurbstess.o libnurbs/internals/patch.o libnurbs/internals/patchlist.o libnurbs/internals/quilt.o libnurbs/internals/reader.o libnurbs/internals/renderhints.o libnurbs/internals/slicer.o libnurbs/internals/sorter.o libnurbs/internals/splitarcs.o libnurbs/internals/subdivider.o libnurbs/internals/tobezier.o libnurbs/internals/trimline.o libnurbs/internals/trimregion.o libnurbs/internals/trimvertpool.o libnurbs/internals/uarray.o libnurbs/internals/varray.o libnurbs/nurbtess/directedLine.o libnurbs/nurbtess/gridWrap.o libnurbs/nurbtess/monoChain.o libnurbs/nurbtess/monoPolyPart.o libnurbs/nurbtess/monoTriangulation.o libnurbs/nurbtess/partitionX.o libnurbs/nurbtess/partitionY.o libnurbs/nurbtess/polyDBG.o libnurbs/nurbtess/polyUtil.o libnurbs/nurbtess/primitiveStream.o libnurbs/nurbtess/quicksort.o libnurbs/nurbtess/rectBlock.o libnurbs/nurbtess/sampleComp.o libnurbs/nurbtess/sampleCompBot.o libnurbs/nurbtess/sampleCompRight.o libnurbs/nurbtess/sampleCompTop.o libnurbs/nurbtess/sampleMonoPoly.o libnurbs/nurbtess/sampledLine.o libnurbs/nurbtess/searchTree.o mklib: Making SunOS static library: libGLU.a ar: creating libGLU.a ar: writing libGLU.a a - libutil/error.o a - libutil/glue.o a - libutil/mipmap.o a - libutil/project.o a - libutil/quad.o a - libutil/registry.o a - libtess/dict.o a - libtess/geom.o a - libtess/memalloc.o a - libtess/mesh.o a - libtess/normal.o a - libtess/priorityq.o a - libtess/render.o a - libtess/sweep.o a - libtess/tess.o a - libtess/tessmono.o a - libnurbs/interface/bezierEval.o a - libnurbs/interface/bezierPatch.o a - libnurbs/interface/bezierPatchMesh.o a - libnurbs/interface/glcurveval.o a - libnurbs/interface/glinterface.o a - libnurbs/interface/glrenderer.o a - libnurbs/interface/glsurfeval.o a - libnurbs/interface/incurveeval.o a - libnurbs/interface/insurfeval.o a - libnurbs/internals/arc.o a - libnurbs/internals/arcsorter.o a - libnurbs/internals/arctess.o a - libnurbs/internals/backend.o a - libnurbs/internals/basiccrveval.o a - libnurbs/internals/basicsurfeval.o a - libnurbs/internals/bin.o a - libnurbs/internals/bufpool.o a - libnurbs/internals/cachingeval.o a - libnurbs/internals/ccw.o a - libnurbs/internals/coveandtiler.o a - libnurbs/internals/curve.o a - libnurbs/internals/curvelist.o a - libnurbs/internals/curvesub.o a - libnurbs/internals/dataTransform.o a - libnurbs/internals/displaylist.o a - libnurbs/internals/flist.o a - libnurbs/internals/flistsorter.o a - libnurbs/internals/hull.o a - libnurbs/internals/intersect.o a - libnurbs/internals/knotvector.o a - libnurbs/internals/mapdesc.o a - libnurbs/internals/mapdescv.o a - libnurbs/internals/maplist.o a - libnurbs/internals/mesher.o a - libnurbs/internals/monoTriangulationBackend.o a - libnurbs/internals/monotonizer.o a - libnurbs/internals/mycode.o a - libnurbs/internals/nurbsinterfac.o a - libnurbs/internals/nurbstess.o a - libnurbs/internals/patch.o a - libnurbs/internals/patchlist.o a - libnurbs/internals/quilt.o a - libnurbs/internals/reader.o a - libnurbs/internals/renderhints.o a - libnurbs/internals/slicer.o a - libnurbs/internals/sorter.o a - libnurbs/internals/splitarcs.o a - libnurbs/internals/subdivider.o a - libnurbs/internals/tobezier.o a - libnurbs/internals/trimline.o a - libnurbs/internals/trimregion.o a - libnurbs/internals/trimvertpool.o a - libnurbs/internals/uarray.o a - libnurbs/internals/varray.o a - libnurbs/nurbtess/directedLine.o a - libnurbs/nurbtess/gridWrap.o a - libnurbs/nurbtess/monoChain.o a - libnurbs/nurbtess/monoPolyPart.o a - libnurbs/nurbtess/monoTriangulation.o a - libnurbs/nurbtess/partitionX.o a - libnurbs/nurbtess/partitionY.o a - libnurbs/nurbtess/polyDBG.o a - libnurbs/nurbtess/polyUtil.o a - libnurbs/nurbtess/primitiveStream.o a - libnurbs/nurbtess/quicksort.o a - libnurbs/nurbtess/rectBlock.o a - libnurbs/nurbtess/sampleComp.o a - libnurbs/nurbtess/sampleCompBot.o a - libnurbs/nurbtess/sampleCompRight.o a - libnurbs/nurbtess/sampleCompTop.o a - libnurbs/nurbtess/sampleMonoPoly.o a - libnurbs/nurbtess/sampledLine.o a - libnurbs/nurbtess/searchTree.o mklib: Installing libGLU.a in ../../../lib cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_8x13.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_9x15.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_bitmap.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_bwidth.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_cindex.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_cmap.c "glut_cmap.c", line 140: warning: initializer does not fit or is out of range: -1 cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_cursor.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_dials.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_dstr.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_event.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_ext.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_fullscrn.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_gamemode.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_get.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_glxext.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_hel10.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_hel12.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_hel18.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_init.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_input.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_joy.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_key.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_keyctrl.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_keyup.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_menu.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_menu2.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_mesa.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_modifier.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_mroman.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_overlay.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_roman.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_shapes.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_space.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_stroke.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_swap.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_swidth.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_tablet.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_teapot.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_tr10.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_tr24.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_util.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_vidresize.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_warp.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_win.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glut_winmisc.c cc -c -I../../../include -KPIC -I/usr/openwin/include -DUSE_XSHM layerutil.c CC=cc CXX=CC ../../../bin/mklib -o glut \ -major 3 -minor 7 \ -patch 1 -static -install ../../../lib \ -L../../../lib -lGLU -lGL -lX11 -lXmu -lXt -lXi -lm glut_8x13.o glut_9x15.o glut_bitmap.o glut_bwidth.o glut_cindex.o glut_cmap.o glut_cursor.o glut_dials.o glut_dstr.o glut_event.o glut_ext.o glut_fullscrn.o glut_gamemode.o glut_get.o glut_glxext.o glut_hel10.o glut_hel12.o glut_hel18.o glut_init.o glut_input.o glut_joy.o glut_key.o glut_keyctrl.o glut_keyup.o glut_menu.o glut_menu2.o glut_mesa.o glut_modifier.o glut_mroman.o glut_overlay.o glut_roman.o glut_shapes.o glut_space.o glut_stroke.o glut_swap.o glut_swidth.o glut_tablet.o glut_teapot.o glut_tr10.o glut_tr24.o glut_util.o glut_vidresize.o glut_warp.o glut_win.o glut_winmisc.o layerutil.o mklib: Making SunOS static library: libglut.a ar: creating libglut.a ar: writing libglut.a a - glut_8x13.o a - glut_9x15.o a - glut_bitmap.o a - glut_bwidth.o a - glut_cindex.o a - glut_cmap.o a - glut_cursor.o a - glut_dials.o a - glut_dstr.o a - glut_event.o a - glut_ext.o a - glut_fullscrn.o a - glut_gamemode.o a - glut_get.o a - glut_glxext.o a - glut_hel10.o a - glut_hel12.o a - glut_hel18.o a - glut_init.o a - glut_input.o a - glut_joy.o a - glut_key.o a - glut_keyctrl.o a - glut_keyup.o a - glut_menu.o a - glut_menu2.o a - glut_mesa.o a - glut_modifier.o a - glut_mroman.o a - glut_overlay.o a - glut_roman.o a - glut_shapes.o a - glut_space.o a - glut_stroke.o a - glut_swap.o a - glut_swidth.o a - glut_tablet.o a - glut_teapot.o a - glut_tr10.o a - glut_tr24.o a - glut_util.o a - glut_vidresize.o a - glut_warp.o a - glut_win.o a - glut_winmisc.o a - layerutil.o mklib: Installing libglut.a in ../../../lib touch depend makedepend -Y -fdepend -I../../include GLwDrawA.c \ > /dev/null 2>&1 cc -c -I../../include -I/usr/include/Motif1.2 -I/usr/contrib/X11R6/include -I/usr/X11R6/include -KPIC -I/usr/openwin/include -DUSE_XSHM GLwDrawA.c CC=cc CXX=CC ../../bin/mklib -o GLw -major 1 -minor 0 \ -patch 0 -static -install ../../lib \ -L../../lib -lGL -lXt -lX11 GLwDrawA.o mklib: Making SunOS static library: libGLw.a ar: creating libGLw.a ar: writing libGLw.a a - GLwDrawA.o mklib: Installing libGLw.a in ../../lib Making programs for solaris-x86 cp ../../progs/util/readtex.c . cp ../../progs/util/readtex.h . cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM arbfplight.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o arbfplight cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM arbocclude.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o arbocclude cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM bounce.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o bounce cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM clearspd.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o clearspd cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM cubemap.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o cubemap cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM drawpix.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o drawpix cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM fire.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o fire cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM fogcoord.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o fogcoord cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM fplight.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o fplight cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM gamma.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o gamma cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM gears.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o gears cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM geartrain.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o geartrain cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glinfo.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o glinfo cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM gloss.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o gloss cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM gltestperf.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o gltestperf cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM glutfx.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o glutfx cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM isosurf.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o isosurf cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM ipers.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o ipers cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM lodbias.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o lodbias cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM morph3d.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o morph3d cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM multiarb.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o multiarb cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM occlude.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o occlude cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM osdemo.c -L../../lib -lglut -lOSMesa -lGLU -lGL -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o osdemo cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM paltex.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o paltex cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM pixeltex.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o pixeltex cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM pointblast.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o pointblast cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM ray.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o ray cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM readpix.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o readpix cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM reflect.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o reflect cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM renormal.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o renormal cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM shadowtex.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o shadowtex cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM spectex.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o spectex cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM spriteblast.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o spriteblast cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM stex3d.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o stex3d cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM teapot.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o teapot cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM terrain.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o terrain cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM tessdemo.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o tessdemo cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM texcyl.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o texcyl cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM texdown.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o texdown cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM texenv.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o texenv cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM texobj.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o texobj cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM trispd.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o trispd cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM tunnel.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o tunnel cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM tunnel2.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o tunnel2 cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM winpos.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o winpos cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM aaindex.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o aaindex cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM aapoly.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o aapoly cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM aargb.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o aargb cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM accanti.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o accanti cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM accpersp.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o accpersp cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM alpha.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o alpha cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM alpha3D.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o alpha3D cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM anti.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o anti cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM bezcurve.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o bezcurve cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM bezmesh.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o bezmesh cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM checker.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o checker cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM clip.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o clip cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM colormat.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o colormat cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM cube.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o cube cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM depthcue.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o depthcue cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM dof.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o dof cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM double.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o double cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM drawf.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o drawf cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM feedback.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o feedback cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM fog.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o fog cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM fogindex.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o fogindex cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM font.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o font cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM hello.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o hello cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM image.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o image cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM light.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o light cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM lines.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o lines cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM list.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o list cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM material.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o material cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM mipmap.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o mipmap cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM model.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o model cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM movelight.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o movelight cc -I../../include -KPIC -I/usr/openwin/include -DUSE_XSHM nurbs.c -L../../lib -L/usr/openwin/lib -R/usr/openwin/lib -lX11 -lXext -lXmu -lXi -lm -lglut -lGLU -lGL -o nurbs Undefined first referenced symbol in file __1cG__CrunMex_rethrow_q6F_v_ ../../lib/libGLU.a(glinterface.o) __1c2N6FI_pv_ ../../lib/libGLU.a(tobezier.o) __1c2n6FI_pv_ ../../lib/libGLU.a(glinterface.o) __1c2K6Fpv_v_ ../../lib/libGLU.a(quilt.o) __1c2k6Fpv_v_ ../../lib/libGLU.a(glinterface.o) ld: fatal: Symbol referencing errors. No output written to nurbs *** Error code 1 make: Fatal error: Command failed for target `nurbs' Current working directory /local/henry/Mesa-6.2.1-test/progs/redbook *** Error code 1 The following command caused the error: for dir in demos redbook samples xdemos ; do \ if [ -d $dir ] ; then \ (cd $dir ; make) || exit 1 ; \ fi \ done make: Fatal error: Command failed for target `subdirs' Current working directory /local/henry/Mesa-6.2.1-test/progs *** Error code 1 The following command caused the error: for dir in src progs ; do \ (cd $dir ; make) || exit 1 ; \ done make: Fatal error: Command failed for target `default' Current working directory /local/henry/Mesa-6.2.1-test *** Error code 1 make: Fatal error: Command failed for target `solaris-x86'