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

Bruno Haible bruno at clisp.org
Sat Dec 17 02:47:19 CET 2022


Jaroslav Fojtik wrote:
> *******************************************************************************           
> ar rcs libatoms.a struct.o dbllist.o sets.o std_str.o struct.o lists.o strings.o stack.o 
> utf8.o mtx_impl.o
> gmake[2]: ar: No such file or directory
> gmake[2]: *** [makefile:43: libatoms.a] Error 127
> gmake[2]: Leaving directory '/export/home/jara/wp2latex/trunk/sources.cc/atoms'
> gmake[1]: *** [makefile:138: ../atoms/libatoms.a] Error 2
> gmake[1]: Leaving directory '/export/home/jara/wp2latex/trunk/sources.cc/cp_lib'
> gmake: *** [makefile:35: cplib] Error 2
> jara at gcc-solaris10:/export/home/jara/wp2latex/trunk$ ar
> bash: ar: command not found
> jara at gcc-solaris10:/export/home/jara/wp2latex/trunk$
> *******************************************************************************

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.

Bruno





More information about the cfarm-users mailing list