This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problems building Insight 5.3 on Sun Solaris !


Hi, I get the following when building Insight with gcc ( gcc version 2.95.2 19991024 (release) ) on Sun Solaris 5.8 ( SunOS bt1sss95 5.8 Generic_108528-07 sun4u sparc SUNW,Ultra-Enterprise ) :

C608N0DB sopmov3@bt1sss95:/usr/users/sopmov3/tools/insight-5.3/gdb> cp -r gdbtk src
C608N0DB sopmov3@bt1sss95:/usr/users/sopmov3/tools/insight-5.3/gdb> mkdir insight; cd insight
C608N0DB sopmov3@bt1sss95:/usr/users/sopmov3/tools/insight-5.3/gdb/insight> ../src/configure
creating cache ./config.cache
checking for a BSD compatible install... ../../install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... sparc-sun-solaris2.8
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... 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... yes
checking whether gcc accepts -g... yes
checking for object suffix... o
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... no
updating cache ./config.cache
creating ./config.status
creating Makefile
configuring in plugins
running /bin/sh ../../src/plugins/configure  --cache-file=.././config.cache --srcdir=../../src/plugins
loading cache .././config.cache
checking for a BSD compatible install... ../../../install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make sets ${MAKE}... (cached) yes
checking host system type... sparc-sun-solaris2.8
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 for object suffix... (cached) o
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking for executable suffix... (cached) no
checking for Tcl configuration script... configure: warning: Can't find Tcl configuration definitions
checking for Tk configuration script... configure: warning: Can't find Tk configuration definitions
checking how to run the C preprocessor... gcc -E
checking for Tcl headers in the source tree... /SOPRADEV/sopmov3/tools/insight-5.3/tcl/generic
/SOPRADEV/sopmov3/tools/insight-5.3/tcl/generic
checking for Tk headers in the source tree... /SOPRADEV/sopmov3/tools/insight-5.3/tk/generic
found in /SOPRADEV/sopmov3/tools/insight-5.3/tk/generic
updating cache .././config.cache
creating ./config.status
creating Makefile
creating rhabout/Makefile
creating rhabout/rhabout.tcl
creating intel-pentium/Makefile
creating intel-pentium/intel-pentium.tcl
C608N0DB sopmov3@bt1sss95:/usr/users/sopmov3/tools/insight-5.3/gdb/insight> make
Making all in plugins
Making all in rhabout
make: Fatal error in reader: Makefile, line 59: Unexpected end of line seen
Current working directory /SOPRADEV/sopmov3/tools/insight-5.3/gdb/insight/plugins/rhabout
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /SOPRADEV/sopmov3/tools/insight-5.3/gdb/insight/plugins
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
C608N0DB sopmov3@bt1sss95:/usr/users/sopmov3/tools/insight-5.3/gdb/insight> 

Thanks a lot for your help.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]