gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3)
configure
$? = 0
configure
gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure
$? = 4
configure
gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure
$? = 4
configure
checking whether the C compiler works
configure
gcc conftest.c >&5
/usr/bin/ld: cannot find crt1.o: No such file or directory
/usr/bin/ld: cannot find crti.o: No such file or directory
/usr/bin/ld: cannot find -lc
/usr/bin/ld: cannot find crtn.o: No such file or directory
collect2: error: ld returned 1 exit status
configure
$? = 1
configure
result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Phidget21 C Library"
| #define PACKAGE_TARNAME "libphidget"
| #define PACKAGE_VERSION "2.1.8.20151217"
| #define PACKAGE_STRING "Phidget21 C Library 2.1.8.20151217"
| #define PACKAGE_BUGREPORT "
support@phidgets.com"
| #define PACKAGE_URL "
www.phidgets.com"
| #define PACKAGE "libphidget"
| #define VERSION "2.1.8.20151217"
| /* end confdefs.h. */