Re: test-pthread-rwlock failure on Pop!_OS 22.04 LTS

2024-07-07 Thread Bruno Haible
Paul Eggert wrote: > >1. Install a toolchain for creating binaries linked against musl-libc: > > $ sudo apt install musl-gcc > >2. Create a testdir for the module 'pthread-rwlock'. > >3. Build it with CC="gcc". You should still see the test failure after > > 10 minutes. > >

Re: We can not run gnulib-tool in the MinGW.

2024-07-07 Thread anlex N
my prefix=/e/workspace/github.com/gnu/gnulib/my-gnulib/me/build/make/built, make install do not work. me@DOOR UCRT64 /e/workspace/github.com/gnu/gnulib/my-gnulib/me/build/make $ make install Making install in gllib make[1]: Entering directory '/e/workspace/github.com/gnu/gnulib/my-gnulib/me/build/

Re: We can not run gnulib-tool in the MinGW.

2024-07-07 Thread Bruno Haible
anlex N wrote: > my prefix=/e/workspace/github.com/gnu/gnulib/my-gnulib/me/build/make/built, > make install do not work. https://www.gnu.org/software/gnulib/manual/html_node/Building-gnulib.html does not say that "make install" does anything useful in this situation. What are you trying to do? W

Re: We can not run gnulib-tool in the MinGW.

2024-07-07 Thread Paul Eggert
On 7/8/24 06:22, anlex N wrote: 1. After I make successfully, I want to place those built files to /e/workspace/github.com/gnu/gnulib/my-gnulib/me/build/make/built. I don't know why that would be useful, but you could use 'cp' to copy them whereever you want. If the goal is to create

Re: We can not run gnulib-tool in the MinGW.

2024-07-07 Thread Bruno Haible
anlex N wrote: >2. I have read all parts of the manual. Don't lie. (The gnulib manual is too large to read in its entirety by any individual.) >1. After I make successfully, I want to place those built files to >/e/workspace/github.com/gnu/gnulib/my-gnulib/me/build/make/built. This i

Re: We can not run gnulib-tool in the MinGW.

2024-07-07 Thread anlex N
As you say, only `cp /my-gnulib/you/build/make/gllib/signal.h /e/workspace/ github.com/gnu/readline` ?? On Mon, Jul 8, 2024 at 1:13 PM Bruno Haible wrote: > anlex N wrote: > >2. I have read all parts of the manual. > > Don't lie. (The gnulib manual is too large to read in its entirety by

Re: We can not run gnulib-tool in the MinGW.

2024-07-07 Thread anlex N
As you say, I can only run the command: cp /my-gnulib/you/build/make/gllib/signal.h /e/workspace/ github.com/gnu/readline ?? On Mon, Jul 8, 2024 at 1:58 PM anlex N wrote: > As you say, only `cp /my-gnulib/you/build/make/gllib/signal.h /e/workspace/ > github.com/gnu/readline`