I see a function prototype in fits_hcompress.c in line 42 of the code: `static int htrans(int a[],int nx,int ny);` But I don't see a function implementation. Therefore I get an error on line 104 of the code: ` stat = htrans(a, nx, ny);` --Joe