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!!!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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!!!!