On Tue, 22 Aug 2000, Kairam, Raj wrote:

> I am trying to build modperl ( mod_perl-1.24 ) as DSO in to Apache (
> apache_1.3.12 ) on a host running HP-UX 11.0

>   ld: Unrecognized argument: -Wl -E
>   ld: Usage: ld flags ... files ...
> The output of make is captured in the following attachment
>  <<make_0818.txt>> 
> The last line in the above file indicates the 'ld' command and the arguments
> '-Wl -E' are in that long line halfway.
> 
> When I look at the generated Makefile, I see the two lines
> CCCDLFLAGS = +z
> CCDLFLAGS = -Wl, E -Wl,-B,deferred
> 
> How can I avoid this error ?. Any of you working with mod_perl on a HP-UX
> box encountered this situation ?.

your 'perl -V' would help alot, but i'm guessing if you run
'make LD=cc', that would fix the problem.

Reply via email to