Hi!

I am trying to do 'make World' on the xc CVS source
code. The error I get is:

make[2]: Leaving directory `/home/src/xc/config/imake'
cd ./config/imake && make -f Makefile.proto all
make[2]: Entering directory
`/home/src/xc/config/imake'
gcc DefaultGcc2i386Opt    -I../../include
-I../../exports/include/X11  -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   -DFUNCPROTO=15 -DNARROWPROTO    
-DCPP_PROGRAM="\"cpp\"" -DHAS_MERGE_CONSTANTS=`if gcc
-fmerge-constants -xc /dev/null -S -o /dev/null 2>
/dev/null 1> /dev/null; then echo 1; else echo 0; fi` 
       -c -o imake.o imake.c
gcc: cannot specify -o with -c or -S and multiple
compilations
make[2]: *** [imake.o] Error 1
make[2]: Leaving directory `/home/src/xc/config/imake'
make[1]: *** [imake.bootstrap] Error 2
make[1]: Leaving directory `/home/src/xc'
make: *** [World] Error 2


Here is the output of '/lib/cpp -dM /dev/null':
#define __HAVE_BUILTIN_SETJMP__ 1
#define __unix__ 1
#define unix 1
#define __i386__ 1
#define __SIZE_TYPE__ unsigned int
#define __ELF__ 1
#define __linux 1
#define __unix 1
#define __linux__ 1
#define __USER_LABEL_PREFIX__
#define linux 1
#define __STDC_HOSTED__ 1
#define __tune_i686__ 1
#define __WCHAR_TYPE__ long int
#define __gnu_linux__ 1
#define __WINT_TYPE__ unsigned int
#define __tune_pentiumpro__ 1
#define i386 1
#define __STDC__ 1
#define __PTRDIFF_TYPE__ int
#define __REGISTER_PREFIX__
#define __NO_INLINE__ 1
#define __i386 1
#define __VERSION__ "3.2.3"

What can be wrong with this?

Best regards,
Ady Deac

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to