Has any body installed bird routing in sun solaris? I tried and failed. Below is detail:
# ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for library containing clock_gettime... -lrt
checking build system type... i386-pc-solaris2.10
checking host system type... i386-pc-solaris2.10
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking what CFLAGS should we use... -g -O2 -Wall -Wstrict-prototypes -Wno-parentheses
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... tools/install-sh -c
checking for ranlib... ranlib
checking for flex... flex
checking for bison... bison
checking for gm4... gm4
configure: error: Cannot determine correct system configuration. Please use --with-sysconfig to set it manually.
when used "--with-sysconfig" , below are detail:
# ./configure --with-sysconfig
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for library containing clock_gettime... -lrt
checking build system type... i386-pc-solaris2.10
checking host system type... i386-pc-solaris2.10
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking what CFLAGS should we use... -g -O2 -Wall -Wstrict-prototypes -Wno-parentheses
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... tools/install-sh -c
checking for ranlib... ranlib
checking for flex... flex
checking for bison... bison
checking for gm4... gm4
checking which OS configuration should we use... ./sysdep/cf/yes.h
configure: error: The system configuration file is missing.
PLz help me