[distcc] distcc with icc -c -g

Tom Van Laerhoven tom.vanlaerhoven at luc.ac.be
Tue Mar 11 21:09:31 GMT 2003


Hi,

When running my autoconf v2.13 script with distcc v1.2.3 and the intel 
compiler 7.0, it goes wrong at the following check:

$ distcc icc -c -g conftest.c
> /usr/lib/crt1.o(.text+0x18): In function `_start':
> : undefined reference to `main'

with:

$ cat conftest.c 
> int i = 1;

The weird thing is that when I run this manually, and switch the two 
parameters like this:

$ distcc icc -g -c conftest.c
>

everything goes fine, as does also:

$ icc -c -g conftest.c
>

Any ideas??

Thanks,
Tom.


More information about the distcc mailing list