Can you compile that "conftest.c" program manually? If you are able to do that without error, then make sure that you also use the same list of command line arguments.
Then find out which option is needed to fail the compile. This way, you can reduce the list of options needed to reproduce the problem, and we can find out what's wrong much easily. -Ron ________________________________ From: mahbube rustaee <[email protected]> To: [email protected] Sent: Tuesday, June 12, 2012 1:07 AM Subject: [gridengine users] build GE2011.11 Hi, platform is windows 7 ,Visula studio 2008 $> aimk -no-java -no-opt -no-secure -no-jni -spool-classic Building in directory: /dev/fs/C/softwares/NEW/GE-ROCKS/source making in WIN32_X86/ for WIN32_X86 at host win7-test2 ____W_I_N_3_2__A_P_P_L_I_C_A_T_I_O_N_S____ gmake: Nothing to be done for `all'. _________L_I_B__W_I_N_G_R_I_D_____________ gmake: Nothing to be done for `wingridlib'. _________C_O_R_E__S_Y_S_T_E_M_____________ gmake: Nothing to be done for `common_all'. _________3_r_d_p_a_r_t_y__R_E_M_O_T_E_____ gmake: Nothing to be done for `all'. _________3_r_d_p_a_r_t_y__Q_M_A_K_E_______ checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ../config/install-sh -c -d checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... no configure: error: in `/dev/fs/C/softwares/NEW/GE-ROCKS/source/3rdparty/qmake/WIN32_X86': configure: error: C compiler cannot create executables See `config.log' for more details. gmake: Makefile: No such file or directory gmake: *** No rule to make target `Makefile'. Stop. not done ------- portion of config .log is related to that error : configure:3186: checking whether the C compiler works configure:3208: gcc -DSGE_ARCH_STRING=\"win32-x86\ " -Wall -O0 -pipe -DWIN32_X86 -DGETHOSTBYNAME_M -DUSE_SGE_UNSETENV -DINTERIX -DINTERIX52 -DGETHOSTBYADDR_M -D_ALL_SOURCE -D_REENTRANT -g -DSGE_LOCK_DEBUG -I/build/berkeleydb/include/ -DTARGET_32BIT -DSPOOLING_classic -rpath /usr/lib/x86 -DNO_JNI -DCOMPILE_DC -D__SGE_NO_USERMAPPING__ -Wno-error -I/usr/local/ssl/include -L/usr/local/ssl/lib conftest.c >&5 <command line>:4:18: missing terminating " character configure:3212: $? = 1 configure:3250: result: no configure: failed program was: .... full output of config.log is attached . Any help? _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
