Jump to content

Recommended Posts

Hey metin2dev

i want to install Vanilla Source 65730 from Korken: https://metin2dev.org/board/index.php?/topic/7085-vanilla-source-65730-vdi/&page=1

i have a Root Server with FreeBSD 10.1 on my Root Server what i must do to install all this Files ?

maybe can some one help me over Skype or TeamSpeak?

 

JollyPotato

Link to comment
Share on other sites

I have now the problem :


g++49 -Wall -O2 -pipe -mcpu=i686 -fno-exceptions -fno-rtti -MM *.cc > Depend
g++49: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
cc1plus: error: CPU you selected does not support x86-64 instruction set
cc1plus: error: CPU you selected does not support x86-64 instruction set
cc1plus: error: CPU you selected does not support x86-64 instruction set
cc1plus: error: CPU you selected does not support x86-64 instruction set
cc1plus: error: CPU you selected does not support x86-64 instruction set
Makefile:29: recipe for target 'dep' failed
gmake[1]: *** [dep] Error 1
gmake[1]: Leaving directory '/root/workspace/mainline/libpoly'
Makefile:35: recipe for target 'libpoly' failed
gmake: *** [libpoly] Error 2
root@ns517857:~/workspace/mainline #

 

Link to comment
Share on other sites

the build-in GCC compiler (i think 4.x)  uses  '-mcpu' Flag 

but GCC 48+ uses '-mtune' or '-march'  Flags

but i don't know why he is using GCC he can use Clang

Why to use clang, omg all of you use clang.

Fuck clang, gcc is better.

 

Until now all use gcc 2-3 months, now you can not hear any of gcc.
From my point of view is much better gcc.

  • Love 1
Link to comment
Share on other sites

okay guys i install now freebsd 9.3 on local pc and now i want to make gmake and have now a another problem


gcc -Ofast -fomit-frame-pointer -g -march=i686 -msse4 -mssse3 -Wall -I../include      -c -o lapi.o lapi.c
cc1: error: invalid option argument '-Ofast'
cc1: error: unrecognized command line option "-msse4"
<builtin>: recipe for target 'lapi.o' failed
gmake[2]: *** [lapi.o] Error 1
gmake[2]: Leaving directory '/root/workspace/mainline/liblua/src'
Makefile:11: recipe for target 'all' failed
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory '/root/workspace/mainline/liblua'
Makefile:60: recipe for target 'all' failed
gmake: *** [all] Error 2

 

 

 

 

its the Makefile but i dont know what i do false i uploade my makefile ....

 

 

sory for the best english :D

JollyPotato

 

Makefile

 

Edited by JollyPotato
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.