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 X-Received: by 2002:a24:5f93:: with SMTP id r141mr2945005itb.4.1544561442852; Tue, 11 Dec 2018 12:50:42 -0800 (PST) X-Received: by 2002:aca:cc0f:: with SMTP id c15mr50440oig.3.1544561442640; Tue, 11 Dec 2018 12:50:42 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.166.216.MISMATCH!q69no5566itb.0!news-out.google.com!v141ni23ita.0!nntp.google.com!k10no5669itk.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 11 Dec 2018 12:50:42 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=80.216.63.238; posting-account=89rtOwoAAACwfw13aLCkK5t6_il6M4EY NNTP-Posting-Host: 80.216.63.238 References: <6bee0ed3-c298-45c9-81b0-92cc90a1f2c6@googlegroups.com> <4fc537e9-e6f2-4fce-a7be-b5230c7f2d83@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <96f1ef1d-9cc6-4b11-af0c-9eeda2120d95@googlegroups.com> Subject: Re: Licensing Paranoia and Manual Compilation Issues From: alexander@xn--junivrs-e1a.com Injection-Date: Tue, 11 Dec 2018 20:50:42 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:55019 Date: 2018-12-11T12:50:42-08:00 List-Id: > Building a dynamic library (do you mean .so? are you on a Mac or Linux?= =20 > You mention my darwin 8.1.0 release) is more so.=20 Yes. According to (this page)[1] it's accomplishable using the following co= mmand: $ gcc -shared -o libmy_lib.so *.o but that causes an error mentioning how there are "Undefined symbols for ar= chitecture x86_64:". > For licensing in arbitrary ways, the aforementioned Ada distribution is n= ot=20 > the suitable one. Another compiler distribution might meet your needs,=20 > including some FSF GNAT. GPL means tit-for-tat and thus intentionally put= s=20 > restrictions on licensing, no back doors. GPL on its own, I must say, does serve a purpose. It's nice for the author = to be able to share their source or works and still be certain nobody can (= legally anyway) steal their work and distribute it for a fee themselves. When it comes to source code licensed under GPL lacking the runtime library= exception, on the other hand, I can't say I'm too fond of it. Compilers on= their own, featuring a standard library, should always be free to use; whe= reupon the user may licence their executable in any way they want. [1] http://beru.univ-brest.fr/~singhoff/DOC/LANG/ADA/gnat_ugn_20.html