No subject


Tue Apr 2 00:56:56 UTC 2013


like you're using an ANSI-compliant compiler, but I'm not an HP-UX
person by any stretch of the imagination, so I may well be wrong on
this.

>          ld -x -r noop.o &&  mv a.out noop.o
> ld: (Warning) Ignoring -x option.  -r will override -x
>         ar cru ../../lib/libbind.a  noop.o
>         ranlib ../../lib/libbind.a
> 
> can u suggest something please? is it looking for some file noop.o..if so
> it's not there, i have searched fot it.

The problem is that when it tries to compile noop.c into noop.o, it
fails.  When a step or three later it tries to find noop.o, since it
didn't get built.  I do note that the compile line has changed from
below:

> > >         probe_ipv6
> > >         gcc -ansi -fPIC  -O -I../../port/hpux/include -I../../include -c
> > > noop.c
> > >         : ld -x -r noop.o && : mv a.out noop.o
> > >         ar cru ../../lib/libbind.a  noop.o
> > >         ranlib ../../lib/libbind.a

so that might be a good first place to start.



-Mike
-- 
Michael Steeves				|	Phone:  617-577-6000
michael_steeves at vpharm.com		|	Fax:	617-577-6105
Senior Network Systems Engineer		|
Vertex Pharmaceuticals			|


More information about the bind-users mailing list