Project

General

Profile

Compile libexiv on windows, error libstdc++.dll.a

Added by Adonai Canez almost 12 years ago

I'm trying to compile the lib Exiv to use in my project, but to make the compilation an error occurs I do not have the libstdc++.dll.a
Anybody know how to solve?


Replies (2)

RE: Compile libexiv on windows, error libstdc++.dll.a - Added by Anonymous almost 12 years ago

Yes. Open mingw/lib/gcc/mingw32/4.4.0 (check path with corresponding version of your MinGW)

File libstdc++.la

Find and modify "Names of this library":

library_names='libstdc++.dll.a'

To

library_names='libstdc++.a'

And than run make again. This should be help.

RE: Compile libexiv on windows, error libstdc++.dll.a - Added by Adonai Canez almost 12 years ago

Thanks, I finally managed to compile the library

    (1-2/2)