LibRaw is specially built as static (not dynamic) library under unix systems because ABI is changed frequently and there is no way to translate ABI of one version into data layout of another one.
However, it is possible to specify CFLAGS/CXXFLAGS/LDFLAGS on ./configure call.
LibRaw is specially built as static (not dynamic) library under unix systems because ABI is changed frequently and there is no way to translate ABI of one version into data layout of another one.
However, it is possible to specify CFLAGS/CXXFLAGS/LDFLAGS on ./configure call.