Hi Brian,
On Thursday 02 August 2007 16:47, Brian Paul wrote:
> Alexander Neundorf wrote:
> > On Thursday 02 August 2007 16:07, Brian Paul wrote:
> > ...
> >
> >> Look for "linux-osmesa" and add your new config after.
> >
> > Ok, it works now.
> > /me feels stupid...
> >
> > I tried several things, and this is so obvious I probably tried that too.
> > Whatever.
> > The config file is attached.
>
> checked into git. Look for it in 7.0.1
I installed git, pulled mesa and had to add -lm to the config file. I
committed this to my local git.
What is the recommended way to get this change to you ?
I did git log, followed by git show <commit id> and attached the diff here.
Is this the right way to do it ?
Bye
Alex
commit 34dacba05b12f838a5c8840fb2013330309e3680
Author: Berk Geveci <[EMAIL PROTECTED]>
Date: Fri Aug 3 08:58:48 2007 -0400
for the demo -lm is also needed
Alex
diff --git a/configs/bluegene-osmesa b/configs/bluegene-osmesa
index 427673d..8e5a54b 100644
--- a/configs/bluegene-osmesa
+++ b/configs/bluegene-osmesa
@@ -24,4 +24,4 @@ PROGRAM_DIRS = osdemos
# Dependencies
OSMESA_LIB_DEPS = -lm
GLU_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(OSMESA_LIB)
-APP_LIB_DEPS = -lOSMesa -lGLU
+APP_LIB_DEPS = -lOSMesa -lGLU -lm
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev