Joel Rosdahl <j...@debian.org> writes: > Has anyone been able to reproduce this problem lately? I've never seen > it. > > -- Joel
I still can reproduce it using ccache 3.1.7-1 and gcc 4.4.7-1 karme@amalthea:/tmp$ mkdir g karme@amalthea:/tmp$ cd g karme@amalthea:/tmp/g$ wget 'http://downloads.sourceforge.net/gauche/Gauche-0.8.14.tgz' [...] karme@amalthea:/tmp/g$ tar xzf Gauche-0.8.14.tgz karme@amalthea:/tmp/g$ cd Gauche-0.8.14 karme@amalthea:/tmp/g/Gauche-0.8.14$ ccache -V ccache version 3.1.7 [...] karme@amalthea:/tmp/g/Gauche-0.8.14$ dpkg -l ccache|grep ^i ii ccache 3.1.7-1 Compiler cache for fast recompilation of C/C++ code karme@amalthea:/tmp/g/Gauche-0.8.14$ ls -l $(which gcc-4.4) lrwxrwxrwx 1 root staff 15 Mai 10 12:42 /usr/local/bin/gcc-4.4 -> /usr/bin/ccache karme@amalthea:/tmp/g/Gauche-0.8.14$ gcc-4.4 -v 2>&1|grep ^gcc gcc version 4.4.7 (Debian 4.4.7-1) karme@amalthea:/tmp/g/Gauche-0.8.14$ dpkg -l gcc-4.4|grep ^i ii gcc-4.4 4.4.7-1 GNU C compiler karme@amalthea:/tmp/g/Gauche-0.8.14$ ./configure CC=gcc-4.4 checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking slib... /usr/share/slib checking for gcc... gcc-4.4 [...] karme@amalthea:/tmp/g/Gauche-0.8.14$ make [...] gcc-4.4 -std=gnu99 -DHAVE_CONFIG_H -I. -I../../src -I../../gc/include -g -O2 -fPIC -fomit-frame-pointer -c thrlib.c thrlib.stub: In function ‘thrlib_mutex_state’: thrlib.stub:115: error: stray ‘#’ in program thrlib.stub:115: error: expected ‘;’ before string constant make[2]: *** [thrlib.o] Fehler 1 [...] (note: build is not aborted but that is another story) greetings karme -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org