marsarden a ¨¦crit :
> when i compile a cpp file using microsoft cl (version 13.10.3077) ,
> error occurs:
>
> singleton.h : fatal error LNK1106: invalid file or disk full: cannot
> seek to 0x6D75
>
> the command line is : cl test.cpp singleton.h -o test.exe
>
> but ,when i using g++ on linux system , it's ok. the command line is :
>
> g++ test.cpp singleton.h -o test
I guess cl is more fashion than gcc.
Singleton hunt is open !
> any one who me out , what the correct cl command is ?
Search 'compiling a C++ program' on:
http://msdn2.microsoft.com/
This is a c++ group not an ms one.
Michael