Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
0.9.1
-
travis CI
-
Patch Available
Description
As mentioned on THRIFT-2534, autoconf fails to find the mingw-g++ cross compiler on travis CI. However, it does find the mingw ranlib and uses it, resulting on a link error: libparse.a: could not read symbols: Archive has no index; run ranlib to add one
It works if we specify the cross compiler by hand but it might fail then on incompatible platforms.
Does anyone have a better idea?