Germán Arias <ger...@xelalug.org> writes: > Output for gcc --version: > > german@german-desktop:~$ gcc --version > gcc (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu3) > Copyright (C) 2007 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is > NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR > PURPOSE.
Hi Germán, Just in case it's not already obvious to you, the thing that's really weird here is that compilation apparently fails but without displaying any kind of detailed error message. This is practically unheard of, and I don't recall any similar case in previous Guile-related reports. That's why we're all asking questions - which may seem strange to you - about your exact compiler, platform and so on. So, basically, if there's anything you can do to get the compiler to print more information about why it is failing, that would help. Regards, Neil