home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bionet / xtallogr / 134 < prev    next >
Encoding:
Text File  |  1993-01-22  |  2.1 KB  |  48 lines

  1. Newsgroups: bionet.xtallography
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!nigel.msen.com!yale.edu!ira.uka.de!news.belwue.de!sun1.ruf.uni-freiburg.de!dikay
  3. From: dikay@sun1.ruf.uni-freiburg.de (Kay Diederichs)
  4. Subject: Re: graphics program 'o'
  5. Message-ID: <1993Jan22.083322.21848@sun1.ruf.uni-freiburg.de>
  6. Organization: Rechenzentrum der Universitaet Freiburg, Deutschland
  7. References: <21606@ucdavis.ucdavis.edu>
  8. Distribution: world   
  9. Date: Fri, 22 Jan 93 08:33:22 GMT
  10. Lines:       37
  11.  
  12. ez005078@MIZAR.UCDAVIS.EDU writes:
  13.  
  14. >Are there any persons using the program 'o' on a SGI machine? I have 
  15. >some querries on the makefile - failure to compile. The version I'm
  16. >using was written for an EVS machine running a bsd4.3 Unix system. Seems
  17. >that I need to determine equivalent libraries, files, paths etc. If some-
  18. >one has already solved this problem & would like to share the info pl.
  19. >contact me, thanks.
  20. >            Joe Maxwell
  21.  
  22. I tried personal e-mail but it bounced. Here is the reply I tried to send:
  23. Dear Joe,
  24. we are using o5.7 on our 4d/210vgx under irix 4.0.5.
  25. We do not have source code for o, only for some supplementary programs
  26. like 'mappage'  and others in /usr/people/o/export_source. The executable
  27. of the main o program was in /usr/people/o/bin/4d_ono_5.7  .  
  28. If you want to run 'make' in /usr/people/o/export_source, you could
  29. change 'makefile' the following way: this is the result of
  30. 'diff makefile makefile_orig' -
  31. 7,10c7,10
  32. < FCOMP = f77
  33. < FLINK = f77
  34. < LIBS  = /dev/disk2/ccp4/lib/libccp4.a
  35. < BIN   = /usr/people/o/bin/
  36. ---
  37. > FCOMP = f77 -systype bsd43
  38. > FLINK = f77 -systype bsd43
  39. > LIBS  = /nfs/castor/local/ccp4/LIB/ccplibs.a
  40. > BIN   = /usr/people/alwyn/a/bin/
  41. As you see, this is the most straightforward change. I had to ftp the CCP4
  42. package first, however. You can probably get around this, if you use a
  43. local version of mappage (we do). Hope this helps - Kay
  44. -- 
  45. Kay Diederichs                      email: dikay@sun1.ruf.uni-freiburg.de 
  46. Universitaet Freiburg, Institut fuer Biophysik, Albertstr. 23 
  47. D-7800 Freiburg, Germany   Tel. +49/(0)761/2032551 FAX +49/(0)761/2032555
  48.