Make: implicit variable CC unknown
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    eliot
    Posts: 564 from 2004/4/15
    Hello,

    when using make, there do exist implicit variables like CXX and CC.
    While CXX points to g++, which is absolutely correct, CC points to cc, wich is unknown in current SDK.
    How can I fix the path to the gcc compiler (just writing gcc in Makefile is to simple)?
    regards
    eliot
  • »14.10.16 - 16:48
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    Tom01
    Posts: 179 from 2009/9/20
    CC = gcc
  • »14.10.16 - 19:49
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    polluks
    Posts: 790 from 2007/10/23
    From: Gelsenkirchen,...
    make CC=gcc
    is just a workaround, we should have another symbolic link.
    Pegasos II G4: MorphOS 3.9, Zalman M220W · iMac G5 12,1 17", MorphOS 3.18
    Power Mac G3: OSX 10.3 · PowerBook 5,8: OSX 10.5, MorphOS 3.18
  • »15.10.16 - 23:25
    Profile