Re: [SoX-devel] compiler detection

2020-08-22 Thread Måns Rullgård
Jan Stary writes: > It seems ./configure is confused about which compiler it found. > > When run without arguments, ./configure will look for (and find) gcc, > without ever bothering to look for cc. > > With CC specified, using either of > > ./configure CC=cc > env CC=cc ./configure >

[SoX-devel] compiler detection

2020-08-22 Thread Jan Stary
It seems ./configure is confused about which compiler it found. When run without arguments, ./configure will look for (and find) gcc, without ever bothering to look for cc. With CC specified, using either of ./configure CC=cc env CC=cc ./configure this is what happens: checking