<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <pre>Hi All,
        I have downloaded Mesa7.5 and built the libraries in 64 
bit on MAC using make file. I used the following commands in the 
terminal to build the libraries:

./configure --enable-64-bit
make

Now I loaded the libraries using <b>dlopen() </b>function on Snow Leopard. The libraries loaded without any problem. But the same libraries are not loading on Leopard machine.

Is there any configuration changes that needs to be done for loading the mesa libraries on Leopard?

Thanks,
Dheeraj.


</pre>
  </body>
</html>