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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,63a12f4aa9290dc X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!j4g2000yqh.googlegroups.com!not-for-mail From: tonyg Newsgroups: comp.lang.ada Subject: Re: GNATColl install script problem Date: Sat, 3 Jul 2010 08:59:21 -0700 (PDT) Organization: http://groups.google.com Message-ID: <1fa9ff62-6952-4bb4-ac6a-251dcd2da06e@j4g2000yqh.googlegroups.com> References: <425d43f0-f183-4062-bc0f-aec6ee976526@20g2000vbi.googlegroups.com> <5a70b05b-c236-42d6-96b7-42378f75c9c7@i1g2000vbk.googlegroups.com> <6fbc9e8c-8a11-4be0-81bb-076317788eed@b6g2000vbr.googlegroups.com> NNTP-Posting-Host: 89.240.135.62 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1278172761 24932 127.0.0.1 (3 Jul 2010 15:59:21 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 3 Jul 2010 15:59:21 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j4g2000yqh.googlegroups.com; posting-host=89.240.135.62; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.86 Safari/533.4,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12165 Date: 2010-07-03T08:59:21-07:00 List-Id: On 2 July, 12:08, tonyg wrote: > On 2 July, 11:36, sjw wrote: > > > > > > > On Jul 2, 11:03=A0am, tonyg wrote: > > > > I get the following error when doing the make part of the installatio= n > > > - can this -j option be taken out of the script does anyone know ? > > > > tony@tony-laptop:~/Downloads/gnatcoll-gpl-2010-src$ make > > > make: [do_links] Error 1 (ignored) > > > make LIBRARY_TYPE=3Dstatic build_library_type > > > make[1]: Entering directory `/home/tony/Downloads/gnatcoll-gpl-2010- > > > src' > > > gprbuild -m -j -XLIBRARY_TYPE=3Dstatic -Pgnatcoll_build -p > > > gprbuild: illegal option "-j" on the command line > > > That should be -jn where n is "the number of concurrent processes to > > be used to compile". Either remove -j from the script or make it -j2 > > (for example). Should make no difference to the end result. > > This seems to of worked well and I think I have an installation of > gnatcoll, but have taken a look inside the include direction of the > gnatcoll directory containing the ada files I have noticed that there > seems to specfic files for postgres and sqllite but have not seen any > mysql specific files. Should I be worried ? When I say worked well the 'make test' part of the script returned an error which is make prefix=3D/home/tony/Downloads/gnatcoll-gpl-2010-src/local_install install >/dev/null cp: cannot stat `gnatcoll.html': No such file or directory make[3]: [install] Error 1 (ignored) cp: cannot stat `gnatcoll.pdf': No such file or directory make[3]: [install] Error 1 (ignored) cp: cannot stat `gnatcoll.html': No such file or directory make[3]: [install] Error 1 (ignored) cp: cannot stat `gnatcoll.pdf': No such file or directory make[3]: [install] Error 1 (ignored) make prefix=3D/home/tony/Downloads/gnatcoll-gpl-2010-src/local_install - C testsuite test make[1]: Entering directory `/home/tony/Downloads/gnatcoll-gpl-2010- src/testsuite' /home/tony/Downloads/gnatcoll-gpl-2010-src/local_install/lib/gnatcoll/ static//libgnatcoll.a(osint.o): In function `osint___elabs': osint.adb:(.text+0xda8): undefined reference to `__gnat_get_env_vars_case_sensitive' /home/tony/Downloads/gnatcoll-gpl-2010-src/local_install/lib/gnatcoll/ static//libgnatcoll.a(osint.o): In function `osint__is_writable_file': osint.adb:(.text+0x4668): undefined reference to `__gnat_is_writable_file_attr' /home/tony/Downloads/gnatcoll-gpl-2010-src/local_install/lib/gnatcoll/ static//libgnatcoll.a(osint.o): In function `osint__is_symbolic_link': osint.adb:(.text+0x46a8): undefined reference to `__gnat_is_symbolic_link_attr' /home/tony/Downloads/gnatcoll-gpl-2010-src/local_install/lib/gnatcoll/ static//libgnatcoll.a(osint.o): In function `osint__is_regular_file': osint.adb:(.text+0x46e8): undefined reference to `__gnat_is_regular_file_attr' /home/tony/Downloads/gnatcoll-gpl-2010-src/local_install/lib/gnatcoll/ static//libgnatcoll.a(osint.o): In function `osint__is_readable_file': osint.adb:(.text+0x51c8): undefined reference to `__gnat_is_readable_file_attr' /home/tony/Downloads/gnatcoll-gpl-2010-src/local_install/lib/gnatcoll/ static//libgnatcoll.a(osint.o): In function `osint__is_executable_file': osint.adb:(.text+0x5208): undefined reference to `__gnat_is_executable_file_attr' /home/tony/Downloads/gnatcoll-gpl-2010-src/local_install/lib/gnatcoll/ static//libgnatcoll.a(osint.o): In function `osint__is_directory': osint.adb:(.text+0x52a8): undefined reference to `__gnat_is_directory_attr' /home/tony/Downloads/gnatcoll-gpl-2010-src/local_install/lib/gnatcoll/ static//libgnatcoll.a(osint.o): In function `osint___elabb': osint.adb:(.text+0x9170): undefined reference to `__gnat_reset_attributes' /home/tony/Downloads/gnatcoll-gpl-2010-src/local_install/lib/gnatcoll/ static//libgnatcoll.a(osint.o): In function `osint__file_time_stamp': osint.adb:(.text+0x55f8): undefined reference to `__gnat_file_time_name_attr' /home/tony/Downloads/gnatcoll-gpl-2010-src/local_install/lib/gnatcoll/ static//libgnatcoll.a(osint.o): In function `osint__file_length': osint.adb:(.text+0x579f): undefined reference to `__gnat_file_length_attr' collect2: ld returned 1 exit status gnatlink: error when calling /home/tony/gnat/bin/gcc gnatmake: *** link failed. Compilation error make[1]: Leaving directory `/home/tony/Downloads/gnatcoll-gpl-2010-src/ testsuite' tony@tony-laptop:~/Downloads/gnatcoll-gpl-2010-src$ I have gnat installed in /gnat in my home directory and gnatcoll's prefix when configured was that same directory