- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not the usual problems though. I can build the library but the problem is what gets included into it.
-defaultlib:"libmmd" -defaultlib:"MSVCRT" -defaultlib:"libirc" -defaultlib:"svml_disp" -defaultlib:"OLDNAMES"
Can you spot the problem here?
That's right, MSVCRT does not belong there because it conflicts with LIBCMT!
Why don't you people fix those makefiles already so that only the neccessary libs get included?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Igor,
let me clarify the issue. So your point is that MSVCRT should not be included into the library in IPP zlib sample?
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Vladimir, I have a test project which links against ipp_zlib. That project is linked statically against CRT (/MT switch). I am seeing a conflict between MSVCRT which gets included by ipp_zlib, and LIBCMT which is used by the test project.
So basically I am saying that it would be nice to be able to also build ipp_zlib with LIBCMT instead of MSVCRT.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I see your point. Fortunately, ipp_zlib sample is available in sources, so you can tune it for your specific needs easely, right?
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sure, I just thought that it would be nice to have an option for that in build batch files in next revision.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I see. You can submit your request to Intel Premier Support, so it will be revised for the next version of IPP sample.
Regards,
Vladimir

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page