On 08/21/2013 10:06 AM, Brian Paul wrote:
> On 08/20/2013 03:18 PM, Matt Turner wrote:
>> The Gallium implementation is apparently not ready for regular
>> consumption, so as much as I hate adding more build-time options, here's
>> another.
>>
> 
> The intention was for the old/swrast version of OSMesa would wind up in 
> lib/ while the gallium version would wind up in lib/gallium/.  I thought 
> that's what I implemented.  Or is it "make install" that's causing 
> overwriting?
> 

After make install :

  my install directory has no lib/gallium

  my install directory has /lib/libOSMesa.so.8.0.0 which is the gallium
  version and symlinks to it.

  my build directory has lib/libOSMesa.so and lib/libOSMesa.so.8 which
  are symlinks to libOSMesa.so.8.0.0 which does not exist.

  my build directory has lib/gallium

  my build directory has libOSMesa.so.8.0.0 and symlinks to it in
  lib/gallium

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to