From: "CJ G." Date: 2012-04-16T02:59:59+09:00 Subject: Embedding Ruby Compiling troubles. 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? -- Posted via http://www.ruby-forum.com/.