On Mon, 2004-06-14 at 17:58, Colin Marquardt wrote:
Did that, the result is at http://buug.de/~colin/sp-typeset-kplayout.s.bz2 (~100k, unpacked 600k)
FWIW, the section in question is
,---- | .LLEHB10: | call %g1, 0 | add %o7, (.LL171-.-4), %o7 `----
(the line with "add" is 5631)
Hmm, that second argument to "add" looks really weird to me, though my assembly is admittedly rather rusty.
Anyone else know what that second argument means? (it looks like some kind of indirect addressing to me, but...)
Will do. I am pretty busy at work, but I'll try to have that by tomorrow.
Thanks~
I now produced a patch and applied it to the current CVS snapshot. It is still a painful thing to compile - starting with the autogen.sh run. Do you want me to report all things I encounter step by step?
Yes, please. Keep documenting this on the Wiki also, of course.
Appended is a first part. I think I have already patched configure.in to use "ggrep" instead of Solaris' own "grep". I also defined AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Unfortunately, I'm totally illiterate when it comes to the autotools...
Unfortunately I think we do want to use AM_CONFIG_HEADER in this case. Have to look further into why it's not working out here.
Not having a working egrep is a bit frustrating, but perhaps something we can work around more neatly ... I don't think we absolutely need to use an extended regexp here, even if the equivalent standard regexp is more complex.
I'll have to look at the further errors later, since it's late and I'm about out of energy for the night.
-mental