Alexander Neundorf wrote:
> On Friday 03 August 2007 09:22, Brian Paul wrote:
> ...
>> Sure, any kind of patch is OK.  I'll check in the fix.
>>
>> -Brian
> 
> One more thing, libOSMesa.a was created in lib/ but not installed on "make 
> install", only libGLU.a was installed.

The shell code at line 158 of src/mesa/Makefile should have done that:

        @if [ -e $(TOP)/$(LIB_DIR)/$(OSMESA_LIB_NAME) ]; then \
                $(INSTALL) $(TOP)/$(LIB_DIR)/libOSMesa* 
$(INSTALL_DIR)/$(LIB_DIR); \
        fi

Maybe remove the '@' and/or add some debug info to see what's up. 
Otherwise, I'll look into it later.

-Brian

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to