On 04/10/10 01:21 PM, Chris Syntichakis wrote:
Hi,

I am trying to compile this (under svn_134) 
http://wiki.openmoko.org/wiki/Dfu-util#Source_Code

The autogen.sh says

Can't exec "aclocal": No such file or directory at 
/usr/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf: failed to run aclocal: No such file or directory

How can I find the 'aclocal' ? (what is the package name..)

OpenSolaris purposefully doesn't deliver a /usr/bin/aclocal binary, instead aclocal binaries are delivered with their version-specific name.

So you're looking for /usr/bin/aclocal-1.10 or /usr/bin/aclocal-1.9

You can find those binaries in these packages for b134:

    pkg:/developer/build/automake-110
    pkg:/developer/build/automake-19

You could have found them using:

pkg search '/usr/bin/aclocal*'

Cheers,
-Shawn
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to