This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

bug


Hello!

I want porting RogueWave to WindowsNT/for Gnu-Win32.
I using gcc-2.95.2.
I have some problems:
If i compiling Tools.h++ v0710 Windows in static mode, then all work
right.
If i compiling that library in dynamic mode (DLL), then half of examples
work right, but some (for example: binaryt) don't compiling.
Software Parts Manager wrote:
g++    -I. -I../..      -O2 -mthreads -DRW_MULTI_THREAD -D_REENTRANT -D_RWTO
OLSDLL     -DRW_NO_STL=1   -c binaryt.cpp

binaryt.cpp:207: Internal compiler error, output_operand_lossage `invalid
expression as operand'

I change type of base-class and all it static members to __declspec
(dllexport),
but examples still don't compile.

What do you think about this?

With best wishes
        Dennis A. Nazaroff
P.S. Sorry for my knowledge of english.

binaryt.cpp


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]