> I can try compiling with debug flags if you let me
> know what to pass to ./configure.
Typically, you can use:
./configure CFLAGS="-O0 -g3" && make -j8 && make install
DESTDIR=/tmp/my_install
If you can print:
print source
print dest
print copyBuff
print qLen
print ampargs
Thanks again!