Staticlib zlibstatSolved

When I switched to Release build (using TURBOACTIVATE_STATIC), I received a stack of LNK warnings like this:

curllib-MD.lib(zutil.obj) : warning LNK4099: PDB 'zlibstat-md.pdb' was not found with 'curllib-MD.lib(zutil.obj)'

The build appears to be functioning normally, but I figured I should ask.

Sam

We'll look into this. It looks like it might just be a build configuration error.

I just encountered this. My build is fine, but am getting warnings related to the TurboFloat library. They read out something like this:

TurboFloat-MTd.lib(CachedAdapterData.obj) : warning LNK4099: PDB 'TurboFloatStatic.pdb' was not found with 'TurboFloat-MTd.lib(CachedAdapterData.obj)'

TurboFloat-MTd.lib(DetectVM.obj) : warning LNK4099: PDB 'TurboFloatStatic.pdb' was not found with 'TurboFloat-MTd.lib(DetectVM.obj)'

TurboFloat-MTd.lib(HardwareWin.obj) : warning LNK4099: PDB 'TurboFloatStatic.pdb' was not found with 'TurboFloat-MTd.lib(HardwareWin.obj)'

Rather than just suppress them, I'd prefer to know what's going on. It does seem like a build configuration error, and the best I could find was on stackoverflow:

http://stackoverflow.com/questions/25843883/how-to-remove-warning-lnk4099-pdb-lib-pdb-was-not-found

The highest voted answer suggests to build the library, but I obviously cannot. And while I looked at it, I didn't know how it would translate to VS2015.

Any ideas how I can keep the linker happy?

Thanks,Arie

We'll make these warnings less present in the next version (we'll strip the libraries before we release them).

TA 4.0.9 and TF 4.0.9 are now out and fix these warnings.