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!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!1.eu.feeder.erje.net!news2.arglkargh.de!news.glorb.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: OpenToken 6.0 released References: <85r3rlg6dd.fsf@stephe-leake.org> <933e5b46-e04f-4b16-ae31-7b09a2b24d6f@googlegroups.com> Date: Sat, 25 Apr 2015 08:29:48 -0500 Message-ID: <858udgcp4j.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (windows-nt) Cancel-Lock: sha1:UEQOrRB5bqWdiviYbuky3HpDhCQ= MIME-Version: 1.0 Content-Type: text/plain X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: dea19553b96cee97f808412227 X-Received-Bytes: 1453 X-Received-Body-CRC: 526891335 Xref: news.eternal-september.org comp.lang.ada:25619 Date: 2015-04-25T08:29:48-05:00 List-Id: jan.de.kruyf@gmail.com writes: > but although you compute the bin directory, on a private > installation Opentoken does not compile since the bin directory does > not exist. By _definition_, "the bin directory" is "the directory containing gnatls". So if you are compiling with GNAT, that directory exists. If you are compiling with a different compiler, you have a problem. No makefile can cover _all_ options; that's what target-specific installer packages are for. > If it is installed in the gnat directory it would compile ofcourse > since the bin directory pre-exists. I guess you want the option to install somewhere else? You can override INSTALL_DIR on the make command line: make INSTALL_DIR= install -- -- Stephe