Joost Kraaijeveld wrote: > Hi, > > In an attempt to create a dll I get a warning from the linker, trying to > resolve a static class variable. ... > Info: resolving Object::i by linking to __imp___ZN6Object1iE > (auto-import) > make[1]: Leaving directory `/cygdrive/o/MinDll/Source/Exe' > > Can I safely ignore this message? (The executable works like it supposed > to do)
Info means info. It is not a warning. (So yes, ignore it.) Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/