So I’m on windows, trying to use MinGW and Code::Blocks to try my hand
at embedding ruby.
I compiled ruby from the source myself with MSYS, and I’m linking to the
static ruby library, but I get linker errors pertaining to sockets.
I tried linking to both wsock32 and mswsock, but nothing changed.
Anyone know how to get started with embedding ruby?