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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6ff2dff25d72cbf3 X-Google-Attributes: gid103376,public From: "Dr. Joachim Schr�er" Subject: Re: Is there an installation guide for Windows GNAT? Date: 2000/09/29 Message-ID: <8r21hs$rru@newsserv.vs.dasa.de>#1/1 X-Deja-AN: 675503442 References: <39D384E4.E01FF21E@visteon.com> <8r0btb$o10$1@nnrp1.deja.com> <39D416E7.81FA45B5@CORECOMM.net> Organization: Daimler-Benz Aerospace X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Newsgroups: comp.lang.ada Date: 2000-09-29T00:00:00+00:00 List-Id: Hello, I had similar problems after installing gnat3.13p and adagide-6.26. Look into the field: "Target Directory" in "Tools" -> "Gnat options in current directory...". I often found funny strings there and after clearing the field gcc and gnatmake work from adagide. I have no idea what "Target Directory" is good for in version 6.26. In a former version it was a useful feature, gnat wrote all generated files to the directory given there (.exe, .ali, .o ...) J. Schroer John Kern schrieb in im Newsbeitrag: 39D416E7.81FA45B5@CORECOMM.net... ... > command: > gcc -c hello.adb > I get the message: > gcc: installation problem, cannot exec `as': Invalid argument > > gcc --version > tho, returns > 2.8.1 > > The command: > make > (after trying to run /bin/rm -f *.o ...) > reports among other things > make (e=3): The system cannot find the path specified > > gnatmake > reports a dizzying list of options > > gnatmake hello > reports the invalid argument to as > > as --version > reports the FSF info and the target of `i386-pc-cygwin32' > > Any of this make any sense? > > Thanks .