I'm not saying I'm taking up the job, but here's a few things that you need to fix that are not related to your linker problems...
SharedFileStream.h
lines 71, 90 - changed to long for 64-bit CPU reasons
FileChunksInfo.cpp
lines 492, 597, 1009 - min() call not casting (int64_t) (or the relavent cast)
You don't have a main() either, which is sort of important.... heh.
Also, you need to add a few things to your Readme and SConstruct...
Required libs:
openssl-devel
pcre-devel