• 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!

Recent content by Fu Manchu

  1. Fu Manchu

    Linux 16.04 ubuntu compile

    From my understanding the "mt" is obsolete and is not on the system at all. I think what the quote was saying you can copy the non "mt" version of the file and change the name and it will work But i am currently trying to figure out how to either compile without these by editing the source...
  2. Fu Manchu

    Linux 16.04 ubuntu compile

    meaning where is the file and where is it supposed to be?
  3. Fu Manchu

    Linux 16.04 ubuntu compile

    The -mt suffix had been removed. The installed Boost libraries are multi-threading safe. You can compile your program versus libboost-thread. Either by changing the source to use non -mt libs or by making symbolic links libboost_thread.a →libboost_thread-mt.a. Same thing if you need shared libs...
  4. Fu Manchu

    Linux 16.04 ubuntu compile

    ill have to play with it again tommorow. if i do another fresh one ill have to redo my source edits. and im tired tonight ;/ I honestly would like to tryo to compile it with luajit but someone says you have to build it first? lessair i believe?
  5. Fu Manchu

    Linux 16.04 ubuntu compile

    "The -mt suffix had been removed. The installed Boost libraries are multi-threading safe. You can compile your program versus libboost-thread. Either by changing the source to use non -mt libs or by making symbolic links libboost_thread.a →libboost_thread-mt.a. Same thing if you need shared...
  6. Fu Manchu

    Linux 16.04 ubuntu compile

    andrew@andrew:~/Desktop/fuck/sources$ ./configure --enable-mysql --enable-root-permission --enable-server-diag checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk...
  7. Fu Manchu

    Linux 16.04 ubuntu compile

    chmod -R 3777 src << 3777 or 777
  8. Fu Manchu

    Compiling Centos 7 compile error

    YEEYEEE
  9. Fu Manchu

    Linux 16.04 ubuntu compile

    andrew@andrew:~/Desktop/fuck/sources$ ./configure --enable-mysql --enable-root-permission && ./build.sh checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no...
  10. Fu Manchu

    [Video Tutorial] Setup TFS + ZnoteAAC on Ubuntu 16.04 LTS Linux Server

    spend the hour watching the videos. this tutorial for the most part is copy and paste. but there is some info in the video your going to want to hear. and there is great support response on it aswell. My question where answerd to the best of there knowledge, and everything worked out...
  11. Fu Manchu

    Linux compile debian (jessy)

    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...
  12. Fu Manchu

    Compiling [Linux] Ultimate compile guide for Debian (Ubuntu included)

    bash: ./autogen.sh: Permission denied ??
  13. Fu Manchu

    linux hosting debain 8.5.0 64bit

    Ok so I am using Debain 8.5.0 64bit, and I'm very new to linux. My understanding of linux atm is at like 5%. But i have it installed on my daily rig so I can tune up my skills fast. At least that's the idea. So Ive been going threw these compile guides. and Ive found two so far that have been...
  14. Fu Manchu

    Rift!

    Hey, I just downloaded the game rift. Not to sure what the hell I'm doing. Was wondering if any one on here played and could maybe help me out? I've never played the game before so I need all the help I can get! lol. Let me know, and I'm excited to start playing!
Back
Top