This is the mail archive of the cygwin mailing list for the Cygwin 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]

having trouble compiling gcc (3.3.3 or 3.3.5) in cygwin


my goal is to install a distcc server on cygwin.  i use gentoo on the other box which has a great guide for acheiving this:  http://gentoo-wiki.com/HOWTO_Distcc_server_on_Windows

i'll be the first to admit its a bit overmy head, but ive managed to correct all the failed compiles till now.  after about 15 minutes, this happens:

/bin/sh ../../../gcc-3.3.5/gcc/mkconfig.sh tconfig.h
/usr/src/build/gcc/gcc/xgcc -B/usr/src/build/gcc/gcc/ -B/usr/local/cross-linux/i
686-pc-linux-gnu/bin/ -B/usr/local/cross-linux/i686-pc-linux-gnu/lib/ -isystem /
usr/local/cross-linux/i686-pc-linux-gnu/include -O2 -DIN_GCC -DCROSS_COMPILE   -
W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./incl
ude  -I. -I. -I../../../gcc-3.3.5/gcc -I../../../gcc-3.3.5/gcc/. -I../../../gcc-
3.3.5/gcc/config -I../../../gcc-3.3.5/gcc/../include  -g0 -finhibit-size-directi
ve -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-omit-
frame-pointer \
   -c ../../../gcc-3.3.5/gcc/crtstuff.c -DCRT_BEGIN \
  -o crtbegin.o
In file included from ../../../gcc-3.3.5/gcc/crtstuff.c:62:
../../../gcc-3.3.5/gcc/tsystem.h:72:19: stdio.h: No such file or directory
../../../gcc-3.3.5/gcc/tsystem.h:75:23: sys/types.h: No such file or directory
../../../gcc-3.3.5/gcc/tsystem.h:78:19: errno.h: No such file or directory
../../../gcc-3.3.5/gcc/tsystem.h:85:20: string.h: No such file or directory
../../../gcc-3.3.5/gcc/tsystem.h:89:20: stdlib.h: No such file or directory
../../../gcc-3.3.5/gcc/tsystem.h:90:20: unistd.h: No such file or directory
../../../gcc-3.3.5/gcc/tsystem.h:96:18: time.h: No such file or directory
../../../gcc-3.3.5/gcc/crtstuff.c: In function `__do_global_dtors_aux':
../../../gcc-3.3.5/gcc/crtstuff.c:277: warning: passing arg 1 of `__deregister_f
rame_info_bases' discards qualifiers from pointer target type
../../../gcc-3.3.5/gcc/crtstuff.c: In function `frame_dummy':
../../../gcc-3.3.5/gcc/crtstuff.c:313: warning: passing arg 1 of `__register_fra
me_info_bases' discards qualifiers from pointer target type
make[1]: *** [crtbegin.o] Error 1
make[1]: Leaving directory `/usr/src/build/gcc/gcc'
make: *** [all-gcc] Error 2

this is my first ever post to a mailing list, btw, so forigve me for my ignoracnce in advance ;)

 




________________________________________________________________
Sent via the WebMail system at mail.rabinglove.com


 
                   

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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