From: abroomsg AT cix DOT co DOT uk (Andy Broomsgove) Newsgroups: comp.os.msdos.djgpp Subject: RHIDE error message Date: Mon, 12 Oct 1998 19:00 +0100 (BST) Organization: CIX - Compulink Information eXchange Lines: 26 Message-ID: NNTP-Posting-Host: dyna25-02.compulink.co.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello I've just moved on to using DJGPP from a mainly Borland background and I've got everything set up (I think) but am experiencing a problem with the RHIDE IDE. I've written a small amount of code - the first stage in a major new version of a software product of mine - and it appears to compile OK in RHIDE, but when it moves onto the link stage it falls over with the error messages: In function 'main' multiple definition of 'main' first defined here (and indicates the top of the main() function in my code) Now I can't see any syntax errors in what I've done and I certainly haven't written more than one main function so can anybody tell me anything about this? Or is it just that RHIDE is full of bugs and nobody uses it? Any help would be appreciated. Andy