You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i do as this git, and i can compile libtensorflow_all.so successfully, and it runs ok.
but when i want to compile a static lib libtensorflow_all.a and i just modified the linkshared = 1 to linkstatic = 1, linkshared = 0. but error occurs
error: undefined reference to 'tensorflow::OpDef::~OpDef()'
error: undefined reference to 'tensorflow::OpDefBuilder::OpDefBuilder(tensorflow::StringPiece)'
and so on...
any idea to fix this bug?
The text was updated successfully, but these errors were encountered:
i do as this git, and i can compile libtensorflow_all.so successfully, and it runs ok.
but when i want to compile a static lib libtensorflow_all.a and i just modified the linkshared = 1 to linkstatic = 1, linkshared = 0. but error occurs
error: undefined reference to 'tensorflow::OpDef::~OpDef()'
error: undefined reference to 'tensorflow::OpDefBuilder::OpDefBuilder(tensorflow::StringPiece)'
and so on...
any idea to fix this bug?
The text was updated successfully, but these errors were encountered: