This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Problem linking in a GNU C++ lib with Sun compiler
- To: Gnu Help desk <gcc-help at gcc dot gnu dot org>
- Subject: Problem linking in a GNU C++ lib with Sun compiler
- From: Frank Geck <fgeck at att dot net>
- Date: Tue, 16 Oct 2001 13:13:13 -0400
- Organization: KeyWay Security
> I'm having a problem compiling using the Sun workshop compiler when
> linking in a library that was compiled using GNU g++. I'm getting
> undefined symbols for most everything that I call in that library from
> my program. My thought is that it has to do with name mangling
> differences between the compilers but I'm not sure and I don't know how
> to fix it. Any thoughts?
>
> Thanks,
>
> Frank