The CC variable in the Makefile sets the compiler executable name. CC is set different in the Makefile depending on platform. You might be able in override it using `make CC=nameOfCompilerExecuteable' (I can't remember if this works), otherwise you could edit the Linux section of the Makefile modifying `CC=gcc' to use whatever the IBM compiler executable name is.
Hope this helps, Zack Middleton On Thu, May 24, 2012 at 5:53 AM, Yasir I. Al-Dosary - zgzg2020™ <yasiraldos...@yahoo.com> wrote: > Hi, > I am trying to compile on an IBM Power5+ machine. It went well when I used > gcc compiler. > However, I would like to use the IBM Compiler. Does anyone know how to set > the makefile for it? > > I am still unused to Linux environment, so I would highly appreciate not > using shortcut explanations : ) > > Best regards, > Yasir > > _______________________________________________ > ioquake3 mailing list > ioquake3@lists.ioquake.org > http://lists.ioquake.org/listinfo.cgi/ioquake3-ioquake.org > By sending this message I agree to love ioquake3 and libsdl. _______________________________________________ ioquake3 mailing list ioquake3@lists.ioquake.org http://lists.ioquake.org/listinfo.cgi/ioquake3-ioquake.org By sending this message I agree to love ioquake3 and libsdl.