On May 16, 2009, at 10:18 AM, Kirill Lisovsky wrote:
The problem is that such an executable may be incompatible with some another Linux - if it has some older version of libc, for example.
I've tried explicit --disable-shared just in case, but it does not make gsi static...
Ah, configure with
./configure CC='gcc -static' --other-configuration-options
Brad