I ran "strace gnumeric" and here are the last few lines that it stops on:
setsockopt(17, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
setsockopt(17, SOL_TCP, TCP_NODELAY, [1], 4) = 0
connect(17, {sa_family=AF_INET, sin_port=htons(631), sin_addr=inet_addr("my.static.ip.address.here")}, 16
It'll sit there for several minutes before continuing and exiting before even getting a splash screen.
how can I tell configure Gnumeric to play with the router-assigned IP instead of the static IP address? I haven't run into any other software that behaved similarly yet.
Clint