On Fri, May 1, 2020 at 6:41 AM Jeffrey Walton <[email protected]> wrote: > [...] > > When you build libtool from sources, use the '--program-prefix=g' > option to avoid the name collision. > > The prefix is also used for some programs, like sed and awk, because > of all the forks floating around. > > Jeff
Thanks a lot, Ryan and Jeff. Yes, the key was the "--program-prefix=g". With it, both versions can coexist. Thanks a lot!! César
