I ran ./configure first and no Makefile resulted. I've been a bit distracted, so I didn't notice the error messages:
configure:3434: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3445: $? = 1
configure:3434: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
$ gcc --version
gcc (GCC) 6.3.0
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
There may be a problem with my setup. I installed gcc, then my Mac required service. It was a software configuration problem, so my disk had to be wiped and the OS reinstalled. Since then, I've had to go through contortions to reinstall gcc. I had to download clang first, which assumed it was gcc. I fixed that, as my success with v 0.29.1 and this output attest.
On Wednesday, March 29, 2017 10:42 AM, "bugzilla-daemon@freedesktop.org" <bugzilla-daemon@freedesktop.org> wrote:
Comment # 1
on bug 100450
from Dan Nicholson
Sorry, I don't understand. I just downloaded the tarball again to make sure. It
has a Makefile.in, which is used to generate the Makefile by running configure.
Do the instructions in the INSTALL file work?
You are receiving this mail because: