[EMAIL PROTECTED] wrote:
> 
> Hi,
> 
> libglut.so build with "automaked" Makefile is currently not linked
> against the various X libraries it needs...
> 
> Here is a simple fix:
> (Please commit to all CVS branches)
> 
> --- src-glut/Makefile.in.orig   Thu Nov 11 14:59:05 1999
> +++ src-glut/Makefile.in        Thu Nov 11 14:56:34 1999
> @@ -133,7 +133,7 @@
>  COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS)
> $(CFLAGS)
>  LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS)
> $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
>  CCLD = $(CC)
> -LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
> +LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS)
> $(X_LIBS) $(X_LIBADD) -o $@
>  DIST_COMMON =  Makefile.am Makefile.in

Thanks, I'll take care of this one.



> And why do the automaked Makefiles name all libraries "lib__.so.3.1.2"
> instead of libGL.so.1.2.310, libglut.3.7.0,... ?
>
> Please don't explain now that these version numbers are (philosphically)
> correct, I just want a practical working system! ;-)
> On system with a old libglut.so.3.6 installed, the new libglut.so.3.1
> will not be used since it seems to be an older version...

I sent email to Thommas Tanner to get this fixed but haven't received
a reply.  I don't know where the version numbers are specified for
the libraries with the auto-make scripts.  Can someone help here?

-Brian


_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to