Re: posix_spawn

2025-04-23 Thread Camm Maguire via Cygwin-apps
gt; spawn 2e FPS_BROWSER_APP_PROFILE_STRING=Internet Explorer > spawn 2e PROCESSOR_ARCHITECTURE=AMD64 > spawn 2e PUBLIC=C:\Users\Public > spawn 2e SYSTEMDRIVE=C: > spawn 2e EXECIGNORE=*.dll > spawn 2e OLDPWD=/cygdrive/c/Users/cammm/32/gclm/gcl/gcl > spawn 2e ProgramData=C:\ProgramData > spawn 2e emac

Re: posix_spawn

2025-04-22 Thread Camm Maguire via Cygwin-apps
, = massert(!posix_spawn_file_actions_init(&file_actions)); massert(!posix_spawnattr_init(&attr)); printf("spawn 2 %s\n",*p1); for (pp=p1;pp writes: > On 4/19/2025 1:42 PM, Camm Maguire via Cygwin-apps wrote: >> Greetings! >

Re: posix_spawn

2025-04-22 Thread Camm Maguire via Cygwin-apps
Greetings, and thanks so much! Mark Geisert via Cygwin-apps writes: > On 4/19/2025 1:42 PM, Camm Maguire via Cygwin-apps wrote: >> Greetings! >> posix_spawn is returning non-zero without setting errno: >>massert(!posix_spawnp(&pid, *p1, &file_actions, &attr,

posix_spawn

2025-04-19 Thread Camm Maguire via Cygwin-apps
Greetings! posix_spawn is returning non-zero without setting errno: massert(!posix_spawnp(&pid, *p1, &file_actions, &attr, (void *)p1, environ)); Is this intended to be supported? Is it known to be working or not working elsewhere? Take care, -- Camm Maguire

Re: Shared libraries with undefined symbols

2025-04-19 Thread Camm Maguire via Cygwin-apps
Greetings! Jon Turney writes: > On 18/04/2025 19:02, Camm Maguire wrote: >> Greetings! >> Is there an equivalent to >> gcc -shared -Wl,-undefined -Wl,dynamic_lookup o/boot.c -o >> unixport/libboot.so >> or >> gcc -shared -Wl,--allow-shlib-undefined o/boot.c -o >> unixport/libboot.so >> > > No.

Shared libraries with undefined symbols

2025-04-18 Thread Camm Maguire via Cygwin-apps
Greetings! Is there an equivalent to gcc -shared -Wl,-undefined -Wl,dynamic_lookup o/boot.c -o unixport/libboot.so or gcc -shared -Wl,--allow-shlib-undefined o/boot.c -o unixport/libboot.so on cygwin? Take care, -- Camm Maguirec...@maguirefamily.org ==

Re: GCL and dependencies on cygwin

2025-04-12 Thread Camm Maguire via Cygwin-apps
once the basics are clear I will clean up the cygport file. Take care, Jon Turney writes: > On 26/03/2025 11:25, Camm Maguire via Cygwin-apps wrote: >> Greetings, and thanks again so much! >> Alas the autobuild failed. I tested with a virtualbox running >> Windows >>

Re: GCL and dependencies on cygwin

2025-04-04 Thread Camm Maguire via Cygwin-apps
Jon Turney writes: > On 26/03/2025 11:25, Camm Maguire via Cygwin-apps wrote: >> Greetings, and thanks again so much! >> Alas the autobuild failed. I tested with a virtualbox running >> Windows >> 10 and what I believe is up to date stable cygwin and it succeeded.

Re: GCL and dependencies on cygwin

2025-04-04 Thread Camm Maguire via Cygwin-apps
reference possibly modifying the heap before this point. This might be the problem, though I certainly hope this is not it Take care, On 26/03/2025 18:10, Camm Maguire via Cygwin-apps wrote: > Greetings, and thanks so much for the feedback! > > I watched the build, and it hung on

Re: GCL and dependencies on cygwin

2025-03-26 Thread Camm Maguire via Cygwin-apps
Greetings, and thanks so much for the feedback! I watched the build, and it hung on a single step early on for 6h. There is an instability forking children reliably. I've seen this come and go on my machine. Here is the relevant code, back from several years ago when cygwin was 32bit. The first

Re: GCL and dependencies on cygwin

2025-03-26 Thread Camm Maguire via Cygwin-apps
Cygwin-apps writes: > .git/config: > url = ssh://cygwin{at}cygwin{dot}com/git/cygwin-packages/playground.git > > On 2025-03-25 15:10, Camm Maguire via Cygwin-apps wrote: >> Greetings -- just checking, the url I should use is: >> c...@cygwin.com:/git/cygwin-packages/playgro

Re: GCL and dependencies on cygwin

2025-03-25 Thread Camm Maguire via Cygwin-apps
Greetings -- just checking, the url I should use is: c...@cygwin.com:/git/cygwin-packages/playground.git Still getting permission denied. Take care, Jon Turney writes: > On 25/03/2025 20:20, Camm Maguire via Cygwin-apps wrote: >> Name: Camm Maguire >> BEGIN SSH2 PUBLIC

Re: GCL and dependencies on cygwin

2025-03-25 Thread Camm Maguire via Cygwin-apps
Thank you for this very helpful email! Brian Inglis writes: > Then create a local git repo gcl containing the cygport (and any > patches or other included sources); > checkout your sources on a playground branch; > and force push that branch to Cygwin's package playground repo: > > https:

Re: GCL and dependencies on cygwin

2025-03-25 Thread Camm Maguire via Cygwin-apps
18:47, Camm Maguire via Cygwin-apps wrote: >> Brian Inglis writes: >> >>> Then create a local git repo gcl containing the cygport (and any >>> patches or other included sources); >>> checkout your sources on a playground branch; >>> and force p