Add new comment

Place libraries *after* your

Place libraries *after* your sources in linker command line:

g++ main.cpp -o readraw -lraw -lm

-- Alex Tutubalin @LibRaw LLC