error occured in libabsl_throw_delegate.a #1235
HyungSikYoon
started this conversation in
General
Replies: 1 comment
-
I solved this problem. It's a compiler option problem. Thank you guys. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am a newbe developer in Ubuntu. When I build source, I got the following error.
But I don't know how to solve it. Do you have any ideas to solve this?
/usr/bin/ld: /usr/local/lib/libabsl_throw_delegate.a(throw_delegate.cc.o): undefined reference to symbol '_ZTISt16invalid_argument'
build command
gcc -o ./Release/IS @"IS.txt" -L. -L/opt/iCentral/iCentral/lib -lpthread -lMVSDK -lgrpc -lgrpc++ -lgrpc++_alts -lgrpc++_error_details -lgrpc_plugin_support -lgrpcpp_channelz -lgrpc++_reflection -lgrpc_unsecure -lgrpc++_unsecure -lz -lprotobuf
pkg-config --cflags --libs opencv
pkg-config --cflags --libs grpc++
OS information
Distributor ID: Ubuntu
Description: Ubuntu 22.04 LTS
Release: 22.04
Codename: jammy
gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Beta Was this translation helpful? Give feedback.
All reactions