Dear All, As a follow up to my message of last Friday, I thouhgt I should let folks know that I had no serious problems building gbrahms-1.6.2. The only remaining 'issues' are that: 1. If you compile with g77, you should do the following: setenv FORTRAN_COMPILER G77 (you may also need to: setenv GBRAHMS_COMPILER G77, as stated in the instructions at http://www.rhic.bnl.gov/brahms/WWW/private/computing/gbrahms/GBRAHMS_g77.htm but you certainly need FORTRAN_COMPILER). 2. I don't know if this is true in general, but when linking against cernlib2000, you should add the library 'nsl' so that you have this: ifeq ($(FORTRAN_COMPILER),G77) OSLIBS = -L/usr/X11R6/lib -lX11 -lcrypt -ldl -lm -lnsl FC = g77 LD = g77 LDFLAGS = BINSUFFIX = else After making these two very minor changes, I have been able to compile gbrahms (against cern2k!) for both RH5.2 and RH6.1. Both version seem to work, but I have only checked to see that they run, and plot the spectrometer (and ZDC's!). I assume therefor, that they are fully functional, but I reiterate that I have only tried a limited amount of the functionality. Thanks to those who made this work! Cheers, Ian-------------------------------------------------------------------- | I.G. Bearden | | Niels Bohr Institute Tb 3 email: bearden@nbi.dk | | Blegdamsvej 17 phone: (+45) 35 32 53 23 | | København Ø FAX: (+45) 31 42 10 16 | | Danmark | ----------------------------------------------------------------------
This archive was generated by hypermail 2b29 : Tue Feb 15 2000 - 09:20:45 EST