Package: libklibc-dev
Version: 1.4.27-1
Severity: serious
Hi,
It seems that klcc is pointing CC to /usr/local/bin/gcc, but it seems
this is only the case on amd64.
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.
Kurt
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]