From owner-freebsd-questions Sun Aug 8 23:48:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.pchost.com (pchost.com [203.24.253.109]) by hub.freebsd.org (Postfix) with SMTP id 7CE9214F39 for ; Sun, 8 Aug 1999 23:47:22 -0700 (PDT) (envelope-from kyle@pchost.com) Received: (qmail 50960 invoked from network); 9 Aug 1999 06:53:58 -0000 Received: from bob.pchost.com (HELO pchost.com) (203.24.253.107) by pchost.com with SMTP; 9 Aug 1999 06:53:58 -0000 Message-ID: <37AE79F7.D1E843BE@pchost.com> Date: Mon, 09 Aug 1999 16:49:27 +1000 From: Kyle Buttress X-Mailer: Mozilla 4.6 [en] (X11; I; Linux 2.0.36 i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions List Subject: Mesa ??? Content-Type: multipart/alternative; boundary="------------DEA506EF878F7A0D4E78B5E6" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --------------DEA506EF878F7A0D4E78B5E6 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I am trying to compile a simple mesa program but keep getting the following errors. /var/tmp/ccH130141.o: In function `display': /var/tmp/ccH130141.o(.text+0x9): undefined reference to `glClear' /var/tmp/ccH130141.o(.text+0x20): undefined reference to `glColor3f' /var/tmp/ccH130141.o(.text+0x2a): undefined reference to `glBegin' How can I get it all straight?? What am I not referencing and what am I missing? Thanks -- Gauls! We have nothing to fear; except perhaps that the sky may fall on our heads tomorrow. But as we all know, tomorrow never comes!! -- Adventures of Asterix. --------------DEA506EF878F7A0D4E78B5E6 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit Hi,

I am trying to compile a simple mesa program but keep getting the following errors.

/var/tmp/ccH130141.o: In function `display':
/var/tmp/ccH130141.o(.text+0x9): undefined reference to `glClear'
/var/tmp/ccH130141.o(.text+0x20): undefined reference to `glColor3f'
/var/tmp/ccH130141.o(.text+0x2a): undefined reference to `glBegin'

How can I get it all straight??  What am I not referencing and what am I missing?

Thanks
 
 

-- 
Gauls!  We have nothing to fear; except perhaps that the sky may fall
on our heads tomorrow.  But as we all know, tomorrow never comes!!
                -- Adventures of Asterix.
  --------------DEA506EF878F7A0D4E78B5E6-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message