Folks-<br><br>I got the latest git reepository of mesa and dir.  I performed an autogen.sh showing packages correctly installed according to its check.  When I make the code, I get the following errors when it tries to build the i965_dri.so;<br>
<br>./.libs/i965_dri.so: undefined reference to `ralloc_context&#39;<br>./.libs/i965_dri.so: undefined reference to `_mesa_update_framebuffer&#39;<br>./.libs/i965_dri.so: undefined reference to `_mesa_lookup_renderbuffer&#39;<br>
./.libs/i965_dri.so: undefined reference to `_mesa_framebuffer_renderbuffer&#39;<br>./.libs/i965_dri.so: undefined reference to `_mesa_init_vertex_program&#39;<br>./.libs/i965_dri.so: undefined reference to `glsl_type::uint_type&#39;<br>
./.libs/i965_dri.so: undefined reference to `ir_print_visitor::ir_print_visitor()&#39;<br>./.libs/i965_dri.so: undefined reference to `_swrast_Bitmap&#39;<br>./.libs/i965_dri.so: undefined reference to `ir_hierarchical_visitor::visit_enter(ir_assignment*)&#39;<br>
./.libs/i965_dri.so: undefined reference to `_mesa_is_format_integer_color&#39;<br>./.libs/i965_dri.so: undefined reference to `hash_table_dtor&#39;<br>./.libs/i965_dri.so: undefined reference to `_mesa_warning&#39;<br>./.libs/i965_dri.so: undefined reference to `_mesa_get_incomplete_framebuffer&#39;<br>
./.libs/i965_dri.so: undefined reference to `_mesa_destroy_shader_compiler&#39;<br>./.libs/i965_dri.so: undefined reference to `ir_hierarchical_visitor::visit_leave(ir_expression*)&#39;<br>./.libs/i965_dri.so: undefined reference to `glsl_type::get_array_instance(glsl_type const*, unsigned int)&#39;<br>
./.libs/i965_dri.so: undefined reference to `_tnl_CreateContext&#39;<br>./.libs/i965_dri.so: undefined reference to `_mesa_enable_extension&#39;<br>./.libs/i965_dri.so: undefined reference to `ir_variable::determine_interpolation_mode(bool)&#39;<br>
./.libs/i965_dri.so: undefined reference to `_mesa_lookup_enum_by_nr&#39;<br>./.libs/i965_dri.so: undefined reference to `_mesa_clip_copytexsubimage&#39;<br>./.libs/i965_dri.so: undefined reference to `ir_hierarchical_visitor::visit(ir_loop_jump*)&#39;<br>
./.libs/i965_dri.so: undefined reference to `_swrast_InvalidateState&#39;<br>./.libs/i965_dri.so: undefined reference to `ir_hierarchical_visitor::visit_leave(ir_function*)&#39;<br>./.libs/i965_dri.so: undefined reference to `_mesa_meta_CopyTexSubImage1D&#39;<br>
<br>etc.  There are several of the lack of definitions.<br><br>What am I doing wrong, or do I need to do in addition to avoid these errors?<br><br>Thanks-<br><br>-Steve Farris<br>