Zaurus dlopen problem
I was trying to compile prolog on my shiny new Sharp Zaurus SL-6000 and it just wouldn’t compile.
It was telling me that dlopen was not found. I tried a test prog explicitly linking -ldl but it then
claimed that -ldl was not found. I solved this, and the prolog compilation, by specifying -ldl-2.2.2
instead of just -ldl.
I was using zgcc 2.01 (gcc 2.95.1 I believe).
More updates when I know more.
