I keep getting this error message.
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld: cannot find -lregex
collect2: ld returned 1 exit status
make[1]: *** [smaug] Error 1
make[1]: Leaving directory `/home/nick/smaug/dist/src'
make: *** [all] Error 2
I went back, and uncommented.
#Uncomment the line below if you are getting undefined re_exec errors
#NEED_REG = -lregex
But I still get the same error.
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld: cannot find -lregex
collect2: ld returned 1 exit status
make[1]: *** [smaug] Error 1
make[1]: Leaving directory `/home/nick/smaug/dist/src'
make: *** [all] Error 2
I went back, and uncommented.
#Uncomment the line below if you are getting undefined re_exec errors
#NEED_REG = -lregex
But I still get the same error.