avr-gcc-list
[Top][All Lists]
Advanced

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

[avr-gcc-list] Building avrdude on Solaris 10


From: Andreas Höschler
Subject: [avr-gcc-list] Building avrdude on Solaris 10
Date: Wed, 16 Dec 2009 00:59:40 +0100

Hi all,

this is my attempt to build avrdude on Solaris 10.

        cd /opt/temp
        pkgadd -d autoconf-2.65-sol10-x86-local
        pkgadd -d automake-1.11.1-sol10-x86-local
        pkgadd -d m4-1.4.12-sol10-x86-local

        cd /usr/src/Arduino
        svn co svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude
        cd avrdude
        ./bootstrap
        ...

bootstrap gives me the following error message:

-bash-3.00# ./bootstrap
Warning: This program is tested with autoconf version 2.59 and 2.61.
You are using autoconf (GNU Autoconf) 2.65.
Warning: This program is tested with automake version 1.9 and 1.10.
You are using automake (GNU automake) 1.11.1.
+ rm -rf autom4te.cache
+ aclocal
/usr/local/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES /usr/local/share/aclocal/pkg.m4:5: run info '(automake)Extending aclocal' /usr/local/share/aclocal/pkg.m4:5: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
autom4te: need GNU m4 1.4 or later: /usr/local/bin/m4
aclocal: autom4te failed with exit status: 1
+ autoheader
autom4te: need GNU m4 1.4 or later: /usr/local/bin/m4
autoheader: '/usr/local/bin/autom4te' failed with exit status: 1
+ autoconf
autom4te: need GNU m4 1.4 or later: /usr/local/bin/m4
+ automake -a -c
autom4te: need GNU m4 1.4 or later: /usr/local/bin/m4
automake: autoconf failed with exit status: 1

Any idea?

Thanks a lot,

 Andreas







reply via email to

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