Bonjour,

Je tente d'installer la biliiothèque regex avec cygwin 1.7.
Regex.exe à été compilé avec $ make test

Je l'ai placé dans cygwin/bin

J'obtiens,

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
 
etc
rex.c:13: error: `REG_EXTENDED' undeclared (first use in this function)
rex.c:19: warning: implicit declaration of function `regexec'
rex.c:21: warning: implicit declaration of function `regfree'
rex.c:39: warning: implicit declaration of function `regerror'
etc
Qu'est-ce qui ne va pas?

Merci de votre attention,

J4e8a16n