Author Topic: How to compile a release program?  (Read 3677 times)

Offline freepro

  • Multiple posting newcomer
  • *
  • Posts: 31
How to compile a release program?
« on: November 29, 2012, 08:50:21 am »
I setup build target is release, but the release program doesn't run other linux computer!
I use Ubuntu 12.04!

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: How to compile a release program?
« Reply #1 on: November 29, 2012, 09:10:54 am »
I setup build target is release, but the release program doesn't run other linux computer!
I use Ubuntu 12.04!
For other Linux platforms you need to re-compile with the platforms libs of that distribution. Every distro has most likely a different libC. Linux is not automatically compatible to Linux, you know.

Please, be more precise in your questions - you didn't state version information and alike. Also, this is not a C::B issue, so this question does not belong into this forum which is dedicated to the development of C::B (only): You'd better ask in another forum dedicated to general programming questions or grab yourself a book/tutorial and start reading.

I am locking this topic now as it violates our forum rules you agreed to when registering with the forums.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