From: Ian Chapman Newsgroups: comp.os.msdos.djgpp Subject: Re: library headaches Date: Fri, 24 Mar 2000 13:10:59 -0500 Organization: Nortel Lines: 14 Message-ID: <38DBAFB3.8A32D36E@nortelnetworks.com> References: NNTP-Posting-Host: bcarib90.ca.nortel.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.7 [en] (Win95; U) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi Tony, I had something similar with samphistogram. I'm a rhide user and I set the option -o and invoked libgpp (smaphistogram is in libgpp.a) by setting gpp in options linker. If you look at the bottom of the rhide screen it should say of flash compilation complete No errors (words to that effect) followed by linking "ld -flags your program.o" after which I think you get the errors. Do not expect rhide to know if you need inline or use a non default library. Why ld gives multi definitions when it's not able to link the first I do not know. I guess we misuse it more than the original designer imagined. Not much help am I regards Ian.