simulavr-devel
[Top][All Lists]
Advanced

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

Re: [Simulavr-devel] new release?


From: Joerg Wunsch
Subject: Re: [Simulavr-devel] new release?
Date: Mon, 20 May 2013 21:42:18 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

As Klaus Rudolph wrote:

> I can't see anything special to both files in the Makefiles. So I
> hope someone else can have a look for that mystery.

OK, I ran a "make distclean" again, and try to bootstrap anew.

Unfortunately, I now get a bunch of warnings from the bootstrap tools:

libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
automake-1.12: warnings are treated as errors
examples/anacomp/Makefile.am:38: warning: '%'-style pattern rules are a GNU 
make extension
examples/atmega128_timer/Makefile.am:27: warning: '%'-style pattern rules are a 
GNU make extension
examples/atmega48/Makefile.am:46: warning: '%'-style pattern rules are a GNU 
make extension
examples/atmel_key/Makefile.am:42: warning: '%'-style pattern rules are a GNU 
make extension
examples/feedback/Makefile.am:34: warning: '%'-style pattern rules are a GNU 
make extension
examples/simple_ex1/Makefile.am:38: warning: '%'-style pattern rules are a GNU 
make extension
examples/spi/Makefile.am:39: warning: '%'-style pattern rules are a GNU make 
extension
examples/stdiodemo/Makefile.am:41: warning: '%'-style pattern rules are a GNU 
make extension
examples/verilog/Makefile.am:32: warning: '%'-style pattern rules are a GNU 
make extension
examples/verilog/Makefile.am:47: warning: '%'-style pattern rules are a GNU 
make extension
examples/verilog/Makefile.am:56: warning: '%'-style pattern rules are a GNU 
make extension
examples/verilog/Makefile.am:59: warning: '%'-style pattern rules are a GNU 
make extension
examples/verilog/Makefile.am:62: warning: '%'-style pattern rules are a GNU 
make extension
examples/verilog/Makefile.am:65: warning: '%'-style pattern rules are a GNU 
make extension
regress/gtest/Makefile.am:60: warning: '%'-style pattern rules are a GNU make 
extension
regress/gtest/Makefile.am:63: warning: '%'-style pattern rules are a GNU make 
extension
regress/gtest/Makefile.am:66: warning: '%'-style pattern rules are a GNU make 
extension
regress/gtest/Makefile.am:45: warning: 'CXXFLAGS' is a user variable, you 
should not override it;
regress/gtest/Makefile.am:45: use 'AM_CXXFLAGS' instead
/usr/local/share/automake-1.12/am/ltlibrary.am: warning: 'lib_pysimulavr.la': 
linking libtool libraries using a non-POSIX
/usr/local/share/automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' 
in 'configure.ac'
src/Makefile.am:34:   while processing Libtool library 'lib_pysimulavr.la'
/usr/local/share/automake-1.12/am/ltlibrary.am: warning: 'libavrvpi.la': 
linking libtool libraries using a non-POSIX
/usr/local/share/automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' 
in 'configure.ac'
src/Makefile.am:59:   while processing Libtool library 'libavrvpi.la'
/usr/local/share/automake-1.12/am/ltlibrary.am: warning: 'libsim.la': linking 
libtool libraries using a non-POSIX
/usr/local/share/automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' 
in 'configure.ac'
src/Makefile.am:18:   while processing Libtool library 'libsim.la'
/usr/local/share/automake-1.12/am/ltlibrary.am: warning: 'libsimulavr.la': 
linking libtool libraries using a non-POSIX
/usr/local/share/automake-1.12/am/ltlibrary.am: archiver requires 'AM_PROG_AR' 
in 'configure.ac'
src/Makefile.am:27:   while processing Libtool library 'libsimulavr.la'
src/Makefile.am:13: warning: 'CXXFLAGS' is a user variable, you should not 
override it;
src/Makefile.am:13: use 'AM_CXXFLAGS' instead

and the resulting configuration can no longer run configure:

