On Sun Mar 02 11:46:00 2008, [EMAIL PROTECTED] wrote: > Determining what C compiler and linker to use...Compilation failed with 'cc'
I don't have access to an Ubuntu box at the moment, so I can't strictly replicate your situation. However, I have this gcc on a Debian box: [li11-226:work] 554 $ /usr/bin/gcc-4.1 --version gcc-4.1 (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21) ... and on this box I have consistently been able to build Parrot with little difficulty. So I am puzzled by this. The step that failed for you is the 7th, inter::progs. Did any/all subsequent steps fail? Could you try rerunning as follows: 'perl Configure.pl --verbose-step=inter::progs' Thank you very much. kid51