On Sat, 22 Nov 2025 at 12:35, Gilles Sadowski <[email protected]> wrote: > > Le ven. 21 nov. 2025 à 19:47, Gary Gregory <[email protected]> a écrit : > >>>> [...] > > > > > > >>> Blocked at the second step of "src/native/unix/INSTALL.txt": > > > > > > >>> > > > > > > >>> $ cd src/native/unix > > > > > > >>> $ sh support/buildconf.sh > >>>> [...] > > > > > > > > > > > > > Are you in the same folder INSTALL.txt is? > > > > That's where you must be to run > > > > > > > > sh support/buildconf.sh > > > > And > > > > ./configure > > > > And > > > > make > > > > > > > > HTH, > > > > > > Thanks, but it doesn't; I am in that directory (as noted earlier in > > > this thread). > > > The second command (not the first) fails. > > > > > > > OK, do you have gcc and make installed. > > $ automake --version > automake (GNU automake) 1.16.3 > Copyright (C) 2020 Free Software Foundation, Inc. > License GPLv2+: GNU GPL version 2 or later > <https://gnu.org/licenses/gpl-2.0.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > > Written by Tom Tromey <[email protected]> > and Alexandre Duret-Lutz <[email protected]>. > > $ gcc --version > gcc (Debian 10.2.1-6) 10.2.1 20210110 > Copyright (C) 2020 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > $ autoconf --version > autoconf (GNU Autoconf) 2.69 > Copyright (C) 2012 Free Software Foundation, Inc. > License GPLv3+/Autoconf: GNU GPL version 3 or later > <http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > > Written by David J. MacKenzie and Akim Demaille. > > $ make --version > GNU Make 4.3 > Built for x86_64-pc-linux-gnu > Copyright (C) 1988-2020 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > > $ sh support/buildconf.sh > support/buildconf.sh: configure script generated successfully > $ ./configure > configure: error: cannot find install-sh, install.sh, or shtool in > ./support "."/./support
What OS/hardware are you using? Maybe we can reproduce the error with a suitable Docker build. Sebb > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
