Changeset 1752


Ignore:
Timestamp:
02/10/03 14:24:49 (22 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1750 r1752  
    22                                                         -*-*- END -*-*-
    33 2003/02/10: Abelardo Moralejo
     4
     5    * Makefile.conf.osf1
     6      - Added -lpthread to compilation flags (otherwise linking fails in alfa)
    47
    58    * manalysis/Makefile, AnalysisLinkDef.h
  • trunk/MagicSoft/Mars/Makefile.conf.osf1

    r1039 r1752  
    2323#
    2424
    25 OPTIM    = -O2 -ieee -arch host
     25OPTIM    = -O2 -ieee -arch host -lpthread
    2626DEBUG    = -g  -w0 -msg_display_tag -msg_disable castqualtyp,undpreid,unrfunprm,extrasemi,intconlosbit,nonfundec,partovrd,stoclsnotfirst,boolexprconst
    2727ARCHDEF  = -D__OSF__
     
    3838
    3939
     40
Note: See TracChangeset for help on using the changeset viewer.