This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
a question about shared library
- From: "webman.li" <webman dot li at utstar dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Mon, 16 Aug 2004 14:22:35 +0800
- Subject: a question about shared library
hi,
I have compiled a shared library using g++ on solaris.
I use Sun's linker to link this library with other objs and libs that are compiled by SUN's CC compiler.It is failed.
Are libs compiled using g++ can not be linked,using SUN's linker, with libs & objs compiled by SUN's CC??
thanks