Arama Sonuçları

  1. R

    Çözüldü mainline build ederken hata /usr/local/bin/ld: cannot find : No such file or directory

    Merhaba, mainline ile sıfırdan altyapı files yapıyorum. Server externleri güncelledim ve başka bir forumda bulduğum freebsd13.1'e geçtim şuanda build alırken bu hata ile karşılaşıyorum. linking ../game_r40020.... /usr/local/bin/ld: cannot find : No such file or directory collect2: error: ld...
  2. R

    Çözüldü mainline build ederken hata /usr/local/bin/ld: cannot find : No such file or directory

    CXXFLAGS = -std=c++11 -Wl, -rpath=/usr/local/lib/gcc9 -Wl ile -rpath'ın arasında boşluk varmış :D
  3. R

    Çözüldü mainline build ederken hata /usr/local/bin/ld: cannot find : No such file or directory

    PLATFORM = $(shell file /bin/ls | cut -d' ' -f3 | cut -d'-' -f1) GCC_VERSION = $(shell $(CC) --version 2>&1 | grep "(GCC)" | cut -d' ' -f3 | cut -d'.' -f1) BSD_VERSION = $(shell uname -v 2>&1 | cut -d' ' -f2 | cut -d'.' -f1) #P4_VERSION = $(shell svnversion -n .) P4_VERSION = $(shell cat...
Geri
Üst