abseil / abseil-cpp

Abseil Common Libraries (C++)

Home Page:https://abseil.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error occured in libabsl_throw_delegate.a

HyungSikYoon opened this issue · comments

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

  • compiler version
    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.