Hi Dirk, please run the following command and see if it is reporting any errors: echo 'int main(int a, char **v) { gzdopen(0, "rb"); return 0; }' | \ gcc -include zlib.h -x c -o test - -Wl,-Bstatic -lz -Wl,-Bdynamic ~ Jo