Search found 2 matches

by penguin007
Sep 24, 2008 2:46
Forum: Linux
Topic: Packages required for .20 and up in Ubuntu
Replies: 44
Views: 90979

Include path

Actually, it's worse than than that. Whatever program I try to compile bombs out with a ld error indicating that it cannot find the particular library.

Looks like I'll have to compile FB from source........
by penguin007
Sep 23, 2008 1:02
Forum: Linux
Topic: Packages required for .20 and up in Ubuntu
Replies: 44
Views: 90979

ld: cannot find -lgrx20

Ubuntu 7.10 Done all the good stuff and can compile console based programs. However, when trying to compile the grx_test.bas in the examples folder, I get the message: ld: cannot find -lgrx20 I think it is some problem with the path? I have also tried compiling with the -p option: fbc -p /home/mynam...