"David Fielding" <[EMAIL PROTECTED]> writes:

> make
> make -C Handler static
> make[1]: Entering directory `/digital/local/src/XML-Xerces-1.5.6/Handler'
> cc -c -I. -IHandler -I/usr/local/src/xerces-c-src1_5_1/include 
> -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O     
> -DVERSION=\"0.10\" -DXS_VERSION=\"0.10\" -KPIC 
> -I/usr/local/lib/perl5/5.6.0/sun4-solaris/CORE  PerlContentCallbackHandler.cpp
> cc: No input file specified, no output generated
> make[1]: *** [PerlContentCallbackHandler.o] Error 1
> make[1]: Leaving directory `/digital/local/src/XML-Xerces-1.5.6/Handler'
> make: *** [blib/arch/auto/Handler/Handler.a] Error 2

Hey David,

I think this is because Perl is misconfigured. cc is giving an error
because it is a C++ file, what happens if you run 'make CC=CC' to
explicitly tell it to use the C++ compiler?

jas.

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

Reply via email to