I have to check but I suspect that the bug is in ASIS;
it tries to call "gcc" instead of "gcc-4.4".

Workaround #1: install package gcc (>= 4.4)
Workaround #2: ln -s /usr/bin/gcc-4.4 /usr/bin/gcc
Workaround #3:
 export PATH=$HOME/bin:$PATH
 mkdir $HOME/bin
 ln -s /usr/bin/gcc-4.4 $HOME/bin/gcc

Please tell me if that solves the symptoms; that would
confirm my hunch and I'll patch ASIS for a proper fix.

Thanks for reporting this bug.

-- 
Ludovic Brenta.





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to