Yeah, I think that is right also... Fred Sanchez posted a note a little while ago... indicating that "Apple should have fixed Perl"
My guess is that if we remove the -undefined suppress instead of adding -flat_namespace there will be a bunch of undefined symbols to be dealt with. At that point, some OSX compatiblity library and headers should be constructed to accomodate them. On the other hand, it may be OK. the other day, I compiled the apache server with a "--with-APACI" flag and it looks like it compiled it with compiler defaults. (twoLevel...) Then... mod perl crashed as soon as I called the libapreq stuff... with some bunch of undefined perl symbols.... my log............... dyld: /usr/local/apache/sbin/httpd Undefined symbols: _ap_day_snames _ap_find_path_info _ap_get_client_block _ap_getword _ap_getword_conf _ap_hard_timeout _ap_ind _ap_kill_timeout _ap_log_rerror _ap_make_array _ap_make_dirstr_parent _ap_make_table _ap_month_snames _ap_null_cleanup _ap_pcalloc _ap_pfclose _ap_pfdopen _ap_popenf _ap_psprintf _ap_pstrcat _ap_pstrdup _ap_pstrndup _ap_push_array _ap_register_cleanup _ap_setup_client_block _ap_should_client_block _ap_table_add _ap_table_do _ap_table_get _ap_table_set _ap_table_unset _ap_unescape_url _hvrv2table _mod_perl_tie_table _perl_request_rec _sv2request_rec all of the _ap ones are supposed to be defined in libapreq.a On Friday, October 26, 2001, at 10:51 AM, Scott Anguish wrote: > > On Thursday, October 25, 2001, at 03:20 AM, Jim Cooper wrote: >> About compiling perl there is very excellent information here as >> well. most of the original posts from time of the Public Beta to >> Release of 10.0. In summary it is the HFS lack of case awareness >> problem so you either have to change the configuration for first >> makefile or move your CPAN build area to UFS. >> > > Yes.. I'm sure those were the big issues.. but now it's the damn > two level namespace. > > disabling it with flat_namespace seems wrong. > > --------------------------------------------------------------------------- reply directly to: Jim Cooper mailto:[EMAIL PROTECTED] iMedia, Ltd. Tokyo http://www.ai-media.co.jp ---------------------------------------------------------------------------
