• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux compile debian (jessy)

Fu Manchu

Sepultra™
Joined
Jan 28, 2011
Messages
439
Reaction score
9
i cant remember how to do the code boxes.... but

checking for main in -lboost_thread-gcc-mt... no
checking for main in -lboost_thread-mt... yes
checking for main in -lboost_regex-gcc-mt... no
checking for main in -lboost_regex-mt... yes
checking for main in -lboost_system-gcc-mt... no
checking for main in -lboost_system-mt... no
checking for main in -lboost_system... yes
checking for main in -lpthread... yes
checking for main in -lboost_date_time-gcc-mt... no
checking for main in -lboost_date_time-mt... yes
checking for main in -lboost_filesystem-gcc-mt... no
checking for main in -lboost_filesystem-mt... yes
checking openssl/rsa.h usability... no
checking openssl/rsa.h presence... no
checking for openssl/rsa.h... no

this is where Im at in my linux compile. Ive come to realization that most of the files it says no too. Is because the file name has changed with update. Like the -lboost_filststem-mt <<< that file i can probably find on my system with out the 'mt'. so ive been using 'ln', to rename my problems. Am I on the right track? ive cleared up probably 10 of these no's that way.... sorry for spelling spilled mtn dew on the keyboard last night.. keys are sticking hahah

ex... lboost_filesystem-mt.so is probably stored on my drive as lboost_filesystem.so or libboost_filesystem.so...
so ive been just use ln to rename the .so and .a files and adding the -mt
 

Similar threads

Back
Top