Re: Everything included in Linux
Maarten Bent <[email protected]> Mon, 17 Nov 2025 23:33:52 +0100
| Newsgroups | gmane.comp.lib.wxwindows.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, You don't need to build monolithic, this is mostly relevant when building one big shared (.dll/.so) library. You'll want to build the static wxWidgets libraries and disable using sys-libraries (wxUSE_SYS_LIBS=OFF in cmake, or --disable-sys-libs in configure). If you need more help, you need to be more specific about what does and doesn't work. Compiler, environment, build arguments, error messages, all that stuff. On 17 Nov 2025 06:07, Сергей Коныгин wrote: > Hi! > > I want to compile wxwidgets under linux so that it contains all > libraries (jpg, png, scintilla, etc.) if possible. I want my program > to run on "pure" linux without the need to install a lot of additional > packages. This works for me under Debian, but it doesn't work under > Centos, for example. > I usually use a monolithic build and static linking of wxwidgets. Are > there any recommendations for configuring wxwidgets? > > -- > Please read https://www.wxwidgets.org/support/mlhowto.htm before posting. > --- > You received this message because you are subscribed to the Google > Groups "wx-users" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected]. > To view this discussion visit > https://groups.google.com/d/msgid/wx-users/b111bb0c-ccc0-49b8-8a17-942aad2d7350n%40googlegroups.com > <https://groups.google.com/d/msgid/wx-users/b111bb0c-ccc0-49b8-8a17-942aad2d7350n%40googlegroups.com?utm_medium=email&utm_source=footer>. -- Please read https://www.wxwidgets.org/support/mlhowto.htm before posting. --- You received this message because you are subscribed to the Google Groups "wx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/wx-users/4ba17285-0e81-4e9e-8d22-9458b5a8a3e1%40gmail.com.