B briankwest Member Feb 7, 2009 59 0 6 Jan 3, 2011 #1 in this Makefile it should use $(CC) in check_gcc and not hard coded to gcc. /b
dietmar Proxmox Staff Member Staff member Apr 28, 2005 17,288 707 253 Austria www.proxmox.com Jan 4, 2011 #2 briankwest said: in this Makefile it should use $(CC) in check_gcc and not hard coded to gcc. Click to expand... Sure. Do you you plan to compile with another compiler?
briankwest said: in this Makefile it should use $(CC) in check_gcc and not hard coded to gcc. Click to expand... Sure. Do you you plan to compile with another compiler?
B briankwest Member Feb 7, 2009 59 0 6 Jan 4, 2011 #3 dietmar said: Sure. Do you you plan to compile with another compiler? Click to expand... No I just had to make sure CC=gcc-4.1 because I had 4.2 on the system as default /b
dietmar said: Sure. Do you you plan to compile with another compiler? Click to expand... No I just had to make sure CC=gcc-4.1 because I had 4.2 on the system as default /b