Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
From: "Paul Garceau" <pgarceau@teleport.com>
Organization: New Dawn Productions
To: cygwin@sourceware.cygnus.com
Date: Sun, 3 Dec 2000 13:27:53 -0800
MIME-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Subject: Re: OpenGL question
Reply-to: Paul Garceau <pgarceau@teleport.com>
Message-ID: <3A2A4A59.18990.25945B@localhost>
In-reply-to: <3A268252.6010108@philips.com>
X-mailer: Pegasus Mail for Win32 (v3.12c)

Hi folks,

On 30 Nov 2000, at 17:37, the Illustrious Maurice Vosmeijer wrote:

> Hi,
> 
> Situation:
>   Cygwin 1.1.4 installed
>   OpenGL 1.1.0-3  installed
>   Windows NT 4.0 on a PIII550 (dell)
> 
> Problem:
>   I have tried to compile the Hello.c source file from the OpenGL-src 
> package (somewhere in a redbook directory).
>   The problem I have is that when the compilation has finished the 
> linker complains that it has a undefined reference
>   to all the OpenGL and GLUT functions that are used in the linking.
> 
> The linker command line that I use in the makefile is as followes:
>   gcc -lglut32 -lglu32 -lopengl32 <a number of objects> -o TD
> 
> Question:
>   What am I doing wrong ??

	What Earnie said...also, verify that you actually have the 
.dlls somewhere if you are using the MS-OpenGL.  You may need to 
define a new path variable which includes all of the necessary 
OpenGL support as well.  Mesa3D has different lib calls than 
does MS-OpenGL.

  If you are not using MS OpenGL you will have to find out (or 
define) what the actual names of your OpenGL libraries are.

	X-Windows has different set of libs than does any other output 
format.


	Peace,

		Paul G.


Nothing real can be threatened.
    Nothing unreal exists.

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

