Report abuse

1
2
3
4
5
6
7
8
9
--- extconf.rb (saved version)
+++ (current document)
@@ -1,4 +1,6 @@
 require "mkmf"
+$CFLAGS << " -I/opt/local/include "
+$LDFLAGS << " -L/opt/local/lib "
 
 $readline_headers = ["stdio.h"]