So I JUST reproduced this issue on my machine, which is Fedora running GCC 5.3.1.
In my case, rebuilding the gtest was sufficient to fix it. (running make in extlibs/gtest/gtest-1.7.0/). ?The compiler was properly finding the libraries, but not finding the symbols. ? In my case, the GCC ABI changed in 5.0, so I suspect THAT could be the cause for me? ?Doing a grep on the .a files resulted in me confirming the symbols were there. I don't know why it would be different in 4.6.4 however. On Wed, 2016-04-13 at 18:39 +0000, Morrow, Joseph L wrote: > I apologize.. I had made a typo in the subject line. I meant "1.1.0- > RC3" not "1.0.0-RC3". > > > On Apr 13, 2016, at 9:07 AM, Morrow, Joseph L <joseph.l.morrow at inte > > l.com> wrote: > > > > Sorry, I forgot the attachment. Here it is! > > > > > > <iotivity build error-04132016.txt> > > > > <iotivity build error-04132016.txt> > > > > > > > On Apr 13, 2016, at 9:01 AM, Morrow, Joseph L <joseph.l.morrow at in > > > tel.com> wrote: > > > > > > Hi All, > > > > > > I am trying to build IoTivity with compiler version 4.6.4, and > > > the build is failing. Please see attached error log. > > > > > > Furthermore, when I use compiler version 5.2 (as distributed by > > > Ubuntu 15.10 x86_64), the build works fine. > > > > > > Please advise next steps or confirm the findings and we can form > > > next steps. > > > > > > Thanks, > > > > > > Joey Morrow > > _______________________________________________ > > iotivity-dev mailing list > > iotivity-dev at lists.iotivity.org > > https://lists.iotivity.org/mailman/listinfo/iotivity-dev > _______________________________________________ > iotivity-dev mailing list > iotivity-dev at lists.iotivity.org > https://lists.iotivity.org/mailman/listinfo/iotivity-dev
