>> There is a big difference: If you compile a .c file, the .o files
>> stays by default; the compiler doesn't remove it.
>
> Uh, wrong?
>
> cd /tmp;echo "main(){return 0;}" >gega.c;gcc -o gega gega.c;ls gega*
> gega gega.c
I've meant using option `-c' of the compiler. BTW, if you specify
option `-o', does gcc create an intermediate file `gega.o' that
overwrites another file `gega.o' in the compilation directory?
Werner
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond