20 Mar 2003 02:06
gcc: linker input file unused since linking not done
Mathur, Shobhit <Shobhit_mathur <at> adaptec.com>
2003-03-20 01:06:26 GMT
2003-03-20 01:06:26 GMT
Hello, I am facing a problem in compiling my source code with the library [static library ], which I have created. Upon specifying the appropriate Include-paths, Lib-paths, and the appropriate ".a" to which the programs should link, I get the error from gcc as mentioned in the subject : gcc: -ltcfg: linker input file unused since linking not done where, ltcfg points to libtcfg.a, which is a static library generated by me, whose path is specified by the "-L" directive. I would like to know why the above message appears from gcc. If so, what is the remedy to this problem ? - Please do let me know what is missing - Thank you - Shobhit - To unsubscribe from this list: send the line "unsubscribe linux-gcc" in the body of a message to majordomo <at> vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
RSS Feed