Message-ID: <38752987.CE713D03@connection.com> Date: Thu, 06 Jan 2000 18:47:21 -0500 From: sam X-Mailer: Mozilla 4.6 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Rhide - Crippled??? References: <3873EBD8 DOT 5DD93E37 AT connection DOT com> <3874CF2A DOT 6B8D7076 AT inti DOT gov DOT ar> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com salvador wrote: > sam wrote: > > > under RHIDE so I create a project include the c file and the mgui > > library and the GRX library but when it comes to linking it says > > 'Undefined reference...' to I believe all functions in the GRX library. > > Is RHIDE limited to only one external library? ...... > > That's because RHIDE is using the libraries in the reverse order (ld is a one > pass linker). > Go to Options|Libraries and enter the libraries in the right order (mgui first > and grx then). > > SET > > -- > Salvador Eduardo Tropea (SET). (Electronics Engineer) > Visit my home page: http://welcome.to/SetSoft or > http://www.geocities.com/SiliconValley/Vista/6552/ > Alternative e-mail: set-soft AT usa DOT net set AT computer DOT org > set AT ieee DOT org set-soft AT bigfoot DOT com > Address: Curapaligue 2124, Caseros, 3 de Febrero > Buenos Aires, (1678), ARGENTINA Phone: +(5411) 4759 0013 You are kidding. I think I have heard that or read it somewhere but, can't pay attention to everything I read. I had a feeling that something is out of order and have made one attempt at deleting the grxlib entry which I believe was the first one in the project list and adding it again But since it ended up at the front again nothing has changed so I yelled for help. Thank you. Cheers, Sam.