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
- HP-UX 11.00 + inline weirdness Piers Harding
- Re: HP-UX 11.00 + inline weirdness Neil Watkiss
- Re: HP-UX 11.00 + inline weirdness Piers Harding
- Re: HP-UX 11.00 + inline weirdness Neil Watkiss
- Re: HP-UX 11.00 + inline weirdness Piers Harding
