This is the mail archive of the insight@sourceware.org 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]

Re: Problems with function pointers in C++


Geert Vancompernolle wrote:
Keith Seitz wrote:

ftp://sourceware.org/pub/insight/snapshots/current


I'll be doing a new one in a few hours...

Some more info which might be useful: the output of the command ./configure --target=cris-axis-linux-gnu:


geertvc@VirLinGeva:~/applications/insight/insight-6.7.5-RC/src$ ./configure --target=cris-axis-linux-gnu
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... cris-axis-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
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 ANSI C... none needed
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking for gnatbind... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
*** removing intl/Makefile to force reconfigure
*** removing libiberty/Makefile to force reconfigure
*** removing bfd/Makefile to force reconfigure
checking for bison... bison -y
checking for bison... bison
checking for gm4... no
checking for gnum4... no
checking for m4... m4
checking for flex... flex
checking for flex... flex
checking for makeinfo... makeinfo
checking for expect... no
checking for runtest... no
checking for ar... ar
checking for as... as
checking for dlltool... no
checking for ld... ld
checking for lipo... no
checking for nm... nm
checking for ranlib... ranlib
checking for strip... strip
checking for windres... no
checking for windmc... no
checking for objcopy... objcopy
checking for objdump... objdump
checking for cris-axis-linux-gnu-cc... no
checking for cris-axis-linux-gnu-gcc... cris-axis-linux-gnu-gcc
checking for cris-axis-linux-gnu-c++... cris-axis-linux-gnu-c++
checking for cris-axis-linux-gnu-gcc... cris-axis-linux-gnu-gcc
checking for cris-axis-linux-gnu-gcj... no
checking for cris-axis-linux-gnu-gfortran... no
checking for cris-axis-linux-gnu-ar... cris-axis-linux-gnu-ar
checking for cris-axis-linux-gnu-as... cris-axis-linux-gnu-as
checking for cris-axis-linux-gnu-dlltool... no
checking for cris-axis-linux-gnu-ld... cris-axis-linux-gnu-ld
checking for cris-axis-linux-gnu-lipo... no
checking for cris-axis-linux-gnu-nm... cris-axis-linux-gnu-nm
checking for cris-axis-linux-gnu-objdump... cris-axis-linux-gnu-objdump
checking for cris-axis-linux-gnu-ranlib... cris-axis-linux-gnu-ranlib
checking for cris-axis-linux-gnu-strip... cris-axis-linux-gnu-strip
checking for cris-axis-linux-gnu-windres... no
checking for cris-axis-linux-gnu-windmc... no
checking where to find the target ar... pre-installed
checking where to find the target as... pre-installed
checking where to find the target cc... pre-installed
checking where to find the target c++... pre-installed
checking where to find the target c++ for libstdc++... pre-installed
checking where to find the target dlltool... pre-installed
checking where to find the target gcc... pre-installed
checking where to find the target gcj... pre-installed
checking where to find the target gfortran... pre-installed
checking where to find the target ld... pre-installed
checking where to find the target lipo... pre-installed
checking where to find the target nm... pre-installed
checking where to find the target objdump... pre-installed
checking where to find the target ranlib... pre-installed
checking where to find the target strip... pre-installed
checking where to find the target windres... pre-installed
checking where to find the target windmc... pre-installed
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether -fkeep-inline-functions is supported... yes
configure: creating ./config.status
config.status: creating Makefile


Also here, you see it finds "makeinfo", so the error message I get is a bit of a mystery to me...

--
*Best rgds,

--Geert

*


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