Hi, In an attempt to create a dll I get a warning from the linker, trying to resolve a static class variable.
Output of the complete make command: $ make for i in Dll Exe; do make -C $i || exit 1; done make[1]: Entering directory `/cygdrive/o/MinDll/Source/Dll' g++ -c -o"../../Objects/Dll/Object.o" Object.cpp g++ -shared --enable-auto-import -o../../Targets/Bin/libObject.dll ../../Objects /Dll/Object.o make[1]: Leaving directory `/cygdrive/o/MinDll/Source/Dll' make[1]: Entering directory `/cygdrive/o/MinDll/Source/Exe' g++ -c -I"../Dll" -o"../../Objects/Exe/Main.o" Main.cpp g++ -o../../Targets/Bin/Main.exe ../../Objects/Exe/Main.o ../../Targets/Bin/lib Object.dll 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) Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 email: [EMAIL PROTECTED] web: www.askesis.nl
smime.p7s
Description: S/MIME cryptographic signature