On Thu, 4 Oct 2001, Stelian Pop wrote:

>I send this message on the xnewbie mailing list two days ago
>and I got no response... Maybe after all it's an 'expert'
>question so here it is again:
>
>I am trying to compile the CVS version of XFree. Compiling
>process goes well (except for some minor Makefile tweaks),
>but when I try to run the newly installed Xserver I get this:
>
>....
>(II) Loading /usr/local/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 .LC2 from module /usr/local/X11R6/lib/modules/fonts/libbitmap.a is 
>unresolved!
>Symbol .LC2 from module /usr/local/X11R6/lib/modules/fonts/libbitmap.a is unresolved!
>Symbol .LC0 from module /usr/local/X11R6/lib/modules/fonts/libbitmap.a is unresolved!
>...
>
>followed by some other 20-30 errors messages of this kind.
>
>I searched the mailing lists archives and I didn't find any
>tip on how to get rid of this.
>
>If it does matter, I'm using a beta version of Redhat 7.2,
>gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98).
>
>What am I doing wrong ?

XFree86 modules need to be compiled with -fno-merge-constants 
because the XFree86 module loader does not yet understand the two 
new ELF sections that are created when the merge-constants option 
is used (default).

To disable this optimization, and thus eliminate the 2 new ELF 
sections, you can look at the XFree86.spec file in the XFree86 
4.1.0 source RPM to see how to configure the build to pass these 
options.

Alternatively, you can use the XFree86 binaries that come with
the beta, XFree86-4.1.0-3 from rawhide.  This should get simpler 
once some changes are integrated into XFree86.

----------------------------------------------------------------------
Mike A. Harris                  Shipping/mailing address:
OS Systems Engineer             190 Pittsburgh Ave., Sault Ste. Marie,
XFree86 maintainer              Ontario, Canada, P6C 5B3
Red Hat Inc.                    Phone: (705)949-2136
http://www.redhat.com           ftp://people.redhat.com/mharris

Red Hat XFree86 mailing list:   [EMAIL PROTECTED]
General open IRC discussion:    #xfree86 on irc.openprojects.org
----------------------------------------------------------------------
[EMAIL PROTECTED]:~#  rm -f /bin/laden

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to