- include <unistd.h>
12 │ #include <stdlib.h>
13 │ #include <dirent.h>
14 │ #include <sys/types.h>
15 │ #include <sys/stat.h>
16 │ #include <fcntl.h>
17 │ #include <curses.h>
18 │ #include <term.h>
19 │ #include <termcap.h>
20 │ #include <termios.h>
21 │ #include <sys/ioctl.h>
22 │ #include "my.h"
23 │
24 │ int main(int ac, char **av)
25 │ {
26 │ t_explora t;
27 │ char *termcap;
28 │ struct termios term;
29 │ char buffer[8192];
30 │
31 │ tgetent(buffer, getenv("TERM"));
32 │ ls_in_tab(&t);
33 │ aff_tab(t.tab_ls);
34 │ }
main.c:(.text+0x33): undefined reference to `tgetent'
j'ai mis toutes les librairies pour tgetent et sa ne marche pas du tout ... quelqu'un peux m'aider a trouver ou sa bloque svp