RE: Porting mips-sgi-irix65 [help]

2003-01-24 Thread Simon Marlow
As pointed Michael Weber in a sparc-unknown-linux porting,the key point is gcc on sparc-linux (mips-irix) doesn't mark the beginning of .data(like data_start on i386-linux) . Using etext is definitely wrong here, since .rodata comes afterwards and therefore etext doesn't cover the

Profiling trouble

2003-01-24 Thread Ferenc Wagner
Hello, Please help me understanding GHC 5.02.2 profiling output! Here is the root of my program (Show.hs): \begin{code} showData:: BaseVector a = Params - Operator a - String showData params pot = unlines [Version 3.1,

Problem with --split-objs on windoze (when building HOpenGL)

2003-01-24 Thread Peter Smith
I'm having some difficulties with the --split-objs parameter when building HOpenGL on win xp ine with --disable-split-objs. Tried uninstalling my 'normal' copy of perl upgrading GHC to 5.04.2 but am still getting the same error. Couldn't find anything in the archives, so anyone got any