Bodyguardd 1
Bodyguardd
Vahsi Uzman 1
Vahsi Uzman
Reklam vermek için turkmmo@gmail.com

[Fix-Source] Undefined Reference to std::__cxx11

  • Konuyu başlatan Konuyu başlatan SwordRex
  • Başlangıç tarihi Başlangıç tarihi
  • Cevaplar Cevaplar 6
  • Görüntüleme Görüntüleme 2K
  • Etiketler Etiketler
    celeronn11
If you have GCC>5 version, you'll see this error when the linking src:

C++:
undefined reference to std::__cxx11::basic_string when trying to link.

Open MAKEFILE(game/db/libpoly) and add this command to CFLAGS;

C++:
-D_GLIBCXX_USE_CXX11_ABI=0

Update:

If you see:

C++:
undefined reference to boost::system::generic_category()

Add this;


C++:
-lboost_system

Yabancı Forum Alıntıdır
 
If you have GCC>5 version, you'll see this error when the linking src:

C++:
undefined reference to std::__cxx11::basic_string when trying to link.

Open MAKEFILE(game/db/libpoly) and add this command to CFLAGS;

C++:
-D_GLIBCXX_USE_CXX11_ABI=0

baba47abae.png


Update:

If you see:

C++:
undefined reference to boost::system::generic_category()

Add this;

C++:
-lboost_system

Yabancı Forum Alıntıdır
fix hakkında acıklama yaparmısnı
 
If you have GCC>5 version, you'll see this error when the linking src:

C++:
undefined reference to std::__cxx11::basic_string when trying to link.

Open MAKEFILE(game/db/libpoly) and add this command to CFLAGS;

C++:
-D_GLIBCXX_USE_CXX11_ABI=0

baba47abae.png


Update:

If you see:

C++:
undefined reference to boost::system::generic_category()

Add this;

C++:
-lboost_system

Yabancı Forum Alıntıdır
Paylaşım için teşekkürler.
 

Şu an konuyu görüntüleyenler (Toplam : 0, Üye: 0, Misafir: 0)

Geri
Üst