Jump to content
TrinityCore

maximt

Plebs
  • Posts

    2
  • Joined

  • Last visited

Everything posted by maximt

  1. compile trinity on mandriva 2009.0, gcc 4.3.2 have error CMakeFiles/authserver.dir/Realms/RealmList.cpp.o: In function `RealmList::UpdateRealms(bool)': RealmList.cpp:(.text+0xfb5): undefined reference to `__sync_fetch_and_sub_4' I know that can be solved by cpp flag -march=i686 trying cmake ../ -DCMAKE_C_FLAGS="-O3 -pipe" -DCMAKE_CXX_FLAGS="${CMAKE_C_FLAGS} -march=i686" -DDO_RA=1 -DLARGE_CELL=1 -DPREFIX=~/release but that is not working
×
×
  • Create New...