Other Ångström tips

To be able to run ./configure successfully in order to compile W3M in Ångström you need to:

$ CFLAGS=-lpthread ./configure

Otherwise libgc will bomb with errors like: undefined reference to pthread_create...

Before the above step, you also have to do:

# mv /usr/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/include/openssl/bn.h /usr/lib/gcc/arm-angstrom-linux-gnueabi/4.1.2/include/openssl/bn.h.bak
for the compiler to use the unmodified /usr/include/openssl/bn.h, since the modified one gives a ton of errors and bombs.


.