Greetings to you Tru64 sages -
I'm having some difficulty compiling ORBit version 0.5.16 on Tru64; the
configure stage all goes admirably, but then make dues with:
Making all in popt
make all-recursive
Making all in intl
Make: Makefile: Must be a separator on line 208. Stop.
the offending part of the Makefile is:
_at_GT_YES_at_intlh.inst: intlh.inst.in ../config.status
_at_GT_YES_at_ cd .. \
_at_GT_YES_at_ && CONFIG_FILES=$(subdir)/$_at_ CONFIG_HEADERS= \
_at_GT_YES_at_ $(SHELL) ./config.status
_at_GT_NO_at_.PHONY: intlh.inst
_at_GT_NO_at_intlh.inst:
This looks suspiciously to me like something that configure has got
wrong, but then I tried using GNU make rather than Tru64 make, and got a
different error:
gmake[4]: Entering directory `/nfs/acari/tjrc/ensembl_src/ORBit-0.5.16/popt/intl'
gmake[4]: *** No rule to make target `libintl._at_l_at_a', needed by `all-yes'. Stop.
Clearly these errors are all to do with internationalisation, but I'm
rather stumped as to where to go from here. Has anyone compiled this
successfully on Tru64 5.x before?
Thanks in advance!
Tim
--
Dr Tim Cutts
Informatics Systems Group
Wellcome Trust Sanger Institute, Hinxton, Cambridge, CB10 1SA, UK
Received on Thu Aug 08 2002 - 12:20:44 NZST