I'm trying to compile examples of the source tree of clanlib-0.5.4 on Debian (potato) and I always get the same message :
.I am going to compile the following binaries for you: initdisplay g++ Intermediate/init_display.o -o init_display -lclanCore -lclanApp -lclanDisplay /usr/bin/ld: can't find -lclanCore collect2: ld returned 1 exit status make: *** [initdisplay] Erreur 1 The clanLib is install in /usr/local/lib, /usr/local/lib is in /etc/ld.so.conf and ldconfig -v is saying that libclanCore is here. What's wrong whith my install ?.