I think I have everything in my makefile all set, but when compiling everything, here is what I get:
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld: cannot find -lregex
collect2: ld returned 1 exit status
In my makefile I have:
NEED_REG = -lregex
and also tried: NEED_REG = -lgnuregex
which fixed the re_exec errors, but both give me that above error now...
Any direction to point me to please?
Thanks
-Mike
/usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../../i686-pc-cygwin/bin/ld: cannot find -lregex
collect2: ld returned 1 exit status
In my makefile I have:
NEED_REG = -lregex
and also tried: NEED_REG = -lgnuregex
which fixed the re_exec errors, but both give me that above error now...
Any direction to point me to please?
Thanks
-Mike