Am 21.01.2020 um 05:58 schrieb Arpitha M:
Hi Marco,
Complete error as follows:
$ ./configure
configure: Configuring idevs 2.0.0.1
checking build system type... i686-pc-cygwin
checking host system type... i686-pc-cygwin
checking target system type... i686-pc-cygwin
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: in `/cygdrive/e/CLIENT':
configure: error: C compiler cannot create executables
See `config.log' for more details.
AttachedĀ is the config log.
Regards,
Arpitha M
Again here we follow bottom posting as guide line.
can you check if you can compile the failing test ?
$ cat prova.c
/* confdefs.h. */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define IDEVS_VERSION "2.0.0.1"
/* end confdefs.h. */
int
main ()
{
;
return 0;
}
$ gcc prova.c -o prova -Wall
$ ls -s prova
156K prova
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple