Chris Dagdigian <[email protected]> writes:

> Hi folks,
>
> One of the nicer outcomes of the post-Oracle world is how easy it's
> starting to become to actually build SGE source ...

Surely you jest.  It still causes me grief even after a load of work.

> I'm currently trying to build an x86_64 version of the latest
> son-of-gridengine and am running into an issue with 'qtcsh'

On what OS?

> All of the normally flaky java, qmon, DRMAA etc. stuff builds fine but
> aimk currently bombs out. Ignoring the copious warning messages, this
> looks like the actual fatal error:
>
> { anyone else see this? Any workarounds? }
>
>
>
>> 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  -DSPOOLING_dynamic -DSECURE -I/usr/include -DCOMPILE_DC 
>> -D__SGE_COMPILE_WITH_GETTEXT__  -D__SGE_NO_USERMAPPING__ -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.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.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 `SetAttributes':
>> ed.screen.c:(.text+0x7d3): undefined reference to `tputs'

You need a curses (foiled again!) library in there.  I'd have hoped
configure would die without it.  Maybe a port to the latest tcsh source
would help, but it isn't as obvious as with qmake/gmake.

_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to