I tried compiling NDMPcopy on a Solaris 2.5.1 box using gcc 2.8.1; the compile bombs though: / -> make gcc -ansi -O -Wall -g -I../lib -DDEBUG -c dump.c dump.c: In function `ndmp_restore': dump.c:269: incompatible type for argument 1 of `longLongToQuad' *** Error code 1 make: Fatal error: Command failed for target `dump.o'
On their website they say it's been compiled on 2.5.1 succesfully. Anyone know what's going on?
Justin