I am so thankful in advance. I commented any line that remove conf* in configure file. I could view conftest.c:
/* confdefs.h */ #define PACKAGE_NAME "GNU make" #define PACKAGE_TARNAME "make" #define PACKAGE_VERSION "3.82" #define PACKAGE_STRING "GNU make 3.82" #define PACKAGE_BUGREPORT "[email protected]" #define PACKAGE_URL "http://www.gnu.org/software/make/" #define PACKAGE "make" #define VERSION "3.82" /* end confdefs.h. */ int main () { ; return 0; } I compiled this file with : 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 No error displayed. this line doesn't make error. any hints? On Tue, Jun 12, 2012 at 10:37 AM, mahbube rustaee <[email protected]> wrote: > conftest.c doesn't exist. I think It be created temporarily via > 3dparty/qmake/configure file and will be remove. > I am not able to view that file and compile it manually. > > > On Tue, Jun 12, 2012 at 9:50 AM, Ron Chen <[email protected]> wrote: > >> 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
