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-12 02:51:00 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!ra.nrl.navy.mil!dca6-feed2.news.algx.net!allegiance!newsfeed1.cidera.com!Cidera!news100.world-online.no!news100.world-online.no!nntp.newmedia.no!news.powertech.no!uninett.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Gnat cross compiling FreeBSD to Win32 ? Date: Sun, 12 May 2002 09:50:59 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <3CD1FFC5.4050607@qwest.net> <5ee5b646.0205030057.7cb47a2d@posting.google.com> <3CDD3699.2090809@qwest.net> NNTP-Posting-Host: kiuk0156.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1021197059 1667 129.241.83.82 (12 May 2002 09:50:59 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Sun, 12 May 2002 09:50:59 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:23921 Date: 2002-05-12T09:50:59+00:00 List-Id: On Sat, 11 May 2002 21:09:12 -0400, DPH wrote: > > Not to be argumentative, but please describe. Just take debugging for > example. > [snipped description of debugging in Borland C++] GVD -- http://libre.act-europe.fr/gvd/ I didn't say that an IDE can't have advantages, I said that on Windows you feel very desperate if you don't have an IDE as you lack a lot of very nice tools. You can of course use cygwin in Windows, but at least my experience with this is that it is more cumbersome than working in Linux directly. There wouldn't be a drive to make IDE's for Linux if there are no advantages. As you can see here: http://freshmeat.net/browse/65/?topic_id=65 There are 112 tries to develop some sort of IDEs. > So, anyway, I've thought of going to Linux as described, but have > dreaded it as a step backward with having to deal with a command line > again (I hate that...) Of course, now there's Borland Builder 6 for > Linux, and GPS is coming for Ada. Wheee... You don't have to use the command line so much as you think. Here is a screenshot of my Vim editor with a simple IDE that utilises a these command line arguments for you. http://www.pvv.org/~randhol/Ada95/vim-with-IDE.png I can use this in windows too, but then I would have to install things like cygwin to get it to work. I recommend that you install Linux (Choose Debian as this is much easier distribution to work with as soon as you have gotten it installed. It is a bit harder to install than other distributions though) on a machine and try it a bit while you still use Windows to get used to it. Preben --