Re: [distcc] distcc and aCC on HP-UX 11.11

2004-08-16 Thread mbp
On 16 Aug 2004, Michael Orlov [EMAIL PROTECTED] wrote: Hi I'm trying to compile ACE wrappers on HP-UX 11.11 with distcc 2.17 . I'm using the masquerading for the aCC compiler. But I got the strange issue: all the *.o files that I get from the remote machines are with 0 size

Re: [distcc] distcc and aCC on HP-UX 11.11

2004-08-16 Thread Michael Orlov
Hi, On Mon, 2004-08-16 at 13:00, [EMAIL PROTECTED] wrote: On 16 Aug 2004, Michael Orlov [EMAIL PROTECTED] wrote: Hi I'm trying to compile ACE wrappers on HP-UX 11.11 with distcc 2.17 . I'm using the masquerading for the aCC compiler. But I got the strange issue: all the *.o files

Re: [distcc] distcc and aCC on HP-UX 11.11

2004-08-16 Thread Michael Orlov
On Mon, 2004-08-16 at 16:41, Michael Orlov wrote: Hi, On Mon, 2004-08-16 at 13:00, [EMAIL PROTECTED] wrote: On 16 Aug 2004, Michael Orlov [EMAIL PROTECTED] wrote: Hi I'm trying to compile ACE wrappers on HP-UX 11.11 with distcc 2.17 . I'm using the masquerading for the aCC

Re: [distcc] distcc and aCC on HP-UX 11.11

2004-08-16 Thread Martin Pool
On 16 Aug 2004, Michael Orlov [EMAIL PROTECTED] wrote: I found that except the *.ii suffix , the -P flag on the remote machine shouldn't be used. I create with the -E flag on the local machine *.i file (pre-compiled source) and then runs it with the following command: aCC +DAportable +Z -c -w