mavzermete 1
mavzermete
xranzei 1
xranzei
Manwe Work 1
Manwe Work
noisiv 1
noisiv
Hikaye Ekle

[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

HERAKLES Otomatik Avlı kalıcı sunucu. 19 Haziran'da açılıyor. Atius & Wizard güvencesiyle hemen kayıt ol, ön kayıt ödülleri aktif. HEMEN TIKLA!

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