Mail Archives: djgpp/1998/03/16/03:43:05
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
- Raw text -