Am 28.03.2012 um 16:23 schrieb Ursula Winkler: > Dear members of this list, > > I'm new here so I want at first say hello to everybody! > > I hope someone can help me: when compiling sge-20120301 I get following error > (I found some entries with that error but no workaround that helped me): > > gcc -o tcsh -DSGE_ARCH_STRING=\"lx-amd64\" -O3 -Wall > -Wstrict-prototypes -DUSE_POLL -DLINUX -DLINUXAMD64 > -DLINUXAMD64 -D_GNU_SOURCE -DGETHOSTBYNAME_R6 -DGETHOSTBYADDR_R8 > -DLOAD_OPENSSL -DTARGET_64BIT -DSGE_PQS_API > -DSPOOLING_dynamic -DSECURE -I/usr/include -DHAVE_HWLOC=1 -DNO_JNI > -DCOMPILE_DC -D__SGE_COMPILE_WITH_GETTEXT__ -D__SGE_NO_USERMAPPING__ > -U_GNU_SOURCE -Wno-error -DPROG_NAME='"qtcsh"' -DLINUXAMD64 -I. -I.. > sh.o sh.dir.o sh.dol.o sh.err.o sh.exec.o sh.char.o sh.exp.o sh.file.o > sh.func.o sh.glob.o sh.hist.o sh.init.o > sh.lex.o sh.misc.o sh.parse.o sh.print.o sh.proc.o sh.sem.o sh.set.o > sh.time.o glob.o mi.termios.o ma.setp.o vms.termcap.o > tw.help.o tw.init.o tw.parse.o tw.spell.o tw.comp.o tw.color.o ed.chared.o > ed.refresh.o ed.screen.o ed.init.o ed.inputl.o > ed.defns.o ed.xmap.o ed.term.o tc.alloc.o tc.bind.o tc.const.o tc.defs.o > tc.disc.o tc.func.o tc.nls.o tc.os.o tc.printf.o > tc.prompt.o tc.sched.o tc.sig.o tc.str.o tc.vers.o tc.who.o -lcrypt > -L../../../LINUXAMD64 -L. -rdynamic > -Wl,-rpath,\$ORIGIN/../../lib/lx-amd64 -lsge -lpthread -ldl > ed.screen.o: In function `StopHighlight': > ed.screen.c:(.text+0x536): undefined reference to `tputs' > ed.screen.o: In function `StartHighlight': > ed.screen.c:(.text+0x566): undefined reference to `tputs' > ed.screen.o: In function `SetAttributes': > ....... > ed.screen.o: In function `ClearScreen': > ed.screen.c:(.text+0x9c7): undefined reference to `tputs' > ed.screen.c:(.text+0x9e0): undefined reference to `tputs' > ed.screen.o:ed.screen.c:(.text+0xa4f): more undefined references to `tputs' > follow > tc.func.o: In function `dotermname': > tc.func.c:(.text+0x25): undefined reference to `tgetent' > collect2: ld returned 1 exit status > make: *** [tcsh] Error 1 > not done > > I know it's possible to build the binaries without qtcsh but I'm not sure if > it is not needed later? Can I disclaim it?
qtcsh is a version of tcsh where certain commands (which you can specify) are send to a node by SGE instead of being executed on the machine where you issued the command. If you don't use tcsh, you most likely won't need it. http://arc.liv.ac.uk/SGE/htmlman/htmlman1/qtcsh.html -- Reuti > Do I miss any package installation which is not mentioned in README.BUILD so > qtcsh is not compiled? My OS is CentOS6.1. > > Thank you, > Ursula > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
