From: Feng Tien Date: 2007-11-25T17:19:04+09:00 Subject: can't install hpricot on cygwin I'm trying to run scRUBYt on winXp, but found out it just doesn't work. So the work around is to use cygwin. I'm trying to install Hpricot I keep on getting this error: ============ ERROR: Error installing hpricot: ERROR: Failed to build gem native extension. /usr/bin/ruby.exe extconf.rb install hpricot checking for main() in -lc...no creating Makefile make gcc -I. -I. -I/usr/lib/ruby/1.8/i386-cygwin -I. -g -02 -c hpricot_scan.c make gcc: Command not found make: *** [hpricot.scan.o] 127 =========== I've installed FlexMock using gems just fine in cygwin, so what's wrong? When trying to install Mechanize, I get the exact same message, can't make hpricot. -- Posted via http://www.ruby-forum.com/.