Hello,
I need a protobuf.a library compiled with a gnu compiler. In order to produce it on Windows 7 I installed MinGW (and msys). Into C:\MinGW\msys\1.0\home\<username> I extracted protobuf-cpp-3.2.0.zip à protobuf-3.2.0. After that I opened the MinGW Shell (utilizing C:\MinGW\msys\1.0.msys.bat), changed to the protobuf directory and tried to run the configure script by “
./configure --prefix=`cd /mingw; pwd -W`”.The Script seems to abort at random locations with errors like:
C:\MinGW\msys\1.0\bin\sh.exe: ***1. Unable to allocate heap 0xBF30000, heap_chunk_size 268435456, pid 7948, Win32 error 0
0 [main] sh 1072 sync_with_child: child 7948(0x194) died before initialization with status code 0x1
423 [main] sh 1072 sync_with_child: *** child state waiting for longjump ./configure: fork: Resource temporarily unavailable
I also tried to rebase all dlls in msys\1.0\bin but it doesn’t help. Is there a way to fix that problem? Is there a simpler way to create the protobuf.a library using gcc/g++ on windows?
Best Regards
Jürgen Hödl
You received this message because you are subscribed to the Google Groups "Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.
