I built and installed pngwriter without FreeType support on OSX 10.3. When I try to build a program that uses it, I get this error during the link:
>> g++ -D_REENTRANT -DNO_FREETYPE -g -O0 -Wall -L/usr/local/lib -I/usr/local/include -lncurses -lpng -lpngwriter -lz -o crow crow.C *.o ../core/*.o /usr/bin/ld: /usr/local/lib/libpngwriter.a(pngwriter.o) section's (__TEXT,__eh_frame) type S_COALESCED does not match previous objects type S_REGULAR /usr/bin/ld: /usr/local/lib/libpngwriter.a(pngwriter.o) section's (__TEXT,__eh_frame) type S_COALESCED does not match previous objects type S_REGULAR /usr/bin/ld: /usr/local/lib/libpngwriter.a(pngwriter.o) section's (__TEXT,__eh_frame) type S_COALESCED does not match previous objects type S_REGULAR /usr/bin/ld: /usr/local/lib/libpngwriter.a(pngwriter.o) section's (__TEXT,__eh_frame) type S_COALESCED does not match previous objects type S_REGULAR collect2: ld returned 1 exit status Can you help? Thanks, Zha -- Inhaesio Zha [EMAIL PROTECTED] ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today Register for a JBoss Training Course. Free Certification Exam for All Training Attendees Through End of 2005. For more info visit: http://ads.osdn.com/?ad_idv28&alloc_id845&op=click _______________________________________________ http://pngwriter.sourceforge.net/ PNGwriter-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pngwriter-users
