[Sorry autocompleted wrong list]

On 2024-10-10 15:01, Brian Inglis via Cygwin-apps wrote:
On 2024-10-10 02:49, Jim McNamara wrote:
deathly slow oops.
On Thursday, October 10th, 2024 at 4:47 AM, Jim McNamara wrote:
I found aclocal.
It was named aclocal-1.16 or some such.
I tried searching find / -name 'aclocal*'
and it is deafly slow.
I tried in windows explorer and it came up fast.
I need to fix locate on this machine if i can do a wild card
search or just use explorer for quicker searches.

Use bash:

$ ll /*bin/aclocal*

you can also search subdirs with .../**/...

Don't worry about the bits - just install Cygwin packages autoconf, automake, autogen, gcc-core, make and on Cygwin run from the source directory:

$ autoreconf -fiv
$ ./configure
$ make

although often an out of tree build is preferred to separate generated output from source input, but there are quirks that cygport works around or allows you to handle easily.

--
Take care. Thanks, Brian Inglis              Calgary, Alberta, Canada

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retirer     but when there is no more to cut
                                -- Antoine de Saint-Exupéry

Reply via email to