On Wed, 2006-03-29 at 19:55 -0600, John Weekley wrote:

> Just a quick cvs checkout and ./configure; make fails and produces this
> output on b34 running on an Athlon64 3000+
> rtfm:/export/home/weekleyj/src/dist/iscsi/src:>make
> gcc -g -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -fno-common
> -Wno-trigraphs -DCONFIG_ISCSI_DEBUG -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
> -I../include -pthread  -c  tests.c
> gcc: unrecognized option `-pthread'
> tests.c: In function `write_read_test':
> tests.c:251: warning: passing arg 3 of `lba2cdb' from incompatible
> pointer type
> tests.c:286: warning: passing arg 3 of `lba2cdb' from incompatible
> pointer type
> tests.c: In function `osd_command':
> tests.c:1104: warning: implicit declaration of function `__bswap64'
> tests.c:1104: error: `u_int64_t' undeclared (first use in this function)
> tests.c:1104: error: (Each undeclared identifier is reported only once
> tests.c:1104: error: for each function it appears in.)
> *** Error code 1
> make: Fatal error: Command failed for target `tests.o'
> 
> The build succeeds on an old Ultra 1 running Solaris 9.  The tests fail,
> probably because I'm just learning how to configure the target.
> 

The tests won't build on x86, but the target does, and seems to work
fairly well, better than the sparc build which seems to die for no
apparent reason.


John



_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to