This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/10934] New: funny symbols when compiling libXaw from Xfree-86-4 4.3.0


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10934

           Summary: funny symbols when compiling libXaw from Xfree-86-4
                    4.3.0
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: fritz.heinrichmeyer@fernuni-hagen.de
                CC: gcc-bugs@gcc.gnu.org

when compiling libXaw.so from sources with XFree86-4.3.0
and options

-Os -march=pentiumpro

the resulting libXaw.so cannot be used to build any program as it contains
a symbol 

U .L91

and

t .L91

FIX:

use 

-O -march=pentiumpro



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]