On Mon, Aug 27, 2007 at 06:22:04PM -0500, Deanna Phillips wrote:
> Before:
> 
>         OpenGL flags are: /usr/X11R6/include
>         OpenGL libs are: /usr/X11R6/lib
> 
> After:
> 
>         OpenGL flags are: -I/usr/X11R6/include
>         OpenGL libs are: -L/usr/X11R6/lib

Doesn't it need some -l too ?
Also, see line 130:

    AC_CHECK_LIB([GL], [glBegin], [ac_cv_path_opengl_lib="-lGL -lGLU"])

And 112:

              ac_cv_path_opengl_lib="-L$i -lopengl32 =lopenglu32"

Can't set OPENGL_LIBS with that -L prefix, need more work

      OPENGL_LIBS="-L${ac_cv_path_opengl_lib}"


--strk;


_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to