RE: Building Both "Regular" and "Profiling" Libraries

At 2002-10-09 07:48, Hal Daume III wrote:
Is this the sort of thing you're looking for?
Yes, thanks. I now have these in my Makefile: HCPOPTS = -prof -hisuf p_hi -osuf .p_o -auto-all +RTS -K32M -RTS depend-entries: $(HC_SRCS) $(HC) -M -optdep-s -optdepp $(HCFLAGS) $^ I did notice that for -osuf you seem to need the '.' but for -hisuf you don't... -- Ashley Yakeley, Seattle WA

Ashley Yakeley
I did notice that for -osuf you seem to need the '.' but for -hisuf you don't...
Weird, I've never seen that behavior (GHC 5.02 and 5.04, x86-Linux and Sparc-Solaris). I just checked with 5.04 on my Linux box, and 5.02 on a Sun, just to make sure. What system and compiler version are you using? -kzm -- If I haven't seen further, it is by standing in the footprints of giants
participants (2)
-
Ashley Yakeley
-
ketil@ii.uib.no