libtensorflow_all.so: undefined reference to ****
Essenlin opened this issue · 2 comments
Essenlin commented
Hi, When i build the examples, error occured.
libtensorflow_all.so: undefined reference to `tensorflow::OpDef_ArgDef::OpDef_ArgDef()'
SebastienLinker commented
I solved this error by adding the flag '--config=monolithic' when building tensorflow
vincentcaux commented
Worked for me, thanks!