[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gui linking problem
From: |
Xavier Glattard |
Subject: |
Re: gui linking problem |
Date: |
Sat, 12 May 2007 16:07:26 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
Riccardo <multix <at> ngi.it> writes:
>
> Hi,
> after the fixes of NSAnimation and some other small stuff I fixed
> myself, gui compilation on my older box fails with:
>
> Compiling file set_show_service.m ...
> Linking tool set_show_service ...
(...)
> ../Source/./obj/libgnustep-gui.so: undefined reference to `png_sizeof'
(...)
> is png_sizeof something that hsould be provided by my png library?
>
> I still have installed:
>
> libpng-devel-1.2.5-1
> libpng-1.2.5-1
I use libpng 1.2.15 from debian etch.
png_sizeof is defined in /usr/include/libpng12/pngconf.h _as_a_macro_ !
Not sure, but... your problem seems to be elsewhere.
Regards