This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Built compiler cannot create executables during GCC 8.2.0 "make"


On Wed, 5 Sep 2018 at 16:15, Bryan Dunphy <b.dunphy.342@gmail.com> wrote:
>
> The “tail” of the make output is: “/Users/<account name>” replaced with “$HOME"
>
> checking for gawk... awk
> checking whether make sets $(MAKE)... yes
> checking for x86_64-apple-darwin17.7.0-gcc... $HOME/Development/gcc-obj/./gcc/xgcc -B$HOME/Development/gcc-obj/./gcc/ -B$HOME/gcc-built/x86_64-apple-darwin17.7.0/bin/ -B$HOME/gcc-built/x86_64-apple-darwin17.7.0/lib/ -isystem $HOME/gcc-built/x86_64-apple-darwin17.7.0/include -isystem $HOME/gcc-built/x86_64-apple-darwin17.7.0/sys-include
> checking for C compiler default output file name...
> configure: error: in `$HOME/Development/gcc-obj/x86_64-apple-darwin17.7.0/libgomp':
> configure: error: C compiler cannot create executables
> See `config.log' for more details.
> make[2]: *** [configure-stage1-target-libgomp] Error 77
> make[1]: *** [stage1-bubble] Error 2
> make: *** [all] Error 2
>
> I am not aware of the location of `config.log’ in this case.

In $HOME/Development/gcc-obj/x86_64-apple-darwin17.7.0/libgomp


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]