|
From: Christopher S. M. <br...@ma...> - 2012-04-20 08:52:53
|
On Apr 20, 2012, at 3:38 AM, Anoop Malav wrote: > I am trying to create a patch to test the functionality of png_save(). > > I could successfully include the header, however, I dont seem to get an idea about which libraries to link. sushi:brlcad morrison$ grep png_save src/*/*.c src/libicv/fileformat.c:png_save(int fd, unsigned char *rgb, int width, int height, int depth) ... At a glance, it looks like that symbol is in libicv. Cheers! Sean |