Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@sourceware.cygnus.com>
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>,
	<http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
From: "Suhaib Siddiqi" <ssiddiqi@ipass.net>
Cc: <cygwin@sourceware.cygnus.com>
Subject: RE: OpenGL 1.1
Date: Wed, 25 Aug 1999 13:31:09 -0400
Message-ID: <NDBBLHPPKKBKPBLLMFJBOEELCCAA.ssiddiqi@ipass.net>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
In-Reply-To: <199908251724.SAA23388@ceratops>
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
Importance: Normal



.1
>
>
> >> "Suhaib" == Suhaib Siddiqi <ssiddiqi@ipass.net> writes:
>
> Suhaib> No one can help you if you do not post the undefined symbols.
>
> Thanks for your response. The problem I am having is not with any one
> specific function per se, rather all 1.1 spec functions. For example:
>
> #include <windows.h>
> #include <GL/gl.h>
>
> int main()
> {
>   glEnd();
>   glBindTexture(GL_TEXTURE_2D, 1);
> }
>
> compiled with "gcc xxx.c -lopengl32" fails to link with "undefined
> reference to glBindTexture@8". If I remove the glBindTexture call it
> links OK. The same problem occurs if I use any other 1.1 spec
> function, such as glArrayElement. Obviously, I dont expect this code
> to make a sensible executable, but it shows the linking problem.
>
> Cheers,
> Jon
>
>

You consider getting Mesa libs for Cygwin B20.1.  It is @8 causing
you problems.

Go to http://www.student.uni-koeln.de/cygwin and search for Mesa 3.0 libs
for Cygwin B20.1

Suhaib


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

