Re: Solaris 2.7 + gcc + root 2.23/09 revisited

From: lijowski@cosray2.wustl.edu
Date: Wed Dec 08 1999 - 18:10:16 MET


  Hello,

 I found the origin of my problem with root 2.23/09 recompilation
  with gcc under Solaris.
  Below are the appropriate fragments from Makelib files. This first fragment
  is from Makelib file from root 2.23/08 source and and the second
  is from the root 2.23/09 source.   

  Any explanation why they differ?
  
  Regards,

   Michal Lijowski
  

elif [ $PLATFORM = solaris ]; then
   echo $LD $SOFLAGS $LDFLAGS -o $LIB $OBJS $EXTRA
   $LD $SOFLAGS $LDFLAGS -o $LIB $OBJS $EXTRA


elif [ $PLATFORM = solaris ]; then
   echo rm -f $OBJS
   rm -f $OBJS
   echo $LD $SOFLAGS $LDFLAGS -G -o $OBJS $EXTRA
   $LD $SOFLAGS $LDFLAGS -G -o $OBJS $EXTRA



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:43:44 MET