I'm trying to build LibJpeg using a MingW compiler.. I have no idea given the massive list of makefiles in this zip file why I can't find one compatible with MingW??

Does anyone have any clue as to why they have left this out. Could someobody (and I mean this with gratitude) tell me which makefile to use and what command prompt to use in order to build libjpeg. I'm using Code::blocks IDE with a MingW compiler.

Thanks so much...

MinGW has nothing to do with Make per se. Make is a separate utility. What error are you getting when you run make in the top level directory of libjpeg source?

And from the MinGW site information MinGW does not include make by default. Have you installed Make?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.