[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
g++/gcc compatibility issue.
From: |
Vinod |
Subject: |
g++/gcc compatibility issue. |
Date: |
14 Mar 2006 11:02:28 -0800 |
User-agent: |
G2/0.2 |
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.
- g++/gcc compatibility issue.,
Vinod <=