You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PyInstaller
Greetings,
Can anyone give me a hint on how to build the boot loader 100% statically linked on FreeBSD? We are trying to deploy a PyInstaller application on a machine with a FreeBSD kernel, but very few shared libraries and a customized libc.so. I managed to get zlib in statically but I still get complaints about libdl / libc. Thanks!