X-Spam-Check-By: sourceware.org
Message-ID: <44C533F1.4040407@cygwin.com>
Date: Mon, 24 Jul 2006 16:56:17 -0400
From: "Larry Hall (Cygwin)" <reply-to-list-only-lh@cygwin.com>
Reply-To: cygwin@cygwin.com
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20060112 Fedora/1.5-1.fc4.remi Thunderbird/1.5 Mnenhy/0.7.4.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Need Mesa or OpenGL for compiling src rpm?
References: <797650580607241319w4c2f7426x82a9e9acdc342f6f@mail.gmail.com> <797650580607241324s9ecb8e6pf27d0cceb2804bad@mail.gmail.com>
In-Reply-To: <797650580607241324s9ecb8e6pf27d0cceb2804bad@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Arian Hojat wrote:
> Hello all,
> New to the list. enjoying messing around with cygwin as I haven't 
> dabbled in
> linux for a year (and haven't ever messed with cygwin until recently).
> (long story short: Getting message 'You need Mesa or an OpenGL-System
> to compile Armagetron.' when compiling src rpm).


<snip>


> 
> My last error cant figure out...
> 
> checking for glVertex3f in -lopengl32... no
> OpenGL not found. Maybe it needs X11 to compile? Checking that...
> checking for main in -lX11... yes
> 
> checking for main in -lXext... yes
> ./configure: line 12775: -L/usr/X11R6/lib: No such file or directory
> checking for main in -lXt... yes
> ./configure: line 12837: -L/usr/X11R6/lib: No such file or directory
> 
> checking for main in -lXi... yes
> ./configure: line 12899: -L/usr/X11R6/lib: No such file or directory
> checking for main in -lXmu... yes
> ./configure: line 12961: -L/usr/X11R6/lib: No such file or directory
> checking for glBegin in -lopengl32... no
> 
> configure: error:
>  You need Mesa or an OpenGL-System to compile Armagetron.
>  Maybe your libGL needs the X libraries and your system does not
>  find them? Read the file doc/install_linux.html.
> 
> I thought cygwin came with Mesa libs for Cygwin/X? (Cyg has... "OpenGL
> Graphics - The Mesa 3D Graphics Library provides software-based OpenGL
> support.")
> I tried somehow on command line specifying where the mesa library is. but i
> wasnt sure if this path was even right (probably not)?
> 
> % ./configure --x_libraries=/usr/X11R6
> and didnt work as well.
> I wasnt sure at this point, i was hoping for extra help.
> 
> Thanx in advance.

Sorry, I don't know anything about Armagetron but it looks to me like the
configure script is getting confused and thinks that it's looking for
the win32 OpenGL rather than libGL.dll.a.  You may need to provide the
configure script with some schooling on *.dll.a files.

-- 
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
216 Dalton Rd.                          (508) 893-9889 - FAX
Holliston, MA 01746

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

