Bug 1742 - Make World fails with: cc1plus: Invalid option `32'
Summary: Make World fails with: cc1plus: Invalid option `32'
Status: CLOSED WORKSFORME
Alias: None
Product: xorg
Classification: Unclassified
Component: Build/Monolithic (show other bugs)
Version: 6.8.1
Hardware: x86 (IA32) Linux (All)
: highest normal
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-31 02:21 UTC by joerg
Modified: 2011-10-15 16:50 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments

Description joerg 2004-10-31 02:21:10 UTC
When doing "make World" my systems does a lot of stuff for quite some time and 
stops with: 
make[4]: Entering directory 
`/home/xxxx/downloads/x.org/xc/lib/GLU/libnurbs/internals' 
rm -f arc.o 
c++ -m32 -c -O2 -fno-strength-reduce -fno-strict-aliasing    -I../nurbtess      
-I../../libutil         -I../../include    -I../../../../include    
-I../../../../include/GL -I../../../.. -I../../../../exports/include  -Dlinux 
-D__i386__ -D_POSIX_C_SOURCE=199309L                          -D_POSIX_SOURCE 
-D_XOPEN_SOURCE                                 -D_BSD_SOURCE -D_SVID_SOURCE                                 
-D_GNU_SOURCE                             -D_EXTENSIONS_ -DLIBRARYBUILD 
-DNDEBUG  -fPIC arc.cc 
cc1plus: Invalid option `32' 
make[4]: *** [arc.o] Fehler 1 
 
 
Any ideas? Where can i look for further information? 
 
Thanks in advance a lot.
Comment 1 Adam Jackson 2004-11-02 10:06:50 UTC
gcc --version output?
Comment 2 Adam Jackson 2004-12-02 13:15:03 UTC
i suspect your compiler is misconfigured, -m32 is valid for most gcc newer than
3.2 or so.  please reopen if this is still an issue.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.