Errata for gphoto2-fuse-fs

When running "make" I get hundresds of errors like :

lester.o(.text+0x14): In function `operator<<(std::basic_ostream >&, Entry const&)':
  /usr/include/c++/3.2.2/bits/stl_tree.h:1322: undefined reference to
  `std::basic_ostream >& std::operator<<
   >(std::basic_ostream >&, char const*)'

Solution:

Change $(CCLD) to g++ in the line of the Makefile which reads:
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
(Thank you to Matthew Ford for pointing this problem out)