- 0
-
Activity
-
17
Dynamic Weather
Does the weather change when the player teleports? -
11
-
870
-
0
GameCompile Error
Have a nice day! What could be the problem with translating the game? Sorry for the bad English. linking ../game.... ld: error: unable to find library -lIL ld: error: unable to find library -lpng ld: error: unable to find library -ltiff ld: error: unable to find library -lmng ld: error: unable to find library -llcms ld: error: unable to find library -ljpeg clang-15: error: linker command failed with exit code 1 (use -v to see invocation) gmake: *** [Makefile:127: ../game] Error 1 -
0
-
1
-
0
-
0
Auto hunt System
Hey there! Im looking for autohunt system I know there are some already public, but im looking for a good Version, which is nearly bugfree and (if possible maybe reversed - that means with offical Python, but it can be also some small changes here too) It should be have nearly the same functions like the offical system I dont like custom stuff. Thank you! Best regards! -
0
Problem with userinterface
Hi, in last few days i'm tesing something on my pserver for testing, and i tried to implement some systems through source files, but in winscp, in the folder src, i don't find the folder "userinterface" and i can't modify my source files. Thank you for the answer.
-
-
Recently Browsing
- No registered users viewing this page.
Question
HavingFun 2
I started the installation of gcc49 early this morning at around 6 AM and now its been more than 12 hours and its STILL installing !!??!! what the hell could i be doing wrong? and how long did it take u when u came to install it?? The machine I'm running is FreeBSD 10.2 and it has 40GB of storage and 915MB of RAM assigned to it..also i noticed that unlike most of the FreeBSD versions i worked with, this one (10.2) did not have gcc4.2 installed on it by default, looks like it got deprecated or something. So maybe that's why its taking so long? Because theres no gcc base to build on so its doing everything from scratch?
Link to comment
Share on other sites
Top Posters For This Question
8
2
6
7
Popular Days
Nov 11
15
Nov 10
9
Top Posters For This Question
ds_aim 8 posts
tierrilopes 2 posts
martysama0134 6 posts
HavingFun 7 posts
Popular Days
Nov 11 2015
15 posts
Nov 10 2015
9 posts
Popular Posts
martysama0134
1) It's so """native""" that half of the ports will throw lots of errors when you compile them with clang. (default behavior) Native, in this case, means "installed by default", not "it makes instructions more clear blablabla". 2) For binaries compiled with gcc4.9, you should usually use "gdb-7.10_4" (the minor version could vary), otherwise you'll get the "dwarf instruction problem" error. (pretty normal) Mysql 5.6 is one of the most criticized versions. Since you like to be alternative, you
tierrilopes
Looks like your machine is really slow like hell. Just dont build it from ports and use pkg and done. pkg install gcc49
tierrilopes
I meant processor speed. It shouldnt take that long tough, try using the pkg, should be way faster.
23 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now