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.
gcc --version output?
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.