Okay, so I added the lsb repository to my Debian-Installation and installed lsb. Unfortunately there is no package called "lsb-build-cc".
Still, there are some lsb-packages installed: $ dpkg -l|grep lsb ii lsb 4.1+Debian9 all Linux Standard Base 4.1 support package ii lsb-base 4.1+Debian9 all Linux Standard Base 4.1 init script functionality ii lsb-core 4.1+Debian9 i386 Linux Standard Base 4.1 core support package ii lsb-cxx 4.1+Debian9 i386 Linux Standard Base 4.1 C++ support package (...) But when I execute following command: $ python waf configure build install I get following error: Checking for program lsbcc : not found Checking for program /opt/lsb/bin/lsbcc : not found LSB (Linux Standard Base) tools >= 4.0 are required. Try --no-lsb option if not interested in building LSB binary. But there is no package in the repository called "lsb-build-cc" or anything else with "*cc*". Am Montag, 12. November 2012 12:00:59 UTC+1 schrieb Martin Z: > > Rainer Hihn píše v Po 12. 11. 2012 v 00:29 -0800: > > Excuse me, what do you mean with recomiling the Bootloader and freeze > > the app? > > I mean doing this > > http://www.pyinstaller.org/export/v2.0/project/doc/Manual.html?format=raw#building-the-bootloaders > > > and then just use ./pyinstaller.py again. > > -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To view this discussion on the web visit https://groups.google.com/d/msg/pyinstaller/-/-hfLZRThwt4J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
