Sign In
New User? Sign Up
exiv2
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
You can search the group for older messages.

Messages

  Messages Help
Advanced
Build dll of Exiv2 0.18 in MinGW   Message List  
Reply | Forward Message #1492 of 1513 |
Re: Build dll of Exiv2 0.18 in MinGW

> > An additional option --with-zlib=/usr/local to configure should take
> > care of this
> >
>
> Oddly enough it did not work out on my system. Here's the relevant
> output from make:
>
> ../libtool --mode=link g++ -no-undefined -o libexiv2.la basicio.lo
> bmpimage.lo canonmn.lo convert.lo cr2image.lo crwimage.lo datasets.lo

I can reproduce this. The LDFLAGS setting passed to "make" overwrites
that from configure. It works here if I set LDFLAGS in the environment
before running "configure", like

OATEST-02> export LDFLAGS="-no-undefined"
OATEST-02> ./configure --with-zlib=/usr/local --disable-nls
--disable-printucs2 --disable-xmp

That results in the desired LDFLAGS value in config/config.mk and
subsequently "make" succeeds.

-ahu.





Tue Jan 6, 2009 6:47 am

zzzahu
Offline Offline
Send Email Send Email

Forward
Message #1492 of 1513 |
Expand Messages Author Sort by Date

Hi Andreas & all, I downloaded exiv2 v0.18 and I wanted to build a dll in windows using MinGW/msys. I'd like to share my results, hoping that someone more...
beppe_rota
Offline Send Email
Jan 2, 2009
3:19 pm

Hi Giuseppe, Thanks for sharing this! It's the first time I see an exiv2 DLL created on MinGW/MSYS with the existing Makefiles. So far I've only built DLLs...
Andreas Huggel
zzzahu
Offline Send Email
Jan 5, 2009
3:24 pm

Hi Andreas, and thanks again. Here's a quick follow-up on the --with-zlib=/usr/local thing. ... Oddly enough it did not work out on my system. Here's the...
beppe_rota
Offline Send Email
Jan 5, 2009
9:25 pm

... I can reproduce this. The LDFLAGS setting passed to "make" overwrites that from configure. It works here if I set LDFLAGS in the environment before running...
Andreas Huggel
zzzahu
Offline Send Email
Jan 6, 2009
6:47 am
Advanced

Copyright © 2009 Yahoo! UK. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help