On Fri, Oct 13, 2006 at 08:09:23PM +0200, Kurt Roeckx wrote: > Hi, > > It seems that klcc is pointing CC to /usr/local/bin/gcc, but it seems > this is only the case on amd64.
yes known fact an bNMU was asked: http://lists.debian.org/debian-release/2006/09/msg00297.html > It has: > $CC = "\/usr\/local\/bin\/gcc"; > $conf{'cc'} = \$CC; > @CC = ("\/usr\/local\/bin\/gcc"); > $LD = "\/usr\/bin\/ld"; > $conf{'ld'} = \$LD; > @LD = ("\/usr\/bin\/ld"); > > While on i386 this looks like: > $CC = "\/usr\/bin\/gcc"; > $conf{'cc'} = \$CC; > @CC = ("\/usr\/bin\/gcc"); > $LD = "\/usr\/bin\/ld"; > $conf{'ld'} = \$LD; > @LD = ("\/usr\/bin\/ld"); > > > I'm guessing that on amd64, it tries to use different paths, like > changing lib into lib64, which it shouldn't do. no, it should come from the build env from the uploader. > > Kurt regards -- maks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]