jason,

thanks a lot for the offer.  i am on an 11.11 system.  i have the untar'ed
xerces-c 1.5.1 to /opt/xerces-c1.5.1 and have a symlink of /opt/xerces-c
that points to it.  i manually set my environment variables as follows:

XERCESCROOT=/opt/xerces-c
XERCES_INCLUDE=/opt/xerces-c/include
XERCES_LIB=/opt/xerces-c/lib

i have untar'ed xerces-p 1.5.6 to /opt/xerces-p1.5.6 and have a similar
symlink /opt/xerces-p.  in /opt/xerces-p i ran the following command:

/opt/perl5/bin/perl Makefile.PL

...which yields the following results:

Using XERCES_LIB = /opt/xerces-c/lib
Using XERCES_INCLUDE = /opt/xerces-c/include
Checking to see if libxerces is in your library path...'PREREQ_PM' is not
a known MakeMaker parameter name.
Warning: Guessing NAME [xerces-p1.5.6] from current directory name.
Writing Makefile for XML::Xerces::DOMParse
Writing Makefile for Handler
Use of uninitialized value at (eval 21) line 89.
Use of uninitialized value at (eval 31) line 74.
Use of uninitialized value at (eval 31) line 75.
Use of uninitialized value at (eval 31) line 76.
Use of uninitialized value at (eval 31) line 80.
Success!!
Using Xerces-C version: 1.5.1
'ABSTRACT' is not a known MakeMaker parameter name.
'AUTHOR' is not a known MakeMaker parameter name.
Writing Makefile for XML::Xerces::DOMParse
Writing Makefile for XML::Xerces

...then running `make` yield the following error:

        make -C Handler static
Make: Unknown flag argument C.  Stop.
*** Error exit code 1

Stop.


any idea what the problem is?  my perl version is perl5.004_04

thanks for the help,
kent


On 3 Oct 2001, Jason E. Stewart wrote:

> "Kent Johnson" <[EMAIL PROTECTED]> writes:
> 
> > after installing xerces-c and trying to do the make of xerces-p, i
> > read in the INSTALL file that HP-UX is not supported.  has anyone
> > found a way of getting it to work on HP-UX?
> 
> I only had access to an old hp-10 box, and it didn't have pthreads
> installed, so I couldn't do anymore work. If you write and indicate
> what errors you might be getting, I'll do what I can to help.
> 
> jas.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to