Ignore:
Timestamp:
02/06/04 17:44:49 (21 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Camera/config.mk.osf1

    r1514 r3045  
    1818#---------------------------------------------------------------
    1919# $RCSfile: config.mk.osf1,v $
    20 # $Revision: 1.9 $
     20# $Revision: 1.10 $
    2121# $Author: blanch $
    22 # $Date: 2002-09-04 10:06:54 $
     22# $Date: 2004-02-06 17:40:41 $
    2323##################################################################
    2424# @maintitle
     
    5757INCLUDE_CPLUS        = /usr/include/cxx
    5858
    59 OPTIM    = -ieee -arch host   
    60 #OPTIM    = -O2 -Wall -fno-rtti -fno-exceptions -fPIC
     59OPTIM    = -O2 -ieee -arch host -lpthread   
    6160DEBUG    = -g  -w0 -msg_display_tag -msg_disable castqualtyp,undpreid,unrfunprm,extrasemi,intconlosbit,nonfundec,partovrd,stoclsnotfirst,boolexprconst
    6261
    6362# libraries
    64 ROOTLIBS = `root-config --libs`
     63ROOTLIBS = `root-config --libs` -lMinuit -lHistPainter -lThread
    6564#ROOTLIBS =     -L${ROOTSYS}/lib -lNew -lCore -lCint -lHist \
    6665#               -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
    6766#               -lMatrix -lPhysics -lm 
    6867
    69 ROOTGLIBS = `root-config --glibs`
     68ROOTGLIBS = `root-config --glibs` -lMinuit -lHistPainter -lThread
    7069#ROOTGLIBS =    -L${ROOTSYS}/lib -lNew -lCore -lCint -lHist \
    7170#               -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript \
Note: See TracChangeset for help on using the changeset viewer.