Cygwin error: “child_info_fork::abort: Loaded to different address:”

后端 未结 4 2113
日久生厌
日久生厌 2020-12-06 05:24

I am trying to build my software using cygwin-x86(32 bit version) on Windows-7.
Cygwin-x64(64 bit) works perfectly fine on the same machine. I want to build 32-bit exec

4条回答
  •  悲&欢浪女
    2020-12-06 05:44

    The thread is obsolete.

    run /usr/bin/rebase-trigger, close all cygwin processes and run again setup-x86.exe. Also without installing anything will execute a rebase for you.

    You can also specify the option full.

    Additional note: The most likely cause of fork problems on 32 bit system are too many programs and libraries installed.

    for example: /usr/x86_64-pc-cygwin/sys-root/usr/bin/cygz.dll

    belongs to cygwin64-zlib a cross library for building cygwin64 programs from cygwin32. Do you really need it ? If not, as I suspect, remove all cywgin64 packages .

提交回复
热议问题