"Nye, Brent A (Brent)" <[EMAIL PROTECTED]> writes:

> I think the space was an email typo between the "CORE Perl"(not sure
> about the space after the I), but I still can not get this to work
> on a command line with cc (gcc works, see below):
>
> 
> cc -c -I. -IHandler \
> 
> -I /pbuild/brentnye/xerces/xerces-c15/include \
> 
> -D_POSIX_C_SOURCE=199506L -D_HPUX_SOURCE \
> 
> -DDEBUGGING -I /usr/local/include \
> 
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Ae -g -DVERSION=\"0.10\" \
> 
> -DXS_VERSION=\"0.10\" +z \
> 
> -I/pbuild/brentnye/perl56/lib/5.6.1/PARISC2.0thread/CORE
> PerlContentCallbackHand
> ler.cpp

So the same cc command works for the other Handler/*.cpp files, but
not PerlContentCallbackHanderl? That's strange.

> I just put this into a file and run it and it works, unfortunately that is
> the "old perl": 
> 
> gcc -c -I. -IHandler -I/pbuild/brentnye/xerces/xerces-c15/include \
> 
> -D_HPUX_SOURCE  -I/usr/local/include -I/usr/local/include \
> 
> -DVERSION=\"0.10\"  -DXS_VERSION=\"0.10\" -fpic \
> 
> -I/usr/local/lib/perl5/5.00503/PA-RISC1.1/CORE
> PerlContentCallbackHandler.cpp

So this works if you run it from a file, but no on the command line?
Ugh... 

> Thanks for the info, I am not ready to give up yet.    

You're welcome, sorry I'm not more help...
jas.

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

Reply via email to