< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] Compilation error


Here it is:

[fabio@focus fabio]$ uname -a
Linux focus 2.6.3-7mdk #1 Wed Mar 17 15:56:42 CET 2004 i686 unknown
unknown GNU/Linux

[fabio@focus fabio]$ cat /proc/cpuinfo
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 8
model name      : Pentium III (Coppermine)
stepping        : 6
cpu MHz         : 731.217
cache size      : 256 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge
mca cmov pat pse36 mmx fxsr sse
bogomips        : 1445.88

[fabio@focus fabio]$ cat /proc/meminfo
MemTotal:       255072 kB
MemFree:         11456 kB
Buffers:         33100 kB
Cached:         114264 kB
SwapCached:      15120 kB
Active:         159416 kB
Inactive:        50120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:       255072 kB
LowFree:         11456 kB
SwapTotal:      248968 kB
SwapFree:       191808 kB
Dirty:              76 kB
Writeback:           0 kB
Mapped:          98648 kB
Slab:            11496 kB
Committed_AS:   245368 kB
PageTables:       1476 kB
VmallocTotal:   778164 kB
VmallocUsed:      6472 kB
VmallocChunk:   771576 kB

[fabio@focus fabio]$ automake --version
automake (GNU automake) 1.4-p6

[fabio@focus fabio]$ autoconf --version
Autoconf version 2.13

[fabio@focus fabio]$ ls $(which autoconf)*
/usr/bin/autoconf@  /usr/bin/autoconf-2.13*  /usr/bin/autoconf-2.5x*

[fabio@focus fabio]$ ls $(which automake)*
/usr/bin/automake@  /usr/bin/automake-1.4*

There are no other versions of autotools installed... I'll try to run
make from a fresh checkout then, and report back here with the results
from that...
Thanks for all the help.

Fabio

On Tue, 29 Mar 2005 08:13:09 -0700, Alan Hawrylyshen <alan@xxxxxxxxxx> wrote:
> 
> On Mar 29, 2005, at 04.18, Fabio Margarido wrote:
> 
> > That simply does not work... I had tried that already, and haven't
> > been able to build it at all until now.... Here's the full output of
> > what that command list produces:
> >
> >
> 
> Thanks for the detailed output, can you please also send me the output
> from:
> 
> * uname -a
> * cat /proc/cpuinfo
> * cat /proc/meminfo
> * automake --version
> * autoconf --version
> * ls $(which autoconf)*
> * ls $(which automake)*
> 
> The last two should list all the versions of autoconf and automake that
> you have installed in the same place as autoconf and automake
> respectively.  If you know you have other (newer?) autotools, please
> list them too.
> 
> The subdirectory errors point to VERY old autotools.  I suspect that
> you need the newer tools chain if you want to use the autotools.  If
> you prefer, a vanilla checkout's makefile should JUST work for you.
> 
> Thanks
> 
> Alan
> 
> a l a n a t j a s o m i d o t c o m
> 
>