hello all,

i've been trying to work through installing apache 2.0.54 + mp 2.0.1
over the weekend for cygwin 1.5.17- and it's been kinda bumpy.  any
help would be appreciated.  it doesn't appear apache2 + mp2 installs
are common for cygwin (or if they are they go quite smoothly because
digging up help via google didn't yield hardly anything).  thanks!

> perl Makefile.PL MP_DEBUG=1 MP_APXS=/usr/local/httpd-2.0.54/bin/apxs
goes just fine.

however, make goes along fine until:

Creating library file: libmod_perl.dll.a
mod_perl.lo: In function `modperl_startup':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/mod_perl.c:302: undef
ined reference to `_ap_server_root'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/mod_perl.c:305: undef
ined reference to `_ap_server_root'
mod_perl.lo: In function `modperl_init_globals':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/mod_perl.c:527: undef
ined reference to `_ap_mpm_query'
mod_perl.lo: In function `modperl_hook_post_config_last':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/mod_perl.c:698: undef
ined reference to `_ap_add_version_component'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/mod_perl.c:699: undef
ined reference to `_ap_add_version_component'
mod_perl.lo: In function `modperl_register_hooks':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/mod_perl.c:821: undef
ined reference to `_ap_server_config_defines'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/mod_perl.c:824: undef
ined reference to `_ap_hook_pre_config'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/mod_perl.c:827: undef
ined reference to `_ap_hook_open_logs'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/mod_perl.c:830: undef
ined reference to `_ap_hook_post_config'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/mod_perl.c:833: undef
ined reference to `_ap_hook_handler'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/mod_perl.c:836: undef
ined reference to `_ap_hook_handler'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/mod_perl.c:839: undef
ined reference to `_ap_hook_insert_filter'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/mod_perl.c:842: undef
ined reference to `_ap_hook_insert_filter'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/mod_perl.c:845: undef
ined reference to `_ap_register_output_filter'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/mod_perl.c:849: undef
ined reference to `_ap_register_input_filter'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/mod_perl.c:853: undef
ined reference to `_ap_register_output_filter'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/mod_perl.c:857: undef
ined reference to `_ap_register_input_filter'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/mod_perl.c:861: undef
ined reference to `_ap_hook_pre_connection'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/mod_perl.c:864: undef
ined reference to `_ap_hook_create_request'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/mod_perl.c:871: undef
ined reference to `_ap_hook_post_read_request'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/mod_perl.c:874: undef
ined reference to `_ap_hook_header_parser'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/mod_perl.c:877: undef
ined reference to `_ap_hook_child_init'
modperl_config.lo: In function `modperl_config_srv_new':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_config.c:186:
 undefined reference to `_ap_server_argv0'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_config.c:186:
 undefined reference to `_ap_server_argv0'
modperl_config.lo: In function `modperl_config_apply_PerlModule':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_config.c:412:
 undefined reference to `_ap_log_error'
modperl_config.lo: In function `modperl_config_apply_PerlRequire':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_config.c:437:
 undefined reference to `_ap_log_error'
modperl_config.lo: In function `modperl_config_apply_PerlPostConfigRequire':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_config.c:470:
 undefined reference to `_ap_log_error'
modperl_config.lo: In function `modperl_config_insert':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_config.c:545:
 undefined reference to `_ap_pcfg_open_custom'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_config.c:549:
 undefined reference to `_ap_build_config'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_config.c:552:
 undefined reference to `_ap_walk_config'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_config.c:555:
 undefined reference to `_ap_cfg_closefile'
modperl_config.lo: In function `modperl_config_insert_request':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_config.c:593:
 undefined reference to `_ap_create_per_dir_config'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_config.c:606:
 undefined reference to `_ap_merge_per_dir_configs'
modperl_cmd.lo: In function `modperl_cmd_trace':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_cmd.c:131: un
defined reference to `_ap_check_cmd_context'
modperl_cmd.lo: In function `modperl_cmd_parse_args':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_cmd.c:421: un
defined reference to `_ap_getword'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_cmd.c:422: un
defined reference to `_ap_getword_nc'
modperl_cmd.lo: In function `modperl_cmd_perl':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_cmd.c:460: un
defined reference to `_ap_cfg_getline'
modperl_cmd.lo: In function `modperl_cmd_pod':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_cmd.c:612: un
defined reference to `_ap_cfg_getline'
modperl_cmd.lo: In function `modperl_cmd_END':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_cmd.c:633: un
defined reference to `_ap_cfg_getline'
modperl_cmd.lo: In function `modperl_cmd_set_input_filter':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_cmd.c:679: un
defined reference to `_ap_getword'
modperl_cmd.lo: In function `modperl_cmd_set_output_filter':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_cmd.c:706: un
defined reference to `_ap_getword'
modperl_callback.lo: In function `modperl_callback':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_callback.c:93
: undefined reference to `_ap_log_error'
modperl_callback.lo: In function `modperl_callback_run_handlers':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_callback.c:28
2: undefined reference to `_ap_log_error'
modperl_util.lo: In function `modperl_errsv':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_util.c:220: u
ndefined reference to `_ap_log_rerror'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_util.c:223: u
ndefined reference to `_ap_log_error'
modperl_util.lo: In function `modperl_perl_call_list':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_util.c:472: u
ndefined reference to `_apr_os_thread_current'
modperl_io_apache.lo: In function `modperl_request_read':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_io_apache.c:2
74: undefined reference to `_ap_get_brigade'
modperl_filter.lo: In function `send_output_eos':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_filter.c:131:
 undefined reference to `_ap_pass_brigade'
modperl_filter.lo: In function `send_output_flush':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_filter.c:143:
 undefined reference to `_ap_pass_brigade'
modperl_filter.lo: In function `modperl_wbucket_pass':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_filter.c:178:
 undefined reference to `_ap_log_error'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_filter.c:219:
 undefined reference to `_ap_pass_brigade'
modperl_filter.lo: In function `modperl_input_filter_read':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_filter.c:746:
 undefined reference to `_ap_get_brigade'
modperl_filter.lo: In function `modperl_output_filter_handler':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_filter.c:879:
 undefined reference to `_ap_pass_brigade'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_filter.c:892:
 undefined reference to `_ap_pass_brigade'
modperl_filter.lo: In function `modperl_input_filter_handler':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_filter.c:913:
 undefined reference to `_ap_get_brigade'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_filter.c:926:
 undefined reference to `_ap_get_brigade'
modperl_filter.lo: In function `modperl_filter_add_connection':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_filter.c:963:
 undefined reference to `_ap_str_tolower'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_filter.c:964:
 undefined reference to `_ap_get_input_filter_handle'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_filter.c:964:
 undefined reference to `_ap_get_output_filter_handle'
modperl_filter.lo: In function `modperl_output_filter_add_connection':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_filter.c:1135
: undefined reference to `_ap_add_output_filter'
modperl_filter.lo: In function `modperl_output_filter_add_request':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_filter.c:1144
: undefined reference to `_ap_add_output_filter'
modperl_filter.lo: In function `modperl_input_filter_add_connection':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_filter.c:1154
: undefined reference to `_ap_add_input_filter'
modperl_filter.lo: In function `modperl_input_filter_add_request':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_filter.c:1163
: undefined reference to `_ap_add_input_filter'
modperl_pcw.lo: In function `ap_pcw_walk_location_config':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_pcw.c:32: und
efined reference to `_core_module'
modperl_pcw.lo: In function `ap_pcw_walk_directory_config':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_pcw.c:51: und
efined reference to `_core_module'
modperl_pcw.lo: In function `ap_pcw_walk_files_config':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_pcw.c:70: und
efined reference to `_core_module'
modperl_pcw.lo: In function `ap_pcw_walk_default_config':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_pcw.c:84: und
efined reference to `_core_module'
modperl_pcw.lo: In function `ap_pcw_walk_config':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_pcw.c:110: un
defined reference to `_core_module'
modperl_pcw.lo:/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modper
l_pcw.c:114: more undefined references to `_core_module' follow
modperl_env.lo: In function `modperl_env_request_populate':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_env.c:370: un
defined reference to `_ap_add_common_vars'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_env.c:371: un
defined reference to `_ap_add_cgi_vars'
modperl_cgi.lo: In function `modperl_cgi_header_parse':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_cgi.c:66: und
efined reference to `_ap_scan_script_header_err_strs'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_cgi.c:82: und
efined reference to `_ap_internal_redirect_handler'
modperl_module.lo: In function `modperl_module_remove':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_module.c:574:
 undefined reference to `_ap_remove_loaded_module'
modperl_module.lo: In function `modperl_module_insert':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_module.c:752:
 undefined reference to `_ap_top_module'
modperl_module.lo: In function `modperl_module_add':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_module.c:842:
 undefined reference to `_ap_add_loaded_module'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_module.c:847:
 undefined reference to `_ap_single_module_configure'
modperl_hooks.lo: In function `modperl_register_handler_hooks':
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_hooks.c:91: u
ndefined reference to `_ap_hook_process_connection'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_hooks.c:92: u
ndefined reference to `_ap_hook_child_init'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_hooks.c:93: u
ndefined reference to `_ap_hook_pre_connection'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_hooks.c:94: u
ndefined reference to `_ap_hook_header_parser'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_hooks.c:95: u
ndefined reference to `_ap_hook_access_checker'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_hooks.c:96: u
ndefined reference to `_ap_hook_check_user_id'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_hooks.c:97: u
ndefined reference to `_ap_hook_auth_checker'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_hooks.c:98: u
ndefined reference to `_ap_hook_type_checker'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_hooks.c:99: u
ndefined reference to `_ap_hook_fixups'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_hooks.c:100:
undefined reference to `_ap_hook_log_transaction'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_hooks.c:101:
undefined reference to `_ap_hook_post_read_request'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_hooks.c:102:
undefined reference to `_ap_hook_translate_name'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_hooks.c:103:
undefined reference to `_ap_hook_map_to_storage'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_hooks.c:104:
undefined reference to `_ap_hook_open_logs'
/home/driordan/.cpan/build/mod_perl-2.0.1/src/modules/perl/modperl_hooks.c:105:
undefined reference to `_ap_hook_post_config'
collect2: ld returned 1 exit status
perlld: *** system() failed to execute
gcc -shared -o  mod_perl.dll -Wl,--out-implib=libmod_perl.dll.a -Wl,--export-all
-symbols -Wl,--enable-auto-import -Wl,--stack,8388608 \
-s -L/usr/local/lib mod_perl.lo modperl_interp.lo modperl_tipool.lo modperl_log.
lo modperl_config.lo modperl_cmd.lo modperl_options.lo modperl_callback.lo modpe
rl_handler.lo modperl_gtop.lo modperl_util.lo modperl_io.lo modperl_io_apache.lo
 modperl_filter.lo modperl_bucket.lo modperl_mgv.lo modperl_pcw.lo modperl_globa
l.lo modperl_env.lo modperl_cgi.lo modperl_perl.lo modperl_perl_global.lo modper
l_perl_pp.lo modperl_sys.lo modperl_module.lo modperl_svptr_table.lo modperl_con
st.lo modperl_constants.lo modperl_apache_compat.lo modperl_error.lo modperl_deb
ug.lo modperl_common_util.lo modperl_common_log.lo modperl_hooks.lo modperl_dire
ctives.lo modperl_flags.lo modperl_xsinit.lo modperl_exports.lo -s -s -L/usr/loc
al/lib /usr/lib/perl5/5.8/cygwin/auto/DynaLoader/DynaLoader.a /usr/lib/perl5/5.8
/cygwin/auto/Win32CORE/Win32CORE.a -L/usr/lib/perl5/5.8/cygwin/CORE -lperl -lcry
pt -lgdbm_compat -L/usr/local/httpd-2.0.54/lib -laprutil-0 -lgdbm -lexpat -licon
v -L/usr/local/httpd-2.0.54/lib -lapr-0 -lcrypt

make[1]: *** [mod_perl.so] Error 1
make: *** [modperl_lib] Error 2

i don't know what to make of these errors or what's going amok in mod_perl.c.

i also tried going ahead with make test, but the t/logs/error_log file
was never created for some reason:

> t/TEST -verbose t/compat/*.t t/modperl/*.t
Can't locate Apache2/Const.pm in @INC (@INC contains: /home/driordan/.cpan/build
/mod_perl-2.0.1/Apache-Test /home/driordan/.cpan/build/mod_perl-2.0.1/blib/lib /
home/driordan/.cpan/build/mod_perl-2.0.1/blib/arch /home/driordan/.cpan/build/mo
d_perl-2.0.1 /home/driordan/.cpan/build/mod_perl-2.0.1/lib /home/driordan/.cpan/
build/mod_perl-2.0.1/Apache-Test/lib /home/driordan/.cpan/build/mod_perl-2.0.1/t
/lib /usr/lib/perl5/5.8/cygwin /usr/lib/perl5/5.8 /usr/lib/perl5/site_perl/5.8/c
ygwin /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/vendor_perl/5.8/cygwin /usr/li
b/perl5/vendor_perl/5.8 .) at /home/driordan/.cpan/build/mod_perl-2.0.1/t/respon
se/TestApache/subprocess.pm line 13.
BEGIN failed--compilation aborted at /home/driordan/.cpan/build/mod_perl-2.0.1/t
/response/TestApache/subprocess.pm line 13.
Compilation failed in require at /home/driordan/.cpan/build/mod_perl-2.0.1/Apach
e-Test/lib/Apache/TestConfigPerl.pm line 592.
Can't locate Apache2/RequestRec.pm in @INC (@INC contains: /home/driordan/.cpan/
build/mod_perl-2.0.1/Apache-Test /home/driordan/.cpan/build/mod_perl-2.0.1/blib/
lib /home/driordan/.cpan/build/mod_perl-2.0.1/blib/arch /home/driordan/.cpan/bui
ld/mod_perl-2.0.1 /home/driordan/.cpan/build/mod_perl-2.0.1/lib /home/driordan/.
cpan/build/mod_perl-2.0.1/Apache-Test/lib /home/driordan/.cpan/build/mod_perl-2.
0.1/t/lib /usr/lib/perl5/5.8/cygwin /usr/lib/perl5/5.8 /usr/lib/perl5/site_perl/
5.8/cygwin /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/vendor_perl/5.8/cygwin /u
sr/lib/perl5/vendor_perl/5.8 .) at /home/driordan/.cpan/build/mod_perl-2.0.1/t/r
esponse/TestDirective/perlmodule.pm line 12.
BEGIN failed--compilation aborted at /home/driordan/.cpan/build/mod_perl-2.0.1/t
/response/TestDirective/perlmodule.pm line 12.
Compilation failed in require at /home/driordan/.cpan/build/mod_perl-2.0.1/Apach
e-Test/lib/Apache/TestConfigPerl.pm line 592.
Can't locate Apache2/RequestRec.pm in @INC (@INC contains: /home/driordan/.cpan/
build/mod_perl-2.0.1/Apache-Test /home/driordan/.cpan/build/mod_perl-2.0.1/blib/
lib /home/driordan/.cpan/build/mod_perl-2.0.1/blib/arch /home/driordan/.cpan/bui
ld/mod_perl-2.0.1 /home/driordan/.cpan/build/mod_perl-2.0.1/lib /home/driordan/.
cpan/build/mod_perl-2.0.1/Apache-Test/lib /home/driordan/.cpan/build/mod_perl-2.
0.1/t/lib /usr/lib/perl5/5.8/cygwin /usr/lib/perl5/5.8 /usr/lib/perl5/site_perl/
5.8/cygwin /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/vendor_perl/5.8/cygwin /u
sr/lib/perl5/vendor_perl/5.8 .) at /home/driordan/.cpan/build/mod_perl-2.0.1/t/r
esponse/TestDirective/perlrequire.pm line 14.
BEGIN failed--compilation aborted at /home/driordan/.cpan/build/mod_perl-2.0.1/t
/response/TestDirective/perlrequire.pm line 14.
Compilation failed in require at /home/driordan/.cpan/build/mod_perl-2.0.1/Apach
e-Test/lib/Apache/TestConfigPerl.pm line 592.
/usr/local/httpd-2.0.54/bin/httpd  -d /home/driordan/.cpan/build/mod_perl-2.0.1/
t -f /home/driordan/.cpan/build/mod_perl-2.0.1/t/conf/httpd.conf -D APACHE2 -D P
ERL_USEITHREADS
using Apache/2.0.54 (prefork MPM)

waiting 120 seconds for server to start: .Syntax error on line 39 of /home/drior
dan/.cpan/build/mod_perl-2.0.1/t/conf/extra.conf:
Invalid command 'PerlInterpStart', perhaps mis-spelled or defined by a module no
t included in the server configuration

here's my perl -V output:
> perl -V
Summary of my perl5 (revision 5 version 8 subversion 6) configuration:
  Platform:
    osname=cygwin, osvers=1.5.12(0.11642), archname=cygwin-thread-multi-64int
    uname='cygwin_nt-4.0 loreley 1.5.12(0.11642) 2004-11-10 08:34 i686 unknown u
nknown cygwin '
    config_args='-de -Dmksymlinks -Duse64bitint -Dusethreads -Doptimize=-O3 -Dma
n3ext=3pm'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define usemultiplicity=de
fine
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=undef uselongdouble=undef
    usemymalloc=y, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -I/usr
/local/include',
    optimize='-O3',
    cppflags='-DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -I/usr/local/inc
lude'
    ccversion='', gccversion='3.4.1 (cygming special)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lsee
ksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='ld2', ldflags =' -s -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib /lib
    libs=-lgdbm -ldb -lcrypt -lgdbm_compat
    perllibs=-lcrypt -lgdbm_compat
    libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' -s'
    cccdlflags=' ', lddlflags=' -s -L/usr/local/lib'


Characteristics of this binary (from libperl):
  Compile-time options: MULTIPLICITY USE_ITHREADS USE_64_BIT_INT USE_LARGE_FILES
 PERL_IMPLICIT_CONTEXT
  Built under cygwin
  Compiled at Jan 27 2005 11:10:54
  %ENV:
    CYGWIN=""
  @INC:
    /usr/lib/perl5/5.8/cygwin
    /usr/lib/perl5/5.8
    /usr/lib/perl5/site_perl/5.8/cygwin
    /usr/lib/perl5/site_perl/5.8
    /usr/lib/perl5/site_perl/5.8
    /usr/lib/perl5/vendor_perl/5.8/cygwin
    /usr/lib/perl5/vendor_perl/5.8
    /usr/lib/perl5/vendor_perl/5.8
    .

best regards,

doug riordan

Reply via email to