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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.ada Subject: Re: Mac Link Undefined Symbols glDispatchCompute, glBindImageTexture and glMemoryBarrier Date: Thu, 24 Oct 2019 11:06:36 -0700 Organization: None to speak of Message-ID: References: <46321161-8e9e-493a-9795-a8a7cd1e9b7b@googlegroups.com> <6bd742b7-3590-4b2d-8eb8-1dfd816c0fb7@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: reader02.eternal-september.org; posting-host="e096da6c00dbbe41006bc53171a20aff"; logging-data="23964"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/ek99zGpNu5SDQ9j0hm4Aj" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:4BFAl6UU/xOGh/S9P0GuBxRWFg4= sha1:1k2uqgo/OqN9EWBm6xKwddYemq4= Xref: reader01.eternal-september.org comp.lang.ada:57341 Date: 2019-10-24T11:06:36-07:00 List-Id: Jere writes: > On Monday, October 21, 2019 at 8:24:39 PM UTC-4, Roger wrote: >> On Monday, October 21, 2019 at 8:28:37 PM UTC+11, Simon Wright wrote: >> > Could they be (C) macros? >> >> Sorry! >> I thought I'd deleted this post. >> I found my problem in that I'd misspecfied a declaration parameter. >> The linker now finds glDispatchCompute, glBindImageTexture and glMemoryBarrier. >> Thanks for all responses. > > Since these are not forum posts, you cannot just delete them. They are > emails that get sent out as soon as you "post". You can delete some > emails from showing up on google groups, but they still go out > after you send them and if an archive site catches them, they will be > archived somewhere else on the web. Hope that helps! Mostly correct, but Usenet posts are not emails (though they have some similarities, particularly in the organization of the headers), nor are they part of the web (Usenet predates http). The Usenet protocol does provide for cancelling messages (by sending a control message that refers to the message-id of the message being cancelled), but due to past abuse (cancel messages are not authenticated) most Usenet servers ignore cancels. Note also that Google Groups merely provides an interface to Usenet. GG has the biggest archive, but the core of Usenet is a collection of independent NNTP servers. Bottom line: You almost certainly can't cancel a Usenet post once you've sent it. -- Keith Thompson (The_Other_Keith) kst-u@mib.org Will write code for food. void Void(void) { Void(); } /* The recursive call of the void */