manuel-serrano / bigloo

a practical Scheme compiler
http://www-sop.inria.fr/indes/fp/Bigloo
Other
135 stars 19 forks source link

use the destination filename as soname when provided when linking shared libraries #61

Closed donaldsonjw closed 3 years ago

donaldsonjw commented 3 years ago

For example

bigloo -y -o libtest-1.0.so main.o

results in the soname being set to libtest-1.0.so instead of main.so as previously.

manuel-serrano commented 3 years ago

Hi Joe,

All my apologize for my slow reaction. I have merged your request now. Thank you very much.