[Orca-users] 0.27 configure trace and make errors

Blair Zajac blair at orcaware.com
Thu Jan 16 12:33:48 PST 2003


Jim Burke wrote:
> 
> I'm having trouble getting 0.27 up on a Sun Ultra220 (SunOS noc1 5.8
> Generic_108528-12 sun4u sparc SUNW,Ultra-60).
> ...
> 
> 660:noc1:[/root/orca]# tar -xf ../orca-0.27.tar
> 661:noc1:[/root/orca]# cd orca-0.27
> 662:noc1:[/root/orca/orca-0.27]# find packages -name configure.in -o
> -name Makefile.am | xargs touch
> 663:noc1:[/root/orca/orca-0.27]# sleep 2
> ouchnoc1:[/root/orca/orca-0.27]# find packages -name configure -o -name
> Makefile.in -o -name stamp-h\* | xargs t
> 665:noc1:[/root/orca/orca-0.27]#

Jim,

I just put up a new orca-0.27.tar.gz at

http://www.orcaware.com/orca/pub/orca-0.27.tar.gz

Try downloading this one and see if the problem goes away.

The other solution is to run these commands instead of the ones
I gave previously:

cd orca-0.27
find . -name configure.in -o -name Makefile.am | xargs touch
sleep 2
find . -name configure -o -name Makefile.in -o -name stamp-h\* | xargs touch

Best,
Blair

-- 
Blair Zajac <blair at orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/


More information about the Orca-users mailing list