On Mon, Aug 16, 2010 at 03:25:23PM +0200, Edgar Fuß wrote: > cc -o try -O2 -pthread -I/usr/include -I/usr/pkg/include > -fno-strict-aliasing -pipe -fstack-protector -I/usr/pkg/include > -fstack-protector -L/usr/pkg/lib try.c -lm -lcrypt -lgdbm -lpthread Missing rpath. Joerg