> Hope this helps... Looks like something is getting really messed up in the argument parsing :-(
The error for the hexadecimal number pursing is from the code that should handle things like fil...@offset This is probably from some @file not being expanded. What I would recommend is first debugging why -save-temps is not working. Can you try without -flto: $./xgcc -B. -O2 -c -o t.o t.c $ ./xgcc -B. -O2 -r -o t.o t.c -nostdlib -save-temps > Ciao! > Steven > Cheers, -- Rafael Ávila de Espíndola