Hi Matthias, The error is from GCC which I built on my own (as mentioned in my first post), not installed from a package manager. It all works ok with the system compiler though (Debian 6.0 has gcc 4.4.5).
Thanks & Regards, Satish On 22 September 2012 14:50, Matthias Klose <d...@debian.org> wrote: > On 21.09.2012 23:08, bd satish wrote: >> g++ -fmudflap references.cc -lmudflap > > you have to install mudflap to use it (it is suggested by the gcc-4.7 > package). > sudo apt-get install libmudflap0-4.7-dev >