Yardım Build Problemi

Konu sahibi bu konuda soru soruyor. Sorusu ile ilgili bilgisi olanların yanıtlamasını bekliyor.

CalvinGiorgio

Kurumsal Üye
Kurumsal Üye
Üye
Mesaj
664
Çözümler
14
Beğeni
84
Puan
539
Ticaret Puanı
0
13 kere felan yaklaşık baştın sil kur ile build ediyorum ama böyle bir hata alıyorum yanlış yaptığım birşeyler mi var
sadece game üzerinden build etmeyi denedim
Compile: minilzo.c
linking ../../bin/release/game....
linking ../../bin/release/game_stripped....
/usr/local/bin/ld: /usr/lib/libcrypto.so.111: undefined reference to `stat@FBSD_1.5'
/usr/local/bin/ld: /usr/lib/libcrypto.so.111: undefined reference to `fstat@FBSD_1.5'
/usr/local/bin/ld: /usr/lib/libcrypto.so.111: undefined reference to `readdir@FBSD_1.5'
collect2: error: ld returned 1 exit status
gmake: *** [Makefile:112: ../../bin/release/game] Error 1
gmake: *** Waiting for unfinished jobs....
/usr/local/bin/ld: /usr/lib/libcrypto.so.111: undefined reference to `stat@FBSD_1.5'
/usr/local/bin/ld: /usr/lib/libcrypto.so.111: undefined reference to `fstat@FBSD_1.5'
/usr/local/bin/ld: /usr/lib/libcrypto.so.111: undefined reference to `readdir@FBSD_1.5'
collect2: error: ld returned 1 exit status
gmake: *** [Makefile:116: ../../bin/release/game_stripped] Error 1
 
anlıyabiliceğim şekilde anlatabilir misin nerden kaldırmam gerekiyor
game ve db bide ana dizindeki makefile dosyalarının içinde strip komutları var onlardan bahsediyor.

Ekran görüntüsü 2021-05-10 214846.jpg
 
game ve db bide ana dizindeki makefile dosyalarının içinde strip komutları var onlardan bahsediyor.

6712 eklentisini görüntüle

Compile: minilzo.c
linking ../../bin/release/game....
/usr/local/bin/ld: /usr/lib/libcrypto.so.111: undefined reference to `stat@FBSD_1.5'
/usr/local/bin/ld: /usr/lib/libcrypto.so.111: undefined reference to `fstat@FBSD_1.5'
/usr/local/bin/ld: /usr/lib/libcrypto.so.111: undefined reference to `readdir@FBSD_1.5'
collect2: error: ld returned 1 exit status
gmake: *** [Makefile:112: ../../bin/release/game] Error 1
sonuç bu şekilde
 
Compile: minilzo.c
linking ../../bin/release/game....
/usr/local/bin/ld: /usr/lib/libcrypto.so.111: undefined reference to `stat@FBSD_1.5'
/usr/local/bin/ld: /usr/lib/libcrypto.so.111: undefined reference to `fstat@FBSD_1.5'
/usr/local/bin/ld: /usr/lib/libcrypto.so.111: undefined reference to `readdir@FBSD_1.5'
collect2: error: ld returned 1 exit status
gmake: *** [Makefile:112: ../../bin/release/game] Error 1
sonuç bu şekilde
Filesin externindeki lib dosyaları farklı bir freebsd ile derlendiğinde bu şekilde hata verebiliyordu galiba yanlış hatırlıyorda olabilirim.
 
Geri
Üst