Re: g++/static members/DLL problem

2002-03-12 Thread Stephane Corbe
Kohn Emil Dan wrote: > Hello everyone, > > I would like to report a problem with g++ static member initialization on > cygwin. I have a class in which I have a static data member. The > definition of that class resides in a DLL. That static member is > initialized in the corresponding .cpp file.

g++/static members/DLL problem

2002-03-11 Thread Kohn Emil Dan
Hello everyone, I would like to report a problem with g++ static member initialization on cygwin. I have a class in which I have a static data member. The definition of that class resides in a DLL. That static member is initialized in the corresponding .cpp file. However when I access it from an