This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: dll issue
- From: bjorn rohde jensen <bjensen at fastmail dot fm>
- To: erwan ancel <erwan dot ancel at free dot fr>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Fri, 29 Nov 2002 12:41:39 +0100
- Subject: Re: dll issue
- References: <003001c29784$9c8e1670$c5bd0b50@brisedorient>
- Reply-to: bjensen at fastmail dot fm
Hi Erwan,
You can not in general crosslink objects generated
by different C++ compilers due to binary incompatibilities.
Work is being done on addressing this to some extent,
but i would not hold my breath waiting for it:)
Why dont you just create a Borland and a gcc version
of the lib?
Yours sincerely,
Bjorn