RE: [Plib-users] Library Initialization
Brought to you by:
sjbaker
From: Norman V. <nh...@ca...> - 2000-10-10 12:28:48
|
Elad Lahav writes: > >OK, I have tried to exclude as many reasons as possible for >this failure, >and this is what I got: >1. Reinstalled RH 7, with the original kernel and libraries, >and still got the same GL context issue >2. Compiled other, non-plib, GL-dependant programmes. They >seemed to work fine. >3. When trying FlightGear, I have compiled all libraries and programmes >(plib, SimGear and FlightGear), on the same machine, with the >same compiler, >at the same time (so you can't even blame it on weather changes...;-) >Anything else? Hmm... What versions of the libraries are you using ?? Did RedHat include these or did you download them ? Is there a / usr / local / include / plib that is hiding / usr / include / plib What does running this produce #include <stdio.h> #include <plib/ssg.h> iny main(int argc char **argv) { printf("Plib Version %s\n", ssgGetVersion()); } Cheers Norman |