From: Daniel Andersson Date: 2002-04-18T21:26:54+09:00 Subject: Building Ruby 1.6.7 with vc7 Hello people I'm having slight problems building 1.6.7 in Windows with Visual Studio.NET (vc7). A complete log of the procedure is up at this address: http://brutaldeluxe.com/~calvin/rubybuild.txt A bunch of linker errors like these can be seen at the end of the log: mswin32-ruby16.exp : error LNK2001: unresolved external symbol _real@0000000000000000 mswin32-ruby16.exp : error LNK2001: unresolved external symbol _real@3eb0c6f7a0b5ed8d And a bunch of these: cl : Command line warning D4002 : ignoring unknown option '-L/lib' doesn't look that good either :) /Daniel Andersson