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-22 07:59:09 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!news.tele.dk!news.tele.dk!small.news.tele.dk!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: <20030722165839.55070a01.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> <20030719120004.083156ae.david@realityrift.com> <4a1641ae.0307220628.3780a9bd@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: Tue, 22 Jul 2003 14:59:08 GMT NNTP-Posting-Host: 217.208.105.88 X-Complaints-To: abuse@telia.com X-Trace: newsb.telia.net 1058885948 217.208.105.88 (Tue, 22 Jul 2003 16:59:08 CEST) NNTP-Posting-Date: Tue, 22 Jul 2003 16:59:08 CEST Organization: Telia Internet Xref: archiver1.google.com comp.lang.ada:40647 Date: 2003-07-22T14:59:08+00:00 List-Id: Hi, On 22 Jul 2003 07:28:25 -0700 fab102@bluemail.ch (Karim) wrote: > Hello > > I`m back. After looked in a lot of mailing lists and irc. It seems > that Nvidia and mesa don`t work nice on the same system. There are > some tools for linux to switch between the mesa and nvidia libs, but I > couldn`t find anything for FreeBSD. I never had this problem with my > old 3dfx Banshee Card. Too bad 3dfx went belly up. I've never used glide but from what I hear you can do really nifty stuff with it =). > David: Which card do you have installed on your FreeBSD system ? A GeForce 2 GTS, but I switched to Gentoo GNU/Linux so at the moment I only have FreeBSD on my server. Although I compile ada stuff on it some times and forward the output to my desktop =). > Somebody told me to install mesa and Nvidia in diffrent directories > and switch between it with LD_LIBRARY_PATH. But I don`t know, how that > work nor how to install mesa (as port package) in a diffrent > directory. I tried to re-insatll Nvidia but got some errors from it. > Now, I have setup a new FreeBSD system, and have both installed. I > even didn`t found libGL.a .. it seems that this library isn`t > installed on my system. Hell, I cannot through this library mess. Why do you want both Mesa and nVidia? Look for files called /usr/X11R6/lib/XXX-*, this is what nVidia renames the existing libGL libraries to. If you have an XXX-libGL.a.%%.orig- rename it to libGL.a and it should work. I don't think you should have both Mesa and nVidia though. That is asking for trouble. //David Holm