Problem compiling gnustep-gui-0.16.0 undefined reference to png_sizeof
- by stefanB
I'm trying to compile GNUstep on a linux box but gnustep-gui-0.16.0 package is failing. I downloaded GNUstep Startup stable 0.20.1 (http://wwwmain.gnustep.org/resources/downloads.php)and follow instructions about how to compile (./configure && make). I'm getting this error:
libgnustep-gui.so: undefined reference to 'png_sizeof'
I have…