From: Grzegorz J. <ja...@ac...> - 2004-06-28 10:25:24
|
Hi ???????, It looks like a problem with garbage collector. From the logs I can see that you are using 2.7; to disable gc in 2.7 you need to define DONT_GC preproc symbol, this should do: ./configure CPPFLAGS=-DDONT_GC ... If you feel adventurous, you may try to checkout the lates sources from CVS, AFAIK this version has not been tried on XP+cygwin yet. For CVS snapshot you can disable gc like this: ./configure --diable-gc If this works, then you have choice: either you live without gc (it is ok in many situations, since occ quits after processing anyway, so usually allocation build-up is not huge) or investigate further. Please let me know if the above works for you. Regards Grzegorz ?????????? ??????? wrote: > Hello! > > I have a problem during installation openc++ under WinXP Professional & > Cygwin. > occ.exe receive signal 11 any time I try to use it. > > All log files are in an attachment. > 'make2.log' file is stderr output of 'make test' command > > What shell I do? > Thank you. |