Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 1751)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 1752)
@@ -2,4 +2,7 @@
                                                          -*-*- END -*-*-
  2003/02/10: Abelardo Moralejo
+
+    * Makefile.conf.osf1
+      - Added -lpthread to compilation flags (otherwise linking fails in alfa)
 
     * manalysis/Makefile, AnalysisLinkDef.h
Index: /trunk/MagicSoft/Mars/Makefile.conf.osf1
===================================================================
--- /trunk/MagicSoft/Mars/Makefile.conf.osf1	(revision 1751)
+++ /trunk/MagicSoft/Mars/Makefile.conf.osf1	(revision 1752)
@@ -23,5 +23,5 @@
 #
 
-OPTIM    = -O2 -ieee -arch host
+OPTIM    = -O2 -ieee -arch host -lpthread
 DEBUG    = -g  -w0 -msg_display_tag -msg_disable castqualtyp,undpreid,unrfunprm,extrasemi,intconlosbit,nonfundec,partovrd,stoclsnotfirst,boolexprconst
 ARCHDEF  = -D__OSF__
@@ -38,2 +38,3 @@
 
 
+
