From: Steve K. <sd...@ia...> - 2011-03-31 23:04:10
|
Hi all- I've tried to find an answer on my own but am officially stumped. I'm running mesa-star just fine on my MacPro, compiled with gfortran (4.5.2), and would like to implement the pgplot window displays. The problem is when trying to compile pgplot (with the supplied source in the utils directory) the fortran routines all compile, but the some .c routines throw the error (i've removed the directory paths from the log to keep it simple): gcc -c -DPG_PPU -O2 -I. sys/grfileio.c sys/grfileio.c: In function ‘grofil_’: sys/grfileio.c:82:5: warning: incompatible implicit declaration of built-in function ‘strncpy’ gcc -c -DPG_PPU -O2 -I. sys/grtermio.c sys/grtermio.c: In function ‘groter_’: sys/grtermio.c:39:5: warning: incompatible implicit declaration of built-in function ‘strncpy’ What am I missing? Thanks, Steve Steven Kawaler Physics and Astronomy Iowa State University |