From: Peter Claessens Newsgroups: comp.os.msdos.djgpp Subject: [Fwd: Re: some please Need help whith rhide] Date: Fri, 09 Apr 1999 03:25:12 +0200 Organization: KULeuvenNet Lines: 44 Message-ID: <370D56F8.B6367935@student.kuleuven.ac.be> NNTP-Posting-Host: marvin.kulnet.kuleuven.ac.be Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: naxos.belnet.be 923621120 11092 134.58.127.3 (9 Apr 1999 01:25:20 GMT) X-Complaints-To: abuse AT belnet DOT be NNTP-Posting-Date: 9 Apr 1999 01:25:20 GMT X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en Cache-Post-Path: marvin!unknown AT kn-10-0-46-002 DOT kotnet DOT kuleuven DOT ac DOT be X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com -------- Original Message -------- Subject: Re: some please Need help whith rhide Date: Fri, 09 Apr 1999 03:23:13 +0200 From: Peter Claessens Reply-To: peter DOT claessens AT student DOT kuleuven DOT ac DOT be To: "Kam H. Chow" References: I have a similar problem with the latest version of everything (rhide 1.4.7, djgpp 2.8.1) (see my previous posting). If I compile things using Rhide and link the object files with gxx, I get multiple define errors. On the other hand, when I compile with gxx and link with rhide, everything works fine. So it has something to do with the options or switches rhide uses by default in the compilation process. It generates bad object files. The -Wall switch doesn't teach us anything. I would also be very happy if someone knew what is going on here. thanks, Peter. "Kam H. Chow" wrote: > hi > has this happened to anyone else or can some one help? > I'm using: > win 95 > rhide 1.4 > djgpp 2.8 > Every time I try to use separate compilation (that is I have a class header > file, an implementaion file and a main file) I get many error messages > when rhide trys to link. Rhide says that I have multiple implementations of > my class functions, which is wrong. I can compile and link my files at my > school using visual c++ and I can do it at home using gcc and gxx > > Does anyone no what's wrong? > thanks for your time