Linux 2.4.21-9.0.3.EL #1 x86_64 x86_64 x86_64 GNU/Linux - [Red Hat Enterprise Linux WS release 3 (Taroon)]
- Works

Linux 2.4.21-4.ELsmp #1 SMP i686 i686 i386 GNU/Linux - [Red Hat Enterprise Linux WS release 3 (Taroon)]
- Works

SunOS 5.9 Generic sun4u sparc SUNW,Sun-Fire-280R
- Works, configure hangs at the 4 following fortran checks, but running `pkill f77pass1` a few times seem to get help the process along:
checking whether we are using the GNU Fortran 77 compiler...
checking whether f77 accepts -g...
checking if f77 PIC flag -fPIC works...
checking if f77 supports -c -o file.o...

SunOS 5.8 Generic_108528-13 sun4u sparc SUNW,Ultra-5_10
- same as above

CYGWIN_NT-5.1 1.5.9(0.112/4/2) 2004-03-18 23:05 i686 unknown unknown Cygwin
- configures, but won't make, probably something simple, updating my cygwin now just in case it is me:
make  all-recursive
make[1]: Entering directory `/cygdrive/c/libmetrics-200409211145'
Making all in cygwin
make[2]: Entering directory `/cygdrive/c/libmetrics-200409211145/cygwin'
source='metrics.c' object='metrics.lo' libtool=yes \
depfile='.deps/metrics.Plo' tmpdepfile='.deps/metrics.TPlo' \
depmode=gcc3 /bin/bash ../build/depcomp \
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -g -O2 -c -o metrics.lo `test -f 'metrics.c' || echo './'`metrics.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -g -O2 -c metrics.c -MT metrics.lo -MD -MP -MF .deps/metrics.TPlo -o metrics.o
metrics.c:2:20: metric.h: No such file or directory
metrics.c:5: error: syntax error before "machine_type_func"
metrics.c: In function `machine_type_func':
metrics.c:7: error: `g_val_t' undeclared (first use in this function)
metrics.c:7: error: (Each undeclared identifier is reported only once
metrics.c:7: error: for each function it appears in.)
metrics.c:7: error: syntax error before "val"
metrics.c:8: error: `val' undeclared (first use in this function)
metrics.c: At top level:
metrics.c:12: error: syntax error before "metric_init"
metrics.c: In function `metric_init':
metrics.c:14: error: `g_val_t' undeclared (first use in this function)
metrics.c:14: error: syntax error before "val"
metrics.c:15: error: `val' undeclared (first use in this function)
metrics.c: At top level:
metrics.c:19: error: syntax error before "os_name_func"
metrics.c: In function `os_name_func':
metrics.c:21: error: `g_val_t' undeclared (first use in this function)
metrics.c:21: error: syntax error before "val"
metrics.c:22: error: `val' undeclared (first use in this function)
<snip!>
metrics.c: At top level:
metrics.c:194: error: syntax error before "swap_free_func"
metrics.c: In function `swap_free_func':
metrics.c:196: error: `g_val_t' undeclared (first use in this function)
metrics.c:196: error: syntax error before "val"
metrics.c:197: error: `val' undeclared (first use in this function)
make[2]: *** [metrics.lo] Error 1
make[2]: Leaving directory `/cygdrive/c/libmetrics-200409211145/cygwin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/c/libmetrics-200409211145'
make: *** [all] Error 2

-Ian

Matt Massie wrote:

SunOS x86-solaris1 5.9 Generic_112234-10 i86pc i386 i86pc Solaris
- libmetrics passed with flying colors.


FreeBSD x86-freebsd1 4.10-BETA FreeBSD 4.10-BETA

- needed to add a few system headers but it compiled and the
the test ran just fine for all metric except "mtu".
i think this might be specific to the setup of the
sourceforge host.  any freebsd gurus (hint hint brooks)
have any feedback?


Darwin ppc-osx2.cf.sourceforge.net 6.8 Darwin Kernel Version 6.8

- didn't have definitions for uint8/16/32. added type checks to ./configure.

- had the same ioctl problem on darwin.

...

so i just uploaded a new libmetrics with all the fixed.  josh, thanks
for the feedback, the new snapshot should compile for you now.

-matt


Reply via email to