Message-ID: <3876830F.713C7822@connection.com> Date: Fri, 07 Jan 2000 19:21:38 -0500 From: sam X-Mailer: Mozilla 4.6 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Rhide - Crippled??? References: <3873EBD8 DOT 5DD93E37 AT connection DOT com> <3874CF2A DOT 6B8D7076 AT inti DOT gov DOT ar> <38752987 DOT CE713D03 AT connection DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 216.13.30.89 X-Trace: 7 Jan 2000 19:36:13 -0500, 216.13.30.89 Lines: 39 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Mike Gee wrote: > In article <38752987 DOT CE713D03 AT connection DOT com>, Thu, 06 Jan 2000 18:47:21 > -0500, sam says... > > > > 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). > > > 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. > > Another solution (so that you don't play permutations with library list) > would be passing libraries to linker (in RHIDE, it's Options|Linker > options) using -(...-) option, e.g. "-( -lfirst -lsecond -lthird -)". > > This way linker would recycle them until it solves all possible > references (or runs out of fuel, whichever comes first :). > > "info ld invocation options" for more info and possible caveats. > > -- > Best regards, Mike I guess, I will have to do this since in the project window I can't get it to work and under Options/Libraries same problem. I have not even thought of doing that. Thank you Sam.