erreurs compilation avec cygwin - C++ - Programmation
Marsh Posté le 15-02-2007 à 23:20:48
$ g++ -c -o testclient.o testclient.cpp 3 [main] ? 3376 init_cheap: Couldn't reserve 3600336 bytes of space for cygwin's heap, Win32 e rror 487 C:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1plus.exe (3376): *** AllocationBase 0x0, BaseAddress 0x618 20000, RegionSize 0x360000, State 0x10000 3 [main] ? 3824 init_cheap: Couldn't reserve 3600336 bytes of space for cygwin's heap, Win32 e rror 487 C:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1plus.exe (3824): *** AllocationBase 0x0, BaseAddress 0x618 20000, RegionSize 0x360000, State 0x10000 3 [main] ? 2868 init_cheap: Couldn't reserve 3600336 bytes of space for cygwin's heap, Win32 e rror 487 C:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1plus.exe (2868): *** AllocationBase 0x0, BaseAddress 0x618 20000, RegionSize 0x360000, State 0x10000 J'ai ces erreurs quand j'éssaie de compiler avec cygwin sur win xp ... qqun sait d'ou ca vient et cmt corriger le pb ? Merci
Marsh Posté le 21-02-2007 à 22:07:20
Hop Personne ?
Marsh Posté le 21-02-2007 à 22:56:41
Désinstalle le module tcltk de cygwin, c'est un bug.
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 15-02-2007 à 23:20:48
$ g++ -c -o testclient.o testclient.cpp
3 [main] ? 3376 init_cheap: Couldn't reserve 3600336 bytes of space for cygwin's heap, Win32 e
rror 487
C:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1plus.exe (3376): *** AllocationBase 0x0, BaseAddress 0x618
20000, RegionSize 0x360000, State 0x10000
3 [main] ? 3824 init_cheap: Couldn't reserve 3600336 bytes of space for cygwin's heap, Win32 e
rror 487
C:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1plus.exe (3824): *** AllocationBase 0x0, BaseAddress 0x618
20000, RegionSize 0x360000, State 0x10000
3 [main] ? 2868 init_cheap: Couldn't reserve 3600336 bytes of space for cygwin's heap, Win32 e
rror 487
C:\cygwin\lib\gcc\i686-pc-cygwin\3.4.4\cc1plus.exe (2868): *** AllocationBase 0x0, BaseAddress 0x618
20000, RegionSize 0x360000, State 0x10000
J'ai ces erreurs quand j'éssaie de compiler avec cygwin sur win xp ...
qqun sait d'ou ca vient et cmt corriger le pb ?
Merci