Hi Piers,

During the make process something is obviously picking up HP's 'cc'
compiler rather than gcc. The quick solution is this:

> program extract...
> use Inline ( C=> Config =>
                  CC => 'gcc',
>                 DIRECTORY => '/tmp/Inline',
>                 ENABLE => 'UNTAINT',
>                 INC => '-I/usr/local/include',
>                 LIBS => '-L/usr/local/lib -ltidy' );

That should solve the compiler problem. Whether the correct 'ld' gets
picked up is anyone's guess. Care to try it?

Later,
Neil

Reply via email to