The order of libraries for building testgen causes linker error in C++ ----------------------------------------------------------------------
Key: AVRO-212 URL: https://issues.apache.org/jira/browse/AVRO-212 Project: Avro Issue Type: Bug Components: c++ Reporter: Thiruvalluvan M. G. Since the makefile has the boost regex library is before the libavrocpp.a the linker is not able to resolve some boost regex symbols used by libavrocpp. This happens with Cygwin g++ 3.4.4. The following patch fixes this problem -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.