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.
Posted by josh at May 28, 2004 01:42 PMbrilliant! this tip helped me compile mzscheme on my shiny new 6000. Any idea why this works?
Posted by: jds at June 8, 2004 07:06 AMI don't know why it works, but I'm still looking
into it. I'm glad it helped you.