Hi, I am trying to compile a C++ application using g++, and I have a C-library which was compiled using gcc. When I try to link my C++ application with the C-library, I face linker errors related to undefined symbol references (even though the functions are actually defined in the libraries). Is there any option/flag in g++/gcc for C++ applications to link to C-libraries.
Thanks much. - Vinod. _______________________________________________ help-gplusplus mailing list help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus