Hi Neil,

I had a similar problem on HP-UX - I had to specify "-Wp,-H1000000"
as an additional compiler flag, to tell the compiler to tell the cpp
to augment its buffer to 1MByte (by far more than enough ...).

Another problem I encountered was that myldr/Makefile.PL uses $(LD)
where it should use $(CC) - Solaris doesn't complain but HP-UX does.
Have a look at your cpp/cc manual pages.

Unfortunately, I have built in the -Wp instruction into Perl itself,
and due to some high workload, I did not have time to deliver a
complete myldr/Makefile.PL patch to Autrijus - it currently looks like
I won't have this time before July :-(.

Best regards,

        Markus

>Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
>List-Post: <mailto:[EMAIL PROTECTED]>
>List-Help: <mailto:[EMAIL PROTECTED]>
>Date: Wed, 11 Jun 2003 17:12:02 -0100
>From: "Neil.shadrach" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Subject: make failure - OSF1 V4.0 878 alpha
>
>Any suggestions?
>
># make
>cc -c -std -fprm d -ieee -D_INTRINSICS -DLANGUAGE_C 
>-I/usr/local/lib/perl5/5.6.0/alpha-dec_osf/CORE  main.c
>cc: Severe: An error occurred while attempting to read a source file: Input
>line too long for buffer.
>*** Exit 1
>Stop.
>*** Exit 1
>Stop.

--
Markus Jansen                      Senior IS/IT Support Engineer, EED/IT
Ericsson Eurolab Deutschland GmbH  Email : [EMAIL PROTECTED]
Ericsson Allee 1                   Phone : +49 2407 575 5157
52134 Herzogenrath                 Fax   : +49 2407 575 7289
Germany                            Mobile: +49 172 274 2003

Reply via email to