Hi all,

I have copied most part of the current mingw c++ uno bridge code from linux 
implementation and it works if -fpcc-struct-return is specified in 
solenv/inc/wntgcci6.mk

However, the default is -freg-struct-return on mingw.

Recently kendy proposed to remove stlport from mingw port and it seems to work 
provided 
that system stl library (libstdc++) has been rebuilt with -fpcc-struct-return.

As mingw tools still have some bugs that will not be fixed soon, I am 
distributing 
patched binaries. So I can distriute the library (Actually I am already doing 
so) or 
even change the default to fpcc-struct-return for all tools.

However, as -freg-struct-return is the default in cuurent mingw community, I 
think it 
is a better solution to rewrite bridge code.

I wonder if there is a bridge implementation for gcc with -freg-struct-return 
default, 
which can be a kind of example for me.

I would appreciate any help.

Regards,

Takashi Ono ([EMAIL PROTECTED])

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to