BUS error (core dump) compiling gworksapce 0.9.1

Michele Bert <[email protected]> Thu, 11 Oct 2012 16:35:15 +0200
Newsgroups gmane.comp.lib.gnustep.applications
Message-ID <CACE4N+WuvYKqz8r1whDQmWJgMpQfOCpgtPbNSghuH=jD9+SgtQ@mail.gmail.com>
Hello.
I am trying to compile GWorkspace on a Ubuntu 12.04 linux
distribution, with gcc 4.4.7.
I run
  ./configure --with-inotify
then
  make
but building the service "thumbnailer" it crashes with a "Bus error":
[...]
Making all for service thumbnailer...
 Creating thumbnailer.service/....
 Compiling file main.m ...
 Linking service thumbnailer ...
 Creating thumbnailer.service/Resources...
 Creating thumbnailer.service/Resources/Info-gnustep.plist...
Bus error (core dumped)
make[4]: *** [thumbnailer.service/Resources/Info-gnustep.plist] Error 1
make[3]: *** [thumbnailer.all.service.variables] Error 2
make[2]: *** [internal-all] Error 2
make[1]: *** [internal-all] Error 2
make: *** [internal-all] Error 2

Do anyone has an idea about how can I investigate on the problem?

Thanks in advance,
Michele