Problem building Ikarus on windows MingW

Asked by Wietse

I'm working with MingW/MSYS and I'm trying to build Ikarus-0.0.3. I managed to build and install GMP.
When I do
    ./configure --prefix=/c/ikarus
I get the following error:
    checking for library containing dlsym... no
    configure: error: Cannot find libdl

What should I do?

Question information

Language:
English Edit question
Status:
Solved
For:
Ikarus Scheme Edit question
Assignee:
No assignee Edit question
Solved by:
Abdulaziz Ghuloum
Solved:
Last query:
Last reply:
Revision history for this message
Best Abdulaziz Ghuloum (aghuloum) said :
#1

Currently, Ikarus requires cygwin under windows. It cannot be compiled with mingw/msys or with MS visual studio.

Revision history for this message
Wietse (wietse-j) said :
#2

Thanks for your answer.
I've installed Cygwin and was able to compile without a problem.