Re: Firebird - link static library

2016-07-21 Thread Bunth Tamás
>>> I think it's because I created tommath.lib using the ar linux command, >>> and the result is slightly different from the .lib file that msvc >>> expects.[1][2] > > indeed, Cygwin's ar can't be used. > I corrected this, thought I have the same error. According to the msvc manual [1] either the

Re: Firebird - link static library

2016-07-21 Thread Michael Stahl
On 21.07.2016 12:55, Michael Stahl wrote: > On 20.07.2016 21:18, Bunth Tamás wrote: >> The patch: >> https://gerrit.libreoffice.org//25673/ >> >> has an error on Windows (patch set 42): >> LINK : fatal error LNK1181: cannot open input file 'tommath.lib' >> >> I think it's because I created tommath.

Re: Firebird - link static library

2016-07-21 Thread Michael Stahl
On 20.07.2016 21:18, Bunth Tamás wrote: > The patch: > https://gerrit.libreoffice.org//25673/ > > has an error on Windows (patch set 42): > LINK : fatal error LNK1181: cannot open input file 'tommath.lib' > > I think it's because I created tommath.lib using the ar linux command, > and the result

Firebird - link static library

2016-07-20 Thread Bunth Tamás
The patch: https://gerrit.libreoffice.org//25673/ has an error on Windows (patch set 42): LINK : fatal error LNK1181: cannot open input file 'tommath.lib' I think it's because I created tommath.lib using the ar linux command, and the result is slightly different from the .lib file that msvc expec