GNOME Bugzilla – Bug 359850
Compiling issues on sparc with Forte
Last modified: 2006-10-05 15:34:48 UTC
Please describe the problem: Unresolved symbol for inet_aton(). -Werror isn't suported by Forte but can be used -errwarn=%all for the same purpose. Steps to reproduce: Compile it Actual results: Expected results: Does this happen every time? Other information:
Created attachment 74048 [details] [review] Patch that fixes refered issues
2nd diff looks wrong, because it'll match Linux/Sparc and other Unixes with a Sparc chip which does not need -lresolv and won't match Solaris Intel which will probably require this. You need to make it check for solaris. 1st diff to me looks ok.
Created attachment 74059 [details] [review] New patch version
Btw, do we really want to add the -Werror equivalent for Forte by default for CVS builds? I don't think this is a good idea unless we actually have a Solaris/Forte build bot. It's hard enough to keep gcc quiet with -Werror; without a build bot we will just make CVS unbuildable for folks using Forte.
exactly what i was planning on setting up tomorrow :)