Re: Trying to build on Mint 20 ... [msg2mw gmail com]



On 2021.10.04 18:29, Mike Witt via balsa-list wrote:
Those look OK to me.  Can you post part of config.log?

I'm so sorry. I didn't really know about config.log. I'm really not used to doing this. There are some very obvious errors in there, for example:
When things go well, config.log becomes irrelevant. It helps when things do not go well, as now. Also, "obvious" is a very relative term. Once you have much more experience tracking down problems like this, you will recognize that those particular errors are really not important at all (more below.)

gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files

Do you want me to post the whole log?
It should not be necessary, but don't try to extract single lines. Post the contiguous set of the last twenty or so lines before:

## ---------------- ##
## Cache variables. ##
## ---------------- ##

Don't do any additional editing. Those errors about -V are really not important, They are errors from gcc which tell configure about which gcc features are or are not present. While running, configure creates lots of small test programs which it tries to compile, and it uses the results (very often compile failures) to know what features are available, which it uses to create the Makefiles which are then used to compile the program you are interested in. (Remember, configure can handle a whole bunch of different compilers than gcc and different OSs than Linux.) I'm looking for the lines from config.log instead of the console because they generally have additional information.

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]