Hi pd, yes, this is a common issue with cygwin and fork.

Are you on a 64-bit bit PC? If so, I have an experimental version of
PicoLisp on 64-bit that might be useful -
https://github.com/joebo/picoLisp-win-x86-64

I can elaborate if so

On Tue, Jun 13, 2017 at 3:22 PM, pd <eukel...@gmail.com> wrote:

> Hi,
>
> I've tried to build picolisp in mobaxterm (a terminal program including
> cygwin preinstalled) but I have a bunch of errors about foking and dll's
> loading in different memory address
>
>  ➤ make
>       0 [main] make 14124 child_info_fork::abort:
> C:\Users\jose\DOWNLO~1\jose\PROGRA~2\MOBAXT~1\PERSIS~1\slash\bin\cyggmp-10.dll:
> Loaded to different address: parent(0x6C0000) != child(0xDC0000)
> make: Makefile:38: fork: Resource temporarily unavailable
>       0 [main] make 852 child_info_fork::abort:
> C:\Users\jose\DOWNLO~1\jose\PROGRA~2\MOBAXT~1\PERSIS~1\slash\bin\cyggmp-10.dll:
> Loaded to different address: parent(0x6C0000) != child(0xE40000)
> make: Makefile:58: fork: Resource temporarily unavailable
>       0 [main] make 8692 child_info_fork::abort:
> C:\Users\jose\DOWNLO~1\jose\PROGRA~2\MOBAXT~1\PERSIS~1\slash\bin\cyggmp-10.dll:
> Loaded to different address: parent(0x6C0000) != child(0x700000)
> make: Makefile:67: fork: Resource temporarily unavailable
>       0 [main] make 11008 child_info_fork::abort:
> C:\Users\jose\DOWNLO~1\jose\PROGRA~2\MOBAXT~1\PERSIS~1\slash\bin\cyggmp-10.dll:
> Loaded to different address: parent(0x6C0000) != child(0xE60000)
> make: Makefile:76: fork: Resource temporarily unavailable
>       0 [main] make 5924 child_info_fork::abort:
> C:\Users\jose\DOWNLO~1\jose\PROGRA~2\MOBAXT~1\PERSIS~1\slash\bin\cyggmp-10.dll:
> Loaded to different address: parent(0x6C0000) != child(0xE40000)
> make: Makefile:94: fork: Resource temporarily unavailable
> gcc -c -O2 -pipe -falign-functions=32 -fomit-frame-pointer
> -fno-strict-aliasing -W -Wimplicit -Wreturn-type -Wunused -Wformat
> -Wuninitialized -Wstrict-prototypes -D_GNU_SOURCE  -D_FILE_OFFSET_BITS=64
> -D_OS='"Windows_NT"' subr.c
>       0 [main] make 14792 child_info_fork::abort:
> C:\Users\jose\DOWNLO~1\jose\PROGRA~2\MOBAXT~1\PERSIS~1\slash\bin\cyggmp-10.dll:
> Loaded to different address: parent(0x6C0000) != child(0xE40000)
> make: fork: Resource temporarily unavailable
>
>
> anyone have tried to build with mobaxterm or cygwin and had similar
> problems?
>
> regards
>
> --
> Andrés
>
> *~ La mejor manera de librarse de la tentación es caer en ella**. ~ Oscar
> Wilde* ~
>

Reply via email to