error when compiling to exe #274
-
using a standard ubuntu (22.10 install) codon sample program fib.py from time import time codon run fib.py works fine but /usr/bin/ld: cannot find -lz: No such file or directory |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Same issue with Ubuntu. Codon does create the object. The linker appears to be the issue. |
Beta Was this translation helpful? Give feedback.
-
This may be a duplicate of #281 |
Beta Was this translation helpful? Give feedback.
You are so absolutely correct. Fixed the problem. Thank you.