On Sun, 23 Feb 2003, nicho wrote: >(II) Loader running on freebsd >(II) LoadModule: "bitmap" >(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a >Not loading .rodata.str1.1 >Not loading .rodata.str1.32 >Not loading .rodata.cst8 >Not loading .rodata.str1.1 >Not loading .rodata.str1.32 >Not loading .rodata.str1.1 >Not loading .rodata.cst8 >Not loading .rodata.str1.1 >Not loading .rodata.str1.32 >Not loading .rodata.str1.1 >(II) Symbol module /usr/X11R6/lib/modules/fonts/libbitmap.a is >unresolved!
You are using a very old version of XFree86 (4.1.0 or older) with a newer version of the gcc compiler. The new gcc contains an optiomization (merge-constants) which the XFree86 ELF module loader can't cope with in that release of XFree86. Newer releases of XFree86 have a built-in workaround for this. Recommendation: Upgrade to XFree86 4.2.1, use current CVS, or wait for 4.3.0 to be released. Hope this helps. -- Mike A. Harris _______________________________________________ XFree86 mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xfree86

