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.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM, FREEMAIL_REPLYTO_END_DIGIT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e7ad19191dac094c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-07 11:18:39 PST Reply-To: "Darren Ingram" From: "Darren Ingram" Newsgroups: comp.lang.ada References: <3cffbeb6_3@mk-nntp-1.news.uk.worldonline.com> <4519e058.0206070642.772bf5e1@posting.google.com> Subject: Re: Ada Web Server Date: Fri, 7 Jun 2002 19:19:10 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 NNTP-Posting-Host: ppp-225-7-234.friaco.access.uk.tiscali.com Message-ID: <3d00f8fc_3@mk-nntp-1.news.uk.worldonline.com> X-Trace: 7 Jun 2002 19:18:36 +0100, ppp-225-7-234.friaco.access.uk.tiscali.com Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!kibo.news.demon.net!demon!mk-nntp-1.news.uk.worldonline.com!ppp-225-7-234.friaco.access.uk.tiscali.com Xref: archiver1.google.com comp.lang.ada:25467 Date: 2002-06-07T19:19:10+01:00 List-Id: > AWS isn't really set up for use by rank programming newbies. In order > to understand the instructions, you really need to know the following: > > 1) How to tell your compiler where to look for source files. > 2) At least the bare fundamentals of editing makefiles. > > If you feel up to it, you can find out 1 by reading the Gnat User > Guide, which will be in an appropriately named program group in your > start menu. You can find out 2 by reading the GNU Make manual, which > is available online at http://www.gnu.org/manual/make-3.79.1/make.html > . Ok, thanks, i'll take a look. I'm currently at uni and am thinking of looking at AWS for my final year project. I've done programming in Ada before, but have never had to worry about this configuration side (as the university have had eveything i've needed setup already!). The project is to research into AWS and try to make an application with it ... i figured i should at least try to get it running before commiting myself to a project of it! Thanks for the info Darren