Print

Print



  Hi Andy,

> >   BTW: starting with CC 5.5 the template cache (/SunWS_cache) is not used
> >   any longer, so I had to modify configure (and a few other files) to test
> >   for the CC version and make the appropriate changes.
> >   I'll send the patch in a while.
> Sigh, well I guess my segment in the makefile to get rid of the cache on a
> clean won't matter if it's not there, I suppose.

  No, that did not matter ... the problem was caused by this
  (XrdAcc/GNUmakefile and in a couple of others) 

	$(ECHO)if [ "$(TYPE)" = "SunOS" -a "$(CC)" = "CC" ]; then \
	 ar -rc $(LIBRARY) $(OBJDIR)/SunWS_cache/*/*.o; \
fi

  Gerri