Afficher un message
Vieux 15/10/2007, 08h35   #2
Michael DOUBEZ
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: problem when compile with g++ and cl

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
  Réponse avec citation
 
Page generated in 0,04548 seconds with 9 queries