HP3000-L Archives

March 2000, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"BIXBY,MARK (HP-Cupertino,ex1)" <[log in to unmask]>
Reply To:
BIXBY,MARK (HP-Cupertino,ex1)
Date:
Wed, 15 Mar 2000 09:23:14 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (35 lines)
> -----Original Message-----
> From: Steve Hampton [mailto:[log in to unmask]]
> Sent: Tuesday, March 14, 2000 10:09 AM
> To: [log in to unmask]
> Subject: a perl/module/install question
>
>
>         I am trying to install the Mail::Sender module on a
> Perl 5.00503
> install. When I try to do the 'make test', it comes back with this
> message.
>
> shell/iX> make test
> PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
> -I/PERL/PUB/lib/perl5/5.0
> 0503/PA-RISC1.1 -I/PERL/PUB/lib/perl5/5.00503 test.pl
> make: Error -- PERL_DL_NONLAZY=1: No such file or directory
> make: Error code 127
>
>         Can someone give me an idea of where to look for the
> problem. Thanks.

Something didn't parse right here.

The intent of the echoed statement is to first set PERL_DL_NOLAZY to 1, then
export the value into the new environment created when /usr/bin/perl is run.

It looks like "PERL_DL_NOLAZY=1" was parsed as an executable command (i.e. a
filename of a program to be run), rather than a variable assignment.

Are you using HP C/iX or gcc?  Have other makefiles worked correctly, or is
this your first attempt at using make?

- Mark B.

ATOM RSS1 RSS2