Closed divs1210 closed 3 years ago
Hey, the default location chez-exe looks for its libraries is /usr/local/lib
, which is where they will be installed if you run make install
. If you don't want to install chez-exe to system location you can manually specify --chez-lib-dir /path/to/directory/containing/petite-chez.a
when running compile-chez-program
. It looks like the path for the specific example you gave would be --chez-lib-dir ../chez-exe
Thank you, I moved the .a
files to /usr/local/lib
and it works now.
Great tool, thanks for your work!
I'm seeing the following error: