Skip to Content.
Sympa Menu

ndt-users - byte order problem

Subject: ndt-users list created

List archive

byte order problem


Chronological Thread 
  • From: Matt Crawford <>
  • To:
  • Subject: byte order problem
  • Date: Fri, 14 Apr 2006 10:22:26 -0500

I built web100clt on a PPC/MacOSX system. The configure script did not figure out the link command properly:

(./configure ; cd src; make web100clt )
[...]
gcc -g -O2 -L/usr/local/lib -Wl,-rpath,/usr/local/lib -o web100clt web100clt.o
/usr/bin/ld: unknown flag: -rpath
collect2: ld returned 1 exit status
make: *** [web100clt] Error 1

But dropping the offending argument works.

src> 583# gcc -g -O2 -L/usr/local/lib -o web100clt web100clt.o

Exposing a byte order problem:

src> 584# ./web100clt shasta
Testing network path for configuration and performance problems
Checking for Middleboxes . . . . . . . . . . . . . . . . . . Done
running 10s outbound test (client to server) . . . . . 577.58 Mb/s
running 10s inbound test (server to client) . . . . . . 286.26 Mb/s
The slowest link in the end-to-end path is a 1.0 Gbps Gigabit Ethernet subnet
Packet size is preserved End-to-End
Information: Network Address Translation (NAT) box is modifying the Server's IP address
Server says [131.225.110.4] but Client says [ 4.110.225.131]
Information: Network Address Translation (NAT) box is modifying the Client's IP address
Server says [131.225.82.206] but Client says [ 206.82.225.131]



Archive powered by MHonArc 2.6.16.

Top of Page