Jump to content

Up gcc42 to gcc48


Recommended Posts

That's not all. Edit /etc/libmap.conf and /etc/make.conf.

 

Tutorial:

http://www.freebsd.org/doc/en/articles/custom-gcc/article.html

 

You can just edit the Makefile to use gcc48.

 

The article only applies to the ports tree.

For Metin2 it is already enough to edit the Makefiles and replace c++ with g++48 etc.

The runtime linker will be able to find and use the libs from your gcc48 installation. You only need to add rpaths or use ldconfig if you plan to use your compiled binaries somewhere where you don't have gcc48 installed.

 

Kind Regards,

Tim

  • Love 2
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.