U++ framework
Do not panic. Ask here before giving up.

Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » Packages needed for compile [SOLVED]
Re: Packages needed for compile [message #4331 is a reply to message #4330] Tue, 01 August 2006 15:34 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14291
Registered: November 2005
Ultimate Member
- you cannot build in static mode in linux. We perhaps should that option remove completely... (the cause is that some linux libraries are simply missing in static form).

- mingw - unfortunately, it is correct. GCC is not very good in keeping executable size low.

That said, very small GUI apps are really a bit long (1MB with MSC compiler) (no surprise, they contain a lot of stuff statically linked in). That is the price we pay for being "self-contained". IME, it is better to sacrifice 1MB than to introduce DLL-hell.

Moreover, to good part is that the code size grows slowly afterwards. Just consider amount of functions TheIDE contains in 4MB .exe...

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: undefined reference to `CtrlsImg::Get(int)
Next Topic: U++ install on SLES 10 [SOLVED]
Goto Forum:
  


Current Time: Sat Jul 25 22:55:23 GMT+2 2026

Total time taken to generate the page: 0.00776 seconds