Hanno Böck wrote: > Hi, > > To make correct installation on 64 bit machines possible, I've introduced a > new var INSTALL_LIB_DIR and set it to $(INSTALL_DIR)/lib64 on amd64 (should > probably be done on other archs, too). > > Attached patch, please apply.
I might redo this in a different way. I think I'll change LIB_DIR to be either 'lib' or 'lib64' instead of $(TOP)/lib or $(TOP)/lib64. Then, in the Makefiles, replace occurances of $(LIB_DIR) with $(TOP)/$(LIB_DIR) and in the install rules replace $(INSTALL_DIR)/lib with $(INSTALL_DIR)/$(LIB_DIR) That way, there's only one var that has to be set to 'lib' or 'lib64', not two. -Brian ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
