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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a073fa836a03b290 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-14 08:14:32 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: [OT] Gnat cross compiling FreeBSD to Win32 ? Date: 14 May 2002 11:04:46 -0400 Organization: NASA Goddard Space Flight Center (skates.gsfc.nasa.gov) Message-ID: References: <3CD1FFC5.4050607@qwest.net> <5ee5b646.0205030057.7cb47a2d@posting.google.com> <3CDD3699.2090809@qwest.net> <4519e058.0205130633.478cc872@posting.google.com> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1021389085 27437 128.183.220.71 (14 May 2002 15:11:25 GMT) X-Complaints-To: usenet@news.gsfc.nasa.gov NNTP-Posting-Date: 14 May 2002 15:11:25 GMT User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.ada:24027 Date: 2002-05-14T15:11:25+00:00 List-Id: Preben Randhol writes: > On Tue, 14 May 2002 03:51:05 GMT, James Ross wrote: > > My prediction is that Linux will *never* be consumer grade because of > > lack of standards and ease of use. The mentality that the primary > > interface is the command line and the only way to really install > > something is to ./configure will prevail on Linux for years to come. > > Which says more about your lack of knowledge and not the current state > nor future. It is far easier to install software on Debian Linux than > any Windows version for instance. You'll have to back that up. Here's an example from my recent experience: To install GNAT 3.14p: Debian Linux: start dselect (I _think_ that's the name; I don't have my Debian system handy). type / gnat oops; only gnat 3.12 is available. Use Emacs ftp to get gnat-3.14p source from a mirror tar zxf gnat-3.14p cd gnat 3.14p ./do-config ./run-config make make install done (finally) On Windows: Use Emacs or GUI ftp client to get gnat-3.14p.exe from a mirror In Windows Explorer, double click on it follow install wizard instructions. about 4 clicks later: done Now, if I had picked an app for which Debian has a package avialable, say Emacs, the two are about the same; one click each. Still have to remember the command 'dselect' in Debian, though. -- -- Stephe