Hi all, I was just wondering how can you tell if the program that you wrote is linked with shared or static lib ? Is it just a compiler flag ?? OR is it when you specify in the compiler command line eg: gcc -L$MYDIR -lmylib etc. OR maybe something else ?????? thanks folks