From: Brian P. <br...@va...> - 2001-06-29 13:51:26
|
Sven, can you look at this? -Brian Lans Carstensen wrote: > > Greetings! > > There is a problem with the libMesaOS.la during builds, such that > src/.libs/libGL.so.* get moved aside and not relinked on a "make > install". Instead of pointing at the .libs directory for linking, the > build is pointing to /usr/lib when relinking with -lMesaOS. > > Basically, a clean build on a clean machine won't work because of this. > The patch below fixes this. Looks like it was a typo. I was able to > rebuild Mesa 3.5 RPMs for RedHat 7.1 for some of our internal work with > this patch. If you'd like me to submit my Mesa 3.5 source RPM, I'd be > happy to - just let me know where to FTP it. > > *** src/OSmesa/Makefile.am.orig Wed Jun 27 16:02:16 2001 > --- src/OSmesa/Makefile.am Wed Jun 27 16:02:30 2001 > *************** > *** 5,11 **** > INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src > > if HAVE_OSMESA > ! lib_LTLIBRARIES = libMesaOS.la > endif > > libMesaOS_la_SOURCES = osmesa.c > --- 5,11 ---- > INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src > > if HAVE_OSMESA > ! noinst_LTLIBRARIES = libMesaOS.la > endif > > libMesaOS_la_SOURCES = osmesa.c > > -- > Lans Carstensen - la...@an... > Dreamworks Feature Animation Technology network guy |