bug-ncurses
[Top][All Lists]
Advanced

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

Re: Permission denied to invoking the compiler


From: G. Branden Robinson
Subject: Re: Permission denied to invoking the compiler
Date: Sun, 14 Aug 2022 21:38:50 -0500

At 2022-08-14T22:05:44-0300, alexandre schenberg wrote:
> Hello. While trying to compile ncurses, I am confronted with this
> error message:
> 
> "make[1]: execvp: /media/34GB/Arquivos-de-Programas-Linux/Gcc-4.9.4/bin/: 
> Permission denied
> make[1]: *** [make_hash] Error 127"
> 
> I am building it with:
> 
> "CFLAGS=-m32 ./configure --host=i686-gnu-linux 
> --with-build-cc=/media/34GB/Arquivos-de-Programas-Linux/Gcc-4.9.4/bin/"   
> 
> What can be the cause of the error? There is no restriction whatsoever
> to call gcc 

The configure script is probably expecting a file, not a directory, as
the argument to the `--with-build-cc` option.

Regards,
Branden

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]