Actually, gnu make is not standard on OpenBSD.  gmake is an easily added package, 
though. (See http://www.openbsd.org/3.4_packages/i386.html)

Here's the quickest way to verify that your make isn't gmake.  A "make -v" on a 
standard OpenBSD install will return the error "unknown option -- v".  However, "gmake 
-v" explicitly states "GNU Make <version#>".

In order for me to compile (and install) Apache 2.0.50 and mod_perl 1.99_16 on an 
OpenBSD 3.5 box, I had to use "gmake" instead of "make".  More on that topic can be 
found at:
http://www.gossamer-threads.com/lists/modperl/modperl/72411
and
http://perl.apache.org/docs/2.0/user/troubleshooting/troubleshooting.html#make__don_t_know_how_to_make_dynamic__Stop

Hope this helps.
--jim


-----Original Message-----
From: Kristian Elof Sørensen [mailto:[EMAIL PROTECTED] 
Sent: Saturday, October 09, 2004 4:05 AM
To: Philippe M. Chiasson
Cc: Stas Bekman; [EMAIL PROTECTED]
Subject: Re: compilation failure with mod_perl-1.99_16 on OpenBSD 3.4


>>
> Also worth a shot is to try 'gmake' instead of 'make'


Thanks for the suggestion, however there is no gmake on OpenBSD since 
gnu make is the standard make on OpenBSD.

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html


--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to