Re: [cfarm-users] Missing command "ar" on gcc210

2022-12-17 Thread Dagobert Michelsen via cfarm-users
Hi, > Am 17.12.2022 um 20:49 schrieb Jaroslav Fojtik via cfarm-users > : > > Hi Bruno & all others, > >> As can be seen from >> https://gitlab.com/ghwiki/gnow-how/-/wikis/Platforms/Configuration >> on some platforms, you need to adjust PATH before starting to compile >> anything. >> >> In pa

Re: [cfarm-users] Missing command "ar" on gcc210

2022-12-17 Thread Bruno Haible via cfarm-users
Jaroslav Fojtik wrote: > >In particular, on Solaris 10, you need to have /usr/ccs/bin in PATH. > This should be a responsibility of anybody who attempts to compile my package. Yes, modifying PATH should not be done in the configure script. It is the responsibility of the person whole compiles the

Re: [cfarm-users] Missing command "ar" on gcc210

2022-12-17 Thread Jaroslav Fojtik via cfarm-users
Hi Bruno & all others, > As can be seen from > https://gitlab.com/ghwiki/gnow-how/-/wikis/Platforms/Configuration > on some platforms, you need to adjust PATH before starting to compile > anything. > > In particular, on Solaris 10, you need to have /usr/ccs/bin in PATH. It is interesting that