Bruce Sherman - 2003-03-18

Hey Everyone,
I am looking for regular expression libraries. I found a something called regex, and it has what I want, but when I attempt to complete the sample progtram I get a bunch of unresolved externals in the linker. 
Anyone know how to correct this? or point me to the docs I need to read.

Actual Complier output:
"//C/Dev-Cpp/regex/src/test/test.c:657: undefined reference to `re_compile_pattern'
C:\DOCUME~1\ts0511\LOCALS~1\Temp\ccgFbaaa.o: In function `compile_and_print_pattern':
//C/Dev-Cpp/regex/src/test/test.c:674: undefined reference to `re_compile_pattern'
C:\DOCUME~1\ts0511\LOCALS~1\Temp\ccgFbaaa.o: In function `test_case_fold':
//C/Dev-Cpp/regex/src/test/test.c:689: undefined reference to `init_pattern_buffer'
//C/Dev-Cpp/regex/src/test/test.c:690: undefined reference to `upcase'"

Please help!!!!