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 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-19 03:00:09 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.icl.net!newsfeed.fjserv.net!news.tdcnorge.no!uninett.no!news.algonet.se!algonet!news-stob.telia.net!telia.net!217.209.241.173.MISMATCH!masternews.telia.net.!newsb.telia.net.POSTED!not-for-mail From: David Holm Newsgroups: comp.lang.ada Subject: Re: Ada OpenGL bindings, how to use them with gnat ? Message-ID: <20030719120004.083156ae.david@realityrift.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> <4a1641ae.0307181346.64781346@posting.google.com> X-Newsreader: Sylpheed version 0.8.10claws (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Sat, 19 Jul 2003 10:00:07 GMT NNTP-Posting-Host: 217.208.105.88 X-Complaints-To: abuse@telia.com X-Trace: newsb.telia.net 1058608807 217.208.105.88 (Sat, 19 Jul 2003 12:00:07 CEST) NNTP-Posting-Date: Sat, 19 Jul 2003 12:00:07 CEST Organization: Telia Internet Xref: archiver1.google.com comp.lang.ada:40502 Date: 2003-07-19T10:00:07+00:00 List-Id: Try reinstalling nvidia-driver. According to the pkg-plist it should have installed libGL.so and libGL.a for you so something must be wrong. Also, check /usr/local/lib, /usr/lib is only for system files so you won't find it there. If you run glxinfo does it say you are using nvidias drivers and that direct rendering is enabled? If you run glxgears does it run accelerated? (On my gf2 I get about 1200 fps in linux and 1500 fps in freebsd 5). //David Holm On 18 Jul 2003 14:46:28 -0700 fab102@bluemail.ch (Karim) wrote: > 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 ?