From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f7991917649b63a4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-03 14:49:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: Hans Beck Newsgroups: comp.lang.ada Subject: Re: problems making OpenGL with Gnat 3.13p Date: Mon, 03 Jun 2002 23:52:05 +0200 Organization: T-Online Message-ID: <3CFBE505.4040709@t-online.de> References: <3CF658C1.3040603@t-online.de> <3CF7EF14.9000905@t-online.de> <3CFBB5A5.5000307@t-online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.t-online.com 1023140795 03 5958 KiR6bGdSSrABqr 020603 21:46:35 X-Complaints-To: abuse@t-online.com X-Sender: 07203922280-0001@t-dialin.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.9) Gecko/20020311 X-Accept-Language: en-us, en Xref: archiver1.google.com comp.lang.ada:25278 Date: 2002-06-03T23:52:05+02:00 List-Id: Hi, the glut stuff works fine :-))))) Only for interest: the Win32.Gl (->libopengl.a) contains the basic opengl ? what is then the Win32.Glu (->libgl32.a )? The glaux library still doesnt work. Even the missing symbols I described further now could found, there are new symbols missing referenced in libglaux.a: d:\PROGRA~1\GNAT\lib/libglaux.a(glaux.o)(.text+0x56):glaux.c: undefined reference to `glOrtho@48' d:\PROGRA~1\GNAT\lib/libglaux.a(glaux.o)(.text+0x664):glaux.c: undefined reference to `glClearIndex@4' d:\PROGRA~1\GNAT\lib/libglaux.a(glaux.o)(.text+0x67a):glaux.c: undefined reference to `glDrawBuffer@4' d:\PROGRA~1\GNAT\lib/libglaux.a(tk.o)(.text+0x634):tk.c: undefined reference to `wglCreateContext@4' d:\PROGRA~1\GNAT\lib/libglaux.a(tk.o)(.text+0x649):tk.c: undefined reference to `wglMakeCurrent@8' d:\PROGRA~1\GNAT\lib/libglaux.a(tk.o)(.text+0x1b3b):tk.c: undefined reference to `wglMakeCurrent@8' d:\PROGRA~1\GNAT\lib/libglaux.a(tk.o)(.text+0x1b46):tk.c: undefined reference to `wglDeleteContext@4' gnatmake: *** link failed. So as it looks to me, the openGl part of the GNAT 3.13p distribution is faulty related to the glaux stuff (as shown there is at least a wrong libgluax.a) . Thanks for help !! Hans