Author Topic: wxWindows builds questions  (Read 4602 times)

Anuk

  • Guest
wxWindows builds questions
« 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.

takeshimiya

  • Guest
Re: wxWindows builds questions
« Reply #1 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. :)

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: wxWindows builds questions
« Reply #2 on: April 07, 2006, 09:26:14 pm »
Shall i build it MONOLITHIC=1 or no??

Yes. Some more info here.

Best wishes,
Michael