Everything included in Linux

16 views
Skip to first unread message

Сергей Коныгин

unread,
Nov 17, 2025, 12:07:45 AM (2 days ago) Nov 17
to wx-users
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?

Igor Korot

unread,
Nov 17, 2025, 12:52:43 AM (2 days ago) Nov 17
to wx-u...@googlegroups.com
Hi,

Are you trying to copy the binary over?

Thank you.


--
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 wx-users+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/wx-users/b111bb0c-ccc0-49b8-8a17-942aad2d7350n%40googlegroups.com.

Maarten Bent

unread,
Nov 17, 2025, 5:33:57 PM (2 days ago) Nov 17
to wx-u...@googlegroups.com
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.
Reply all
Reply to author
Forward
0 new messages