On Mon, Mar 18, 2002 at 02:26:50PM -0700, Marc Aurele La France wrote:
[..snip..]
> No. I >ALWAYS< build both static and loader servers, on ix86 and SPARC,
> and this hasn't shown up before. There might be something amiss that ppc
> is tickling, but in any case, cfb should be linked after any of the other
> cfb*'s.
The attached patch fixes the Imakefile. Bcc'ed to [EMAIL PROTECTED]
-- Guido
--- xc/programs/Xserver/Imakefile.orig Mon Jan 7 21:38:21 2002
+++ xc/programs/Xserver/Imakefile Tue Mar 19 13:46:23 2002
@@ -239,10 +239,10 @@
#else
MFB = mfb/LibraryTargetName(mfb)
FB = fb/LibraryTargetName(fb)
- CFB = cfb/LibraryTargetName(cfb) \
- cfb16/LibraryTargetName(cfb16) \
+ CFB = cfb16/LibraryTargetName(cfb16) \
cfb24/LibraryTargetName(cfb24) \
- cfb32/LibraryTargetName(cfb32)
+ cfb32/LibraryTargetName(cfb32) \
+ cfb/LibraryTargetName(cfb)
CFB8 = cfb/LibraryTargetName(cfb)
CFB4 = cfb/LibraryTargetName(cfb) \
cfb4/LibraryTargetName(cfb4)