From: "Alexei A. Frounze" Newsgroups: comp.os.msdos.djgpp Subject: Re: library headaches Date: Fri, 24 Mar 2000 19:09:02 +0300 Organization: MTU-Intel ISP Lines: 15 Message-ID: <38DB931E.1BDFCCB6@mtu-net.ru> References: NNTP-Posting-Host: ppp110-236.dialup.mtu-net.ru Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: gavrilo.mtu.ru 953915240 51221 212.188.110.236 (24 Mar 2000 16:27:20 GMT) X-Complaints-To: usenet-abuse AT mtu DOT ru NNTP-Posting-Date: 24 Mar 2000 16:27:20 GMT X-Mailer: Mozilla 4.61 [en] (Win95; I) X-Accept-Language: en,ru To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Btw, do you create a *project* in the RHIDE? Do you include all the C/C++ and ASM files (but not H files) to the *project*? Alexei A. Frounze Tony Kwan wrote: > > I am trying to make my first multi-file project with RHIDE but the compiler > is giving me errors which I don't know how to fix. Essentially I am > following a tutorial I got from the net on "C Libraries and Makefiles" from > DevCentral: (abbreviated)