Hello,
adding "-export-dynamic -no-undefined" fixed guile under cygwin.
Both "make" and "make install" are now executed without troubles. Success!
But unfortunately there is still one bit left: when doing "make install" the
file cygguile-i18n-v-0-0.dll is installed into /lib directory instead of /
Hello,
Bug found.
The problem seems to happen because the libguile-i18n-v-0 is missing these
flags: -export-dynamic -no-undefined
Infact it created a static library and not a DLL, I believe it failed for this
reason.
Now I try to quickly fix it, I will retest and I will report the result.
Sincer