How do I compile source code on Linux Ubuntu? I can't follow the wiki's guide because I get errors often when trying to compile. If someone could just give me a simple walk through that would be great,
Nope, thats working fine here... open the makefile with gedit and check if this is there: powder-sse3: $(SOURCES) $(COMPILER) -m32 -o$@ $(CFLAGS) $(OFLAGS) $(LFLAGS) $(MFLAGS_SSE3) $(SOURCES) -DLIN32 strip $@