Skip to content

Instantly share code, notes, and snippets.

@kelunik
Created March 10, 2020 18:28
Show Gist options
  • Save kelunik/c18c1a0f4c98a7bf2508870ccbdcf661 to your computer and use it in GitHub Desktop.
Save kelunik/c18c1a0f4c98a7bf2508870ccbdcf661 to your computer and use it in GitHub Desktop.
gcc version 9.2.1 20191008 (Ubuntu 9.2.1-9ubuntu2)
configure:4151: $? = 0
configure:4140: cc -V >&5
cc: error: unrecognized command line option '-V'
cc: fatal error: no input files
compilation terminated.
configure:4151: $? = 1
configure:4140: cc -qversion >&5
cc: error: unrecognized command line option '-qversion'; did you mean '--version'?
cc: fatal error: no input files
compilation terminated.
configure:4151: $? = 1
configure:4171: checking whether the C compiler works
configure:4193: cc conftest.c >&5
/usr/bin/ld: cannot find Scrt1.o: No such file or directory
/usr/bin/ld: cannot find crti.o: No such file or directory
collect2: error: ld returned 1 exit status
configure:4197: $? = 1
configure:4235: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "PHP"
| #define PACKAGE_TARNAME "php"
| #define PACKAGE_VERSION "7.4.3"
| #define PACKAGE_STRING "PHP 7.4.3"
| #define PACKAGE_BUGREPORT "https://bugs.php.net"
| #define PACKAGE_URL "https://www.php.net"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:4240: error: in `/home/kelunik/.php-build/release
configure:4242: error: C compiler cannot create executables
See `config.log' for more details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment