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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: border1.nntp.dca3.giganews.com!backlog4.nntp.dca3.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!newspeer1.nac.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: Programming in Linux =?windows-1252?Q?=96_Cold_Start=2E?= Date: Thu, 12 Dec 2013 13:27:51 -0600 Organization: Aioe.org NNTP Server Message-ID: References: Reply-To: nma@12000.org NNTP-Posting-Host: 0Pcux14FuO573J/+yVq1JA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 X-Notice: Filtered by postfilter v. 0.8.2 X-Original-Bytes: 1839 Xref: number.nntp.dca.giganews.com comp.lang.ada:184241 Date: 2013-12-12T13:27:51-06:00 List-Id: On 12/12/2013 1:08 PM, erlo wrote: > Install Linux in a VM, that way you donøt need to repartition. > Ludvic Brenta maintains an Ada compiler for Debian. Ubuntus repository > includes GNAT too. If you choose Ubuntu, go for Xubuntu as it is easy on > the resources. > That is what I have. I've been using Linux for years, on VBox. There is no reason at all to partition a disk. Using shared drives, you mount your windows disk (say D:\ drive) from linux. So you have access to all your windows data from Linux. So all your data stays where it is now. On windows, and you can access it from Linux or windows. Best of both worlds. I use Linux for compiling/Latex things, and windows for other stuff I need there. This is the command I use to mount my windows disk to Linux: mount -t vboxsf -o uid=1000,gid=1000 me /media/me You can install gnat using the package manager from Linux. That is it. --Nasser