Looks like your linker is not linking in the png library. Why this is the case is hast to tell. You should build this application with "make messages=yes" to see the full linker command.
Kendall Bell wrote: > I can't seem to be able to compile any gui applications. During linking > I get the following messages: > > /usr/lib/GNUstep/System/Library/Libraries/libgnustep-gui.so: undefined > reference to [EMAIL PROTECTED]' > /usr/lib/GNUstep/System/Library/Libraries/libgnustep-gui.so: undefined > reference to [EMAIL PROTECTED]' > /usr/lib/GNUstep/System/Library/Libraries/libgnustep-gui.so: undefined > reference to [EMAIL PROTECTED]' > /usr/lib/GNUstep/System/Library/Libraries/libgnustep-gui.so: undefined > reference to [EMAIL PROTECTED]' > /usr/lib/GNUstep/System/Library/Libraries/libgnustep-gui.so: undefined > reference to [EMAIL PROTECTED]' > /usr/lib/GNUstep/System/Library/Libraries/libgnustep-gui.so: undefined > reference to [EMAIL PROTECTED]' > /usr/lib/GNUstep/System/Library/Libraries/libgnustep-gui.so: undefined > reference to [EMAIL PROTECTED]' > /usr/lib/GNUstep/System/Library/Libraries/libgnustep-gui.so: undefined > reference to [EMAIL PROTECTED]' > /usr/lib/GNUstep/System/Library/Libraries/libgnustep-gui.so: undefined > reference to [EMAIL PROTECTED]' > /usr/lib/GNUstep/System/Library/Libraries/libgnustep-gui.so: undefined > reference to [EMAIL PROTECTED]' > /usr/lib/GNUstep/System/Library/Libraries/libgnustep-gui.so: undefined > reference to [EMAIL PROTECTED]' > /usr/lib/GNUstep/System/Library/Libraries/libgnustep-gui.so: undefined > reference to [EMAIL PROTECTED]' > /usr/lib/GNUstep/System/Library/Libraries/libgnustep-gui.so: undefined > reference to [EMAIL PROTECTED]' > /usr/lib/GNUstep/System/Library/Libraries/libgnustep-gui.so: undefined > reference to [EMAIL PROTECTED]' > /usr/lib/GNUstep/System/Library/Libraries/libgnustep-gui.so: undefined > reference to [EMAIL PROTECTED]' > /usr/lib/GNUstep/System/Library/Libraries/libgnustep-gui.so: undefined > reference to [EMAIL PROTECTED]' > /usr/lib/GNUstep/System/Library/Libraries/libgnustep-gui.so: undefined > reference to [EMAIL PROTECTED]' > /usr/lib/GNUstep/System/Library/Libraries/libgnustep-gui.so: undefined > reference to [EMAIL PROTECTED]' > > > Would anyone know how to fix this? > > > _______________________________________________ > Help-gnustep mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-gnustep > _______________________________________________ Help-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnustep
