URL: https://linuxfr.org/forums/programmation-c--2/posts/library-compilation Title: Library compilation Authors: ili_chamad Date: 2006年11月21日T20:36:32+01:00 Tags: Score: 0 Bonjour, mon probleme est avec la compilation d'un programme (test.cpp) qui inclue une library(#include malib sans .h) ,j'ai telecharge cette librairie ,apres tar ... --- ./configure----make----make install les exemples fournie par la librairie fonctionnent correctement mais quand j'ai coder mon programme test.cpp qui utilise cette librairie (#include malib sans .h) :erreur : x no such file or directory ? Alors qu'elle est la solution ? des makefile ? Merci et encore Merci..