Jump to content

bug in freebsd


Recommended Posts

  • Replies 17
  • Created
  • Last Reply

Top Posters In This Topic

alin2894 

English it is not my first Language .-_--_-  

I am a beginner in source > > > This Forum it is not just for you 

If you were not want to answer ,,,,,,    So keep it to yourself :P 

Thanx for answer I will do it now >< 

Were i can find the makefile . i found many makefile > :blink::blink:

and how i can add gcc49 in it 

i found many lines for gcc 

GCC_VERSION = $(shell $(CC) --version 2>&1 | grep "(GCC)" | cut -d' ' -f3  | cut -d'.' -f1)

ifeq ($(GCC_VERSION), 4)

CC = gcc
CFLAGS_GCC_OMIT_FRAME_POINTER = -fomit-frame-pointer
CPP = gcc -E
LZO_ASM_OBJECTS = $(LZO_ASM_OBJECTS_GCC_i386)
MFX_CC = GCC

GCC_VERSION = $(shell $(CC) --version 2>&1 | grep "(GCC)" | cut -d' ' -f3  | cut -d'.' -f1)
GCC_VERSION = $(shell $(CC) --version 2>&1 | grep "(GCC)" | cut -d' ' -f3  | cut -d'.' -f1)
ifeq ($(GCC_VERSION), 4)


CFLAGS_GCC_OMIT_FRAME_POINTER = @CFLAGS_GCC_OMIT_FRAME_POINTER@

 

Link to comment
Share on other sites

On 9/21/2015 at 12:12 AM, kakomamo said:

https://metin2.download/picture/YUuYbhTkQYePMqQuUnBLA0LiB6D86WG6/.png 

 

this is my makefile without any edit 

blz can you take screenshot for your makefile ????????????????????? 

Dude are u crazy not this makefile.

 

Server/game/src/Makefile

and cd /Server/game/src 

and gmake

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

On 9/21/2015 at 12:22 AM, alin2894 said:
On 9/21/2015 at 12:12 AM, kakomamo said:

spacer.png

this is my makefile without any edit 

blz can you take screenshot for your makefile ????????????????????? 

Dude are u crazy not this makefile.

 

Server/game/src/Makefile

and cd /Server/game/src 

and gmake

thank you  but now i changed files to freebsd9.2 are installed and  install gmake on it 

 

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.