Other tips

If ronning ./configure fails while compiling and you get errors like: undefined reference to pthread_create etc., then you can successfully compile stuff under OpenZaurus by using the following syntax when configuring:

$ CFLAGS=-lpthread ./configure

I had this problem when compiling W3M and succesfully solved it this way.


.