Installation of CUPS in HP-UX 11i

Bernd Krumböck b.krumboeck at universalnet.at
Tue Jun 10 07:47:34 PDT 2008


> > > > > I installed IPv6 and now it is not showing error for IPv6. but errors in http.h file stil exists...like line 332:unexpected symbol "*"
> > > > > line 332:Function prototype are an ANSI feature
> > > > > line 332:type of http is undefined due to an illegal operation.
> > > > >
> > > > > these 3 error are repeated for 333,334,335,336.......
> > > > > why are these errors occur....
> > > > > Please let me know how to solve it.....
> > > > >
> > > > > Thanks,
> > > > >
> > > >
> > > > I agree with Mike.
> > > >
> > > > On your system there is no HP Ansi C/C++ Compiler Suite installed. So you have to export the PATH where GCC is installed:
> > > >
> > > > export PATH=$PATH:/usr/local/bin
> > > >
> > > >
> > > > After that you can continue with the configure script ...
> > > >
> > > > regards!
> > > > Bernd
> > >
> > > Thanks. Now the error http.h error is not coming. but i do get some other as below.
> > >
> > > Linking testadmin...
> > > /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (testadmin.o) was detected. The linked output may not run on a PA 1.x system.
> > > Linking testarray...
> > > /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (testarray.o) was detected. The linked output may not run on a PA 1.x system.
> > > Linking testcups...
> > > /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (testcups.o) was detected. The linked output may not run on a PA 1.x system.
> > > Linking testfile...
> > > /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (testfile.o) was detected. The linked output may not run on a PA 1.x system.
> > > Linking testhttp...
> > > /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (testhttp.o) was detected. The linked output may not run on a PA 1.x system.
> > > /usr/ccs/bin/ld: Unrecognized argument: +init
> > > /usr/ccs/bin/ld: Usage:  /usr/ccs/bin/ld [options] [flags] files
> > > collect2: ld returned 1 exit status
> > > *** Error exit code 1
> > >
> > > Stop.
> > >
> > > I could not understand what the error is....
> > > Please help me in this..
> > > Thanks,
> > >
> >
> >Hi,
>
> Since there is no HP Ansi C/C++ Compiler Suite installed. I had to export the PATH where GCC is installed as you mentioned
> > > >
> > > > export PATH=$PATH:/usr/local/bin
>
> but it was giving error as
>
> /usr/ccs/bin/ld: (Warning) At least one PA 2.0 object file (testhttp.o) was detected. The linked output may not run on a PA 1.x system.
>
> I installed ANSI C and C++ trial version. and executed the configure file, the error was
>
> error: C does not execute files.....
>
> Please help me how to continue with installation.
>
> Thanks,
>
>

The last HP-UX release I saw on a PA 1.x architectur was 10.20. I am very sure you alread have PA 2.0 architecture.

The problem is not the "Warning" message!

The real problem is the error message after the warnings. Please upgrade your linker to a newer version!

regards!
Bernd






More information about the cups mailing list