Hi Norbert, I'm compiling the dlls for windows right now, I'm doing well
with ODBC, Mysql, but with Postgresql I'm having this same LibIntl
problem.  I added LTLIBINTL in the makefile in LDFLAGS and It worked.

Can you add the check for PGSql then too?

I'll check with other platforms as soon as I have them.

Cheers,
Guille

---------- Forwarded message ----------
From: Norbert Sendetzky <norb...@linuxnetworks.de>
Date: Wed, May 9, 2012 at 4:32 PM
Subject: Re: [opendbx] Problems compiling opendbx on windows with latest
MinGW and msys
To: OpenDBX devel list <libopendbx-devel@lists.sourceforge.net>


Hi Guille

> I was trying to compile mssql backend on windows (yes, I know odbc is
> recomended :P) and I was having problems with the libintl again with
Mingw.
>
> I kind of solve this changing the makefile in mssql backend folder.  I've
> changed
>
> LDFLAGS = -L/usr/local/lib -L/c/mingw/lib
>
> by
>
> LDFLAGS = -L/usr/local/lib -L/c/mingw/lib ${LTLIBINTL}
>
> And I could compile.  I'm not too versed in makefiles, so you probably
will
> find a more elegant solution for this.  Meanwhile, I'm happy I have my dll
> :).

I've added the same check as for the sqlite3 backend in order to add the
libintl library if necessary. Available since SVN rev. 365.

Could you give it a try if it build also this way on your machine?

Thanks


Norbert

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
libopendbx-devel mailing list
libopendbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libopendbx-devel
http://www.linuxnetworks.de/doc/index.php/OpenDBX
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
libopendbx-devel mailing list
libopendbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libopendbx-devel
http://www.linuxnetworks.de/doc/index.php/OpenDBX

Reply via email to