Heres a little briefing about my issue:
- I tried to compile the TC 3.3.5a emu at my linux server (debian 8 and ubuntu 16 - newer versions are not allowed on the server - hoster provides). I tried everything from the tc wiki, but sadly without any success.
PS: I have the Windows version, its working perfectly at localhost.
Is there any ways, to someone give me a link where I can download the fresh and clean TC 3.3.5a (https://github.com/TrinityCore/TrinityCore/tree/3.3.5 this one) files (base files + extractors, BUT without vmap, mmaps, dbc) which already maked for Linux?
Sadly I don’t know anything about the VM and the Cygwin programs only heared about them, but never used.
I hope someone can help me with the Linux core files
Compile the sources (note: this command will differ depending on where you initially saved the .bz2 archive), you can also modify option for build command. In this case we’ll use very basic option:
cd ~
mkdir gcc-build && cd gcc-build
…/gcc-6.3.0/configure -v --prefix=$HOME/gcc-6.3.0
NOTE: Make sure you have read the docs to view available option.
Now we are ready to build gcc
[ul]
Run make command to build gcc, this steps will take a long time to complete.
make
Once the above phase is finished, you can install built gcc with: