[distcc] Problems compiling KDE

Alexandre Oliva oliva at lsd.ic.unicamp.br
Wed May 7 00:47:17 GMT 2003


On Apr 28, 2003, grahame at ucc.gu.uwa.edu.au (Grahame Bowland) wrote:

> versions.. gcc 3.2.3 and 2.0.1 from Debian. The compile goes smoothly 
> (make CC=distcc CXX=distcc -j5) until I get the following error.

You have to configure and build using the same CC and CXX, otherwise
you'll run into this libtool error.  Libtool won't be able to figure
out which tag to use if you change CC or CXX from the ones that were
in effect at configure time.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


More information about the distcc mailing list