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.
2 comments »
Copy link for RSS feed for comments on this post
Leave a comment
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
brilliant! this tip helped me compile mzscheme on my shiny new 6000. Any idea why this works?
Comment by jds — June 8, 2004 @ 7:06 am
I don’t know why it works, but I’m still looking
into it. I’m glad it helped you.
Comment by josh — June 15, 2004 @ 11:01 pm