Bugs item #542420, was opened at 2002-04-11 05:47 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=103152&aid=542420&group_id=3152
Category: None Group: aolserver3_4 Status: Open Resolution: None Priority: 2 Submitted By: Dossy Shiobara (dossy) Assigned to: Nobody/Anonymous (nobody) Summary: Won't build on SparcLinux Initial Comment: Matt Fuerst (fuerstma) raised the issue of AOLserver 3.x not building on SparcLinux in the forum message: http://sourceforge.net/forum/forum.php? thread_id=659384&forum_id=9242 I suggested this temporary work-around: in include/Makefile.global, search for this string: ifneq (,$(findstring Linux,$(PLAT))) About 4 lines down, you'll see: CFLAGS+=$(GCCOPT) -mcpu=$(shell uname -m) Change that line to read: CFLAGS+=$(GCCOPT) Clearly not the solution, but it'll get Matt building. -- Dossy ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=103152&aid=542420&group_id=3152
