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,9d97397bba859f70 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-18 14:46:29 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!postnews1.google.com!not-for-mail From: fab102@bluemail.ch (Karim) Newsgroups: comp.lang.ada Subject: Re: Ada OpenGL bindings, how to use them with gnat ? Date: 18 Jul 2003 14:46:28 -0700 Organization: http://groups.google.com/ Message-ID: <4a1641ae.0307181346.64781346@posting.google.com> References: <4a1641ae.0307150801.71bb5d16@posting.google.com> <20030717010405.349ead8c.david@realityrift.com> <4a1641ae.0307171242.5b143037@posting.google.com> <20030717232401.70a8dbc3.david@realityrift.com> <4a1641ae.0307180239.4222f084@posting.google.com> <20030718153217.761d0b41.david@realityrift.com> <20030718192427.7a8be6d3.david@realityrift.com> NNTP-Posting-Host: 217.162.208.76 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1058564789 3675 127.0.0.1 (18 Jul 2003 21:46:29 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 18 Jul 2003 21:46:29 GMT Xref: archiver1.google.com comp.lang.ada:40489 Date: 2003-07-18T21:46:29+00:00 List-Id: Hello once again The output from the command nm /usr/X11R6/lib/libGL.so | grep glXQueryChannelRectSGIX ..is : "nm: /usr/X11R6/lib/libGL.so: no symbols" the second nm command don`t work because there is no libGL.a in this dir. I also checked the dir /usr/lib , there are no mesa or gl files installed. Howq can I fix the problem with the symbols ?