% ./configure --with-bfd=/usr/local
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 dependency style of gcc... gcc3
checking for dlopen in -ldl... no
checking for deflate in -lz... yes
checking whether build system is MSYS/MingW... no
checking build system type... i386-unknown-freebsd8.2
checking host system type... i386-unknown-freebsd8.2
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/local/bin/nm -B
checking the name lister (/usr/local/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i386-unknown-freebsd8.2 file names to 
i386-unknown-freebsd8.2 format... func_convert_file_noop
checking how to convert i386-unknown-freebsd8.2 file names to toolchain 
format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/local/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd8.2 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd8.2 ld.so
checking how to hardcode library paths into programs... immediate
checking for swig... /usr/local/bin/swig
checking for SWIG version... 1.3.40
configure: WARNING: SWIG version >= 2.0.0 is required.  You have 1.3.40.  You 
should look at http://www.swig.org
configure: Don't worry, we can try to find SWIG 1.3.x!
checking for swig... (cached) /usr/local/bin/swig
checking for SWIG version... 1.3.40
configure: SWIG executable is '/usr/local/bin/swig'
configure: SWIG library directory is '/usr/local/share/swig/1.3.40'
checking Tcl desired... yes
tclConfig.sh directory = /usr/lib
checking for /usr/lib/tclConfig.sh... no
configure: WARNING: tclConfig.sh not found .. guessing
checking tcl.h usability... no
checking tcl.h presence... no
checking for tcl.h... no
checking for tcl.h... (cached) no
configure: WARNING: prefered version wish not found
checking for wish... /usr/local/bin/wish
configure: WARNING: prefered version tclsh not found
checking for tclsh... /usr/local/bin/tclsh
In FreeBSD, tclsh is named with a version number.  This is because
different versions of tclsh are not compatible with each other and
they can not all be called "tclsh"!  You may need multiple versions
installed because a given port may depend on a specific version.

On your system, tclsh is installed under at least the following names:

tclsh8.4
tclsh8.5
tclsh8.6
checking for --enable-python... no
checking for python... /usr/local/bin/python
checking for python version... 2.6
checking for python platform... freebsd8
checking for python script directory... ${prefix}/lib/python2.6/site-packages
checking for python extension module directory... 
${exec_prefix}/lib/python2.6/site-packages
checking for time... yes
checking for avr-as... avr-as
checking for avr-ld... avr-ld
checking for avr-gcc... avr-gcc
checking for avr-g++... avr-g++
checking for avr-nm... avr-nm
checking for nm... nm
with_bfd = /usr/local
with_libiberty = check
checking bfd search- /usr/local/i386-unknown-freebsd8.2/avr in "include" and 
"lib"... no
checking bfd search- /usr/local/avr in "include" and "lib"... no
checking bfd search- /usr/local in "" and ""... no
checking bfd search- /usr/local in "bfd" and "bfd"... no
checking bfd search- /usr/local in "include" and "lib64"... no
checking bfd search- /usr/local in "include" and "lib"... yes
checking libiberty search- /usr/local/i386-unknown-freebsd8.2/avr in "lib"... no
checking libiberty search- /usr/local/avr in "lib"... no
checking libiberty search- /usr/local in ""... no
checking libiberty search- /usr/local in "lib64"... no
checking libiberty search- /usr/local in "lib"... yes
checking XML part description files in src/fab/atmel-xml/... NOT available
checking vpi_user.h usability... no
checking vpi_user.h presence... no
checking for vpi_user.h... no
checking iverilog/vpi_user.h usability... no
checking iverilog/vpi_user.h presence... no
checking for iverilog/vpi_user.h... no
checking for gtkwave... /usr/local/bin/gtkwave
checking for iverilog... no
checking for vvp... no
checking for tex... tex
checking google test library... NOT configured
configure: WARNING: 
configure: WARNING: Tcl Development Kit Not Installed
configure: WARNING: Not building Tcl interface or examples
configure: WARNING: 
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating regress/regress.py
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/hwtimer/Makefile
config.status: creating src/cmd/Makefile
config.status: creating src/ui/Makefile
config.status: error: cannot find input file: `src/python/Makefile.in'

-- 
cheers, Joerg               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/
Never trust an operating system you don't have sources for. ;-)



reply via email to

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