Serious problems with Regex in C

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Juan Alvarez
    New Member
    • Oct 2006
    • 9

    Serious problems with Regex in C

    hi, everyone,

    I have a serious problem here, i need to make a program using Regular Expressions in C in Dev-C++. I found some tutorials but all the links are broken :S i have 5 days looking for them and im loosing the hope :(.

    I need to make that program in less than 2 days.

    i downloaded some regex.h and regex.c and test programs. When i compile i always get one of these errors:

    "config.h" is missing or...

    [Linker error] undefined reference to `regcomp'
    [Linker error] undefined reference to `regexec'
    [Linker error] undefined reference to `regfree'

    in fact, every Linker error of every regex function.

    Can someone help me with the Win32 Dev-C++ C library? please :S
  • Juan Alvarez
    New Member
    • Oct 2006
    • 9

    #2
    www.devpacks.or g -> String Manipulation -> RX =) problem solved!

    Comment

    Working...