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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f8dc8a429208e220 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!w22g2000prj.googlegroups.com!not-for-mail From: Alexander Korolev Newsgroups: comp.lang.ada Subject: Re: GNAColl SQLite Binding Installation Problem (Mac, Snow Leopard) Date: Sat, 13 Aug 2011 09:50:02 -0700 (PDT) Organization: http://groups.google.com Message-ID: <63bf28f0-3581-40da-91b1-378f0924f6e9@w22g2000prj.googlegroups.com> References: <8db55ca7-7468-4323-a3a4-f139decd2bdc@j9g2000prj.googlegroups.com> NNTP-Posting-Host: 96.49.119.210 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1313254323 17618 127.0.0.1 (13 Aug 2011 16:52:03 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 13 Aug 2011 16:52:03 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: w22g2000prj.googlegroups.com; posting-host=96.49.119.210; posting-account=9aAl4woAAACPkuvNJOQxyBXxG_5lfu_0 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUARLECNK X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; ru-ru) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:21579 Date: 2011-08-13T09:50:02-07:00 List-Id: On Aug 11, 4:04=A0pm, Simon Wright wrote: > Alexander Korolev writes: > > - MacOS version 10.6.5 > > - GPL 2011 > > OK > > > I've implemented your recommendation. It seems to me I can proceed > > with make install step now. Just want to make all "make" steps clean > > to avoid consequenses further. > > I think so. > > > =3D=3D To run, set the environment variable LD_LIBRARY_PATH > > =3D=3D =A0 LD_LIBRARY_PATH=3D/usr/local/gnatcoll/lib/gnat:$LD_LIBRARY_P= ATH > > Of course, on Mac OS X that would be DYLD_LIBRARY_PATH. But I don't > think you'll need it. In any case, you've just built static-only! "make install" is ok. Also implemented simple bo manager with a CRUD. It works. Thanks again.