Problem with installation PostgreSQL

Поиск
Список
Период
Сортировка
От jaros
Тема Problem with installation PostgreSQL
Дата
Msg-id 01C08AA6.F20CC020@stano.stapro.sk
обсуждение исходный текст
Список pgsql-ports
Hello .
I could't install postgreSQL on my server. Help me please.
My information about my system:
- version of PostgreSQL, what I try to install - v.6.5.2.
- operating system - Solaris 2.6 for SPARC
- SunOS 5.6 Generic_105181-23 sun4u sparc SUNW,Ultra-250
I have installed also:
- gcc-2.8.1-sol26-sparc-local.gz
- libstdc++-2.8.0-sol26-sparc-local.gz
- gmake-3.78-sol2.6.tar.Z
- make-3.76.1-sol26-sparc-local.gz
- flex-2.5.4a-sol26-sparc-local.gz
- bison-1.25-sol26-sparc-local.gz
I am installing according to PostgreSQL Installation Guide.
At the point 12 after typing
    $ cd /usr/src/pgsql/doc
    $ gmake install
I get message
gmake: syntax error at line 1: `(' unexpected

or with     $ make install
make: Fatal error in reader: Makefile, line 26: Unexpected end of line see
likewise at the point 13
    $ cd /usr/src/pgsql/src
    $ gmake all >& make.log &
I get message
    make.log : bad number
    23110 (any number )

I have attached file from  configure.


GNUmake file


Any help would be appreciated.

$ ./configure
loading cache ./config.cache
checking host system type... sparc-sun-solaris2.6
checking echo setting...
checking setting template to... solaris_sparc_gcc
checking setting USE_LOCALE... disabled
checking setting CYR_RECODE... disabled
checking setting MULTIBYTE... disabled
checking setting DEF_PGPORT... 5432
checking setting DEF_MAXBACKENDS... 32
checking setting USE_TCL... disabled
checking setting USE_PERL... disabled
checking setting USE_ODBC... disabled
checking setting ASSERT CHECKING... disabled
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether gcc needs -traditional... (cached) no
- setting CPPFLAGS=
- setting LDFLAGS=
checking for c++... (cached) c++
checking whether the C++ compiler (c++   ) works... yes
checking whether the C++ compiler (c++   ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking for a BSD compatible install... /usr/share/src/pgsql/src/install-sh -c
checking for flex... (cached) flex
checking for yywrap in -lfl... (cached) yes
checking whether ln -s works... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking for ranlib... (cached) ranlib
checking for find... (cached) /usr/bin/find
checking for tar... (cached) /usr/bin/tar
checking for split... (cached) /usr/bin/split
checking for etags... no
checking for xargs... (cached) /usr/bin/xargs
checking for ipcs... (cached) /usr/bin/ipcs
checking for ipcrm... (cached) /usr/bin/ipcrm
checking for trbsd... (cached) /usr/bin/tr
checking for gzcat... (cached) /usr/bin/zcat
checking for bison... (cached) /usr/local/bin/bison
- Using /usr/local/bin/bison -y -d
checking for main in -lsfio... (cached) no
checking for main in -lncurses... (cached) no
checking for main in -lcurses... (cached) yes
checking for main in -ltermcap... (cached) yes
checking for main in -lhistory... (cached) no
checking for main in -lreadline... (cached) no
checking for write_history in -lreadline... (cached) no
checking for main in -lbsd... (cached) no
checking for main in -lm... (cached) yes
checking for main in -ldl... (cached) yes
checking for main in -lsocket... (cached) yes
checking for main in -lnsl... (cached) yes
checking for main in -lipc... (cached) no
checking for main in -lIPC... (cached) no
checking for main in -llc... (cached) no
checking for main in -ldld... (cached) no
checking for main in -lln... (cached) no
checking for main in -lld... (cached) no
checking for main in -lcompat... (cached) no
checking for main in -lBSD... (cached) no
checking for main in -lcrypt... (cached) yes
checking for main in -lgen... (cached) yes
checking for main in -lPW... (cached) no
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for arpa/inet.h... (cached) yes
checking for crypt.h... (cached) yes
checking for dld.h... (cached) no
checking for endian.h... (cached) no
checking for float.h... (cached) yes
checking for fp_class.h... (cached) no
checking for getopt.h... (cached) no
checking for history.h... (cached) no
checking for ieeefp.h... (cached) yes
checking for limits.h... (cached) yes
checking for netdb.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for readline.h... (cached) no
checking for readline/history.h... (cached) no
checking for readline/readline.h... (cached) no
checking for sys/select.h... (cached) yes
checking for termios.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for pwd.h... (cached) yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for preprocessor stringizing operator... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for mode_t... (cached) yes
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for tm_zone in struct tm... (cached) no
checking for tzname... (cached) yes
checking for signed types... yes
checking for volatile... yes
checking for type of last arg to accept... size_t
checking for int timezone... yes
checking for gettimeofday args... 2 args
checking for union semun... no
checking for fcntl(F_SETLK)... no
checking for 8-bit clean memcmp... (cached) yes
checking return type of signal handlers... (cached) void
checking for vprintf... (cached) yes
checking for memmove... (cached) yes
checking for sigsetjmp... (cached) yes
checking for sysconf... (cached) yes
checking for sigprocmask... (cached) yes
checking for waitpid... (cached) yes
checking for setsid... (cached) yes
checking for fcvt... (cached) yes
checking for fpclass... (cached) yes
checking for fp_class... (cached) no
checking for fp_class_d... (cached) no
checking for class... (cached) no
checking for snprintf... (cached) yes
checking for vsnprintf... (cached) yes
checking for isinf... (cached) no
checking for getrusage... (cached) yes
checking for srandom... (cached) yes
checking for gethostname... (cached) yes
checking for random... (cached) yes
checking for inet_aton... (cached) no
checking for strerror... (cached) yes
checking for strdup... (cached) yes
checking for strtol... (cached) yes
checking for strtoul... (cached) yes
checking for strcasecmp... (cached) yes
checking for cbrt... (cached) yes
checking for rint... (cached) yes
checking whether 'long int' is 64 bits... no
checking whether 'long long int' is 64 bits... yes
checking whether snprintf handles 'long long int' as %lld... yes
checking alignment of short... (cached) 2
checking alignment of int... (cached) 4
checking alignment of long... (cached) 4
checking alignment of long long int... (cached) 8
checking alignment of double... (cached) 8
checking for POSIX signal interface... yes
checking for tclsh... no
checking for tcl... no
configure: warning: TCL/TK support disabled; tcl shell is not in your path
creating ./config.status
creating GNUmakefile
creating Makefile.global
creating backend/port/Makefile
creating backend/catalog/genbki.sh
creating backend/utils/Gen_fmgrtab.sh
creating bin/pg_dump/Makefile
creating bin/pg_version/Makefile
creating bin/psql/Makefile
creating bin/pgtclsh/mkMakefile.tcldefs.sh
creating bin/pgtclsh/mkMakefile.tkdefs.sh
creating include/version.h
creating interfaces/libpq/Makefile
creating interfaces/ecpg/lib/Makefile
creating interfaces/libpq++/Makefile
creating interfaces/libpgtcl/Makefile
creating interfaces/odbc/GNUmakefile
creating interfaces/odbc/Makefile.global
creating pl/plpgsql/src/Makefile
creating pl/plpgsql/src/mklang.sql
creating pl/tcl/mkMakefile.tcldefs.sh
creating include/config.h
include/config.h is unchanged
linking ./backend/port/dynloader/solaris_sparc.c to backend/port/dynloader.c
linking ./backend/port/dynloader/solaris_sparc.h to include/dynloader.h
linking ./include/port/solaris_sparc.h to include/os.h
linking ./makefiles/Makefile.solaris_sparc to Makefile.port
linking ./backend/port/tas/solaris_sparc.s to backend/port/tas.s
linking ./include/port to interfaces/odbc/port
linking ./makefiles to interfaces/odbc/makefiles
linking ./template to interfaces/odbc/template
linking ./include/config.h to interfaces/odbc/config.h
$ cd ../doc
$ gmake install
gmake: syntax error at line 1: `(' unexpected
$ make install
make: Fatal error in reader: Makefile, line 26: Unexpected end of line seen

Вложения

В списке pgsql-ports по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: IpcMemoryDetach fails under Cygwin on Win98
Следующее
От: "Oliver Elphick"
Дата:
Сообщение: Stuck Spinlock (fwd) - m68k architecture, 7.0.3