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

Reply via email to