in reply to cpanm Tk build errors
configure: error: installation or configuration problem: C compiler cannot create executables.
The test compiles a hello-world-style program and tries to run it. If that fails, you get this error message. One reason is compiling for a different platform or set of libraries. That's a typical problem when cross-compiling. Another problems I can imagine is a filesystem mounted with the noexec option.
Alexander
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: cpanm Tk build errors
by thimes (Acolyte) on Jun 14, 2024 at 06:03 UTC | |
by bliako (Abbot) on Jun 14, 2024 at 08:47 UTC |