schmir / bbfreeze

UNMAINTAINED
http://pypi.python.org/pypi/bbfreeze/
92 stars 22 forks source link

Not enough room for program headers #36

Open davidedelvento opened 8 years ago

davidedelvento commented 8 years ago

While freezing, a bunch of errors like these occur:

BFD: /dist/stPzWg8A: Not enough room for program headers, try linking with -N strip:/dist/stPzWg8A: Bad value

However the generated binary seems to work anyway (at least for me).

This is not bbfreeze issue per se, but it's caused by https://github.com/NixOS/patchelf/issues/10 -- I'm reporting it here just to let other people know.