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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.236.203.99 with SMTP id e63mr5039609yho.0.1386122110409; Tue, 03 Dec 2013 17:55:10 -0800 (PST) X-Received: by 10.49.24.109 with SMTP id t13mr302932qef.7.1386122110392; Tue, 03 Dec 2013 17:55:10 -0800 (PST) Path: border1.nntp.dca3.giganews.com!backlog3.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!p15no2691395qaj.0!news-out.google.com!p7ni8686qat.0!nntp.google.com!p15no2691391qaj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 3 Dec 2013 17:55:10 -0800 (PST) In-Reply-To: <1f81e4ac-2247-4339-85c9-81f360e22efb@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=75.161.11.227; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 75.161.11.227 References: <528f09de$0$299$14726298@news.sunsite.dk> <87ob5cygqt.fsf@adaheads.sparre-andersen.dk> <2081e5ea-8825-44a3-b20e-109c4d38182d@googlegroups.com> <041c6fe2-e448-4d49-b82c-6193d14a566c@googlegroups.com> <1f81e4ac-2247-4339-85c9-81f360e22efb@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: AWS Entry into the TechEmpower Framework Benchmark Project From: Shark8 Injection-Date: Wed, 04 Dec 2013 01:55:10 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Original-Bytes: 1983 Xref: number.nntp.dca.giganews.com comp.lang.ada:184080 Date: 2013-12-03T17:55:10-08:00 List-Id: [UPDATE] I've gotten the static build going, now it's failing on the relocatable wit= h the same error. I did this by (a) adding "-L." and "-L.." to the linker's options in, IIRC,= the common gpr file for GNATcoll; (b) enclosing "-lpq" in parentheses -- a= pparently the & operator chokes on adding a single element; (c) copying the= contents of Postgresql's lib dir to the source-dir [from which make and ./= configure are run].