help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

installation help on SunOS 5.7


From: Gabriel Rios
Subject: installation help on SunOS 5.7
Date: Wed, 28 Mar 2001 15:43:03 -0600

Hi.

I'm installing gmake for a  i86pc SunOS 5.7

Using default make  and root user I have the next response:

# make
make  all-recursive
make[1]: Entering directory
`/export/home/oficina/desarrollo/grios/gnu/make/make-3.79'
Making all in glob
make[2]: Entering directory
`/export/home/oficina/desarrollo/grios/gnu/make/make-3.79/glob'
gcc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include  -g -O2 -c
glob.c
gcc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include  -g -O2 -c
fnmatch.c
rm -f libglob.a
ar cru libglob.a glob.o fnmatch.o
make[2]: ar: Command not found
make[2]: *** [libglob.a] Error 127
make[2]: Leaving directory
`/export/home/oficina/desarrollo/grios/gnu/make/make-3.79/glob'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/export/home/oficina/desarrollo/grios/gnu/make/make-3.79'
make: *** [all-recursive-am] Error 2

If  I use build.sh, it compiles all .c programs  and the make generated
almost get the same error:

# ./make
/export/home/oficina/desarrollo/grios/gnu/make/make-3.79/./make
all-recursive
make[1]: Entering directory
`/export/home/oficina/desarrollo/grios/gnu/make/make-3.79'
Making all in glob
make[2]: Entering directory
`/export/home/oficina/desarrollo/grios/gnu/make/make-3.79/glob'
rm -f libglob.a
ar cru libglob.a glob.o fnmatch.o
make[2]: ar: Command not found
make[2]: *** [libglob.a] Error 127
make[2]: Leaving directory
`/export/home/oficina/desarrollo/grios/gnu/make/make-3.79/glob'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/export/home/oficina/desarrollo/grios/gnu/make/make-3.79'
make: *** [all-recursive-am] Error 2

What happens?. I really need this tool  for compile the postgreSQL DBMS.

Thanks for your help.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]