Operating System - HP-UX
1753481 Members
4109 Online
108794 Solutions
New Discussion юеВ

Re: make john 1.6 on hp-ux 11.0

 
Richard Mertz
Regular Advisor

make john 1.6 on hp-ux 11.0

When i run make hpux-parisc..., I get the following error:

/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:29: warning: conflicting types for built-in function `memcmp' /opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:85: warning: conflicting types for built-in function `memcpy' /opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:87: warning: conflicting types for built-in function `memset' as: "/tmp/ccUBLXPb.s", line 22: error 1052: Directive name not recognized - NSUBSPA

Any ideas?

Richard Mertz
What anybody thinks of me is none of my business.
3 REPLIES 3
Ralf Hildebrandt
Valued Contributor

Re: make john 1.6 on hp-ux 11.0

You haven't GNU binutils installed, which GCC requires.
Or GNU as is not used, but HP as instead.
Postfix/BIND/Security/IDS/Scanner, you name it...
Richard Mertz
Regular Advisor

Re: make john 1.6 on hp-ux 11.0

I installed the gnu utilities and got the following when I tried a make. Any other ideas?

/opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:29: warning: conflicting types for built-in function `memcmp' /opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:85: warning: conflicting types for built-in function `memcpy' /opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/include/string.h:87: warning: conflicting types for built-in function `memset' as: "/tmp/cc3HiVHc.s", line 22: error 1052: Directive name not recognized - NSUBSPA as: "/tmp/cc3HiVHc.s", line 87: error 1052: Directive name not recognized - NSUBSPA
as: "/tmp/cc3HiVHc.s", line 189: error 1052: Directive name not recognized - NSUBSPA
as: "/tmp/cc3HiVHc.s", line 209: error 1052: Directive name not recognized - NSUBSPA
as: "/tmp/cc3HiVHc.s", line 292: error 1052: Directive name not recognized - NSUBSPA
as: "/tmp/cc3HiVHc.s", line 381: error 1052: Directive name not recognized - NSUBSPA
as: "/tmp/cc3HiVHc.s", line 474: error 1052: Directive name not recognized - NSU
What anybody thinks of me is none of my business.
Richard Mertz
Regular Advisor

Re: make john 1.6 on hp-ux 11.0

Problem turned out to be that I didn't have the binutils in my PATH.
What anybody thinks of me is none of my business.