URL: https://linuxfr.org/forums/linux-debutant/posts/compilation--3 Title: Compilation Authors: mos314 Date: 2005年08月30日T15:58:50+02:00 Tags: Score: 0 Salut tout le monde Je veux installer une librairie (libticalcs) nécessaire pour installer un logiciel (TiLP): en fait il y a 3 librairies à installer (libticables, libtifiles et libticalcs). J'ai installé les deux premiers, par contre pour le troisième j'ai ce message pares avoir fait ./configure: checking for ticables >= 3.6.1... Package ticables was not found in the pkg-config search path. Perhaps you should add the directory containing `ticables.pc' to the PKG_CONFIG_PATH environment variable No package 'ticables' found configure: error: Library requirements (ticables >= 3.6.1) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. J'ai vérifier, j'ai bien ticables >= 3.6.1 (en fait 3.6.9) et j'ai installé pkg-config, mais rien à faire, toujours le meme probleme (>= supérieur ou ègal) Si vous pouvez m'aider, ça serait cool