Date: Mon, 16 Mar 1998 10:34:53 +0200 (EET) From: Andris Pavenis To: Moshe Greenberg cc: djgpp AT delorie DOT com Subject: Re: RHIDE abd BCC2GRX work together In-Reply-To: <350cac7e.305244@news.netvision.net.il> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 16 Mar 1998, Moshe Greenberg wrote: > Hi > I Tried to install the bcc2grx graphic libarery > I pass everything except the linker. > It gives a message "The -l libbcc2 no file or directory". > The changes was in the djgpp.env . The path there have been changed > like grx that works fine. > also I add lhe line" libbcc2" and choose that lib in the project lib > option. The file is there. > It still do'nt work. > If someone know how to run it ,please give me a clue. > Moshe > gcc example.o -lbcc2 -lgrx20 -o example.exe should work (NOTE: You should have to add some more libraries or specify library search path if path to libbcc2.a or(and) libgrx20.a is not specified in RHIDE.ENV) This combination libbcc2.a + libgrx227a.a for me (I'm using modified latest beta verion of GRX). It worked earlier also with GRX versions 2.0, 2.1 and 2.2. Andris