How to change gcc version when compiling with the command line ? (no makefile) -
i test older version of gcc program, how can change version used compilation ? there way change directly in command line ? (ex: gcc -blabla -o main main.c)
cheers
aurel
are on debian-based distro? when type gcc , hit tab other options gcc-4.4 gcc-4.6 gcc-4.8 gcc-4.9 etc - substitute gcc gcc-4.6
Comments
Post a Comment