

I doubt it'll work with nptl as I'm running without. I -think- built this with 2.6 headers....but I'm not 100% certain (just got in from a trip, won't be clear headed enough to check until tomorrow).hotplainrice wrote:Veto, can I still use the distcc binaries that you provide even though I have changed to linux26-headers, glibc for nptl?





Code: Select all
distccd.sh


i think i found an easier wayjago25_98 wrote:still think it should be easier. can't get it working :/
Code: Select all
case $GCC_DIR in
gcc-2.95.3)
getUnpackAndPatch ftp://ftp.gnu.org/pub/gnu/gcc/$GCC_DIR.tar.gz ;;
# gcc-3.3.3) <--- This one and the one below it commented by default i believe in version whatever.i.have (FG)
# getUnpackAndPatch ftp://ftp.gnu.org/pub/gnu/gcc/releases/$GCC_DIR/$GCC_D$
# gcc-3.3.5) <---- I commented this one and the one below it.
# getUnpackAndPatch ftp://gcc.gnu.org/pub/gcc/releases/$GCC_DIR/$GCC_DIR.t$
gcc-4.0.[012345]-200*)
dir=`echo $GCC_DIR | sed s/gcc-/prerelease-/`
getUnpackAndPatch ftp://gcc.gnu.org/pub/gcc/$dir/$GCC_DIR.tar.gz ;;
gcc-3.[345]-200*|gcc-4.0-200*)
john.robinson wrote:I just don't see the Cygwin setup as difficult:
(i) run Cygwin setup (remember to include cygrunsrv);
(ii) untar Veto's tarball into /usr/local;
(iii) run a script (/usr/local/bin/mkservice)
is about all it involves...
It's different if you're working from source; I guess it depends on what you want it for.
Code: Select all
cd /usr/local/binCode: Select all
./mkserviceI used gcc 3.3.3-3 in cygwin and 3.3.5 in gentoo box, and I untared veto's latest bzip2 as instructed in the 3 steps.Now test to see if we have binutils working.
cygwin$ $TARGET-ld --version
GNU ld version 2.13.1
Copyright 2002 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License. This program has absolutely no warranty.