Trying to compile and install some source code and the ./configure is complaining the LZO library is missing. I downloaded all the gcc stuff from the download folder and can compile for the most part e.g. other packages.
Does anyone know where/if the lzo library is located?
configure: checking for LZO Library and Header files … …
checking “for lzo_asm.h”… “no”
checking “for lzo1x.h”… (/usr/local/include) yes
checking for lzo1x_decompress in -llzo… no
configure: error: LZO library not found.