Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Anuk on April 07, 2006, 09:01:55 pm

Title: wxWindows builds questions
Post by: Anuk on April 07, 2006, 09:01:55 pm
Hello guys, i have a question about wxWindows. I know is a little off topic, but pls take a look.

Shall i build it MONOLITHIC=1 or no?? The monolith version produce a 400MB+ file (one single file).. is this linker friendly?

Personally, i will like monolith version, but i want to know other opinions too.

Thanks.
Title: Re: wxWindows builds questions
Post by: takeshimiya on April 07, 2006, 09:05:02 pm
Hello guys, i have a question about wxWindows. I know is a little off topic, but pls take a look.

Shall i build it MONOLITHIC=1 or no?? The monolith version produce a 400MB+ file (one single file).. is this linker friendly?

Personally, i will like monolith version, but i want to know other opinions too.

Thanks.
Yes, it's perfectly fine. The MinGW linker doesn't have known problems with files that large.
Other linkers does indeed have problems with that, but not the MinGW's one. :)
Title: Re: wxWindows builds questions
Post by: Michael on April 07, 2006, 09:26:14 pm
Shall i build it MONOLITHIC=1 or no??

Yes. Some more info here (http://forums.codeblocks.org/index.php?topic=1701.0).

Best wishes,
Michael