Re: cvs commit: apr configure.in

2001-02-09 Thread Greg Stein
On Thu, Feb 08, 2001 at 10:12:28PM -, [EMAIL PROTECTED] wrote: trawick 01/02/08 14:12:28 Modified:.configure.in Log: look in -lm for modf() This gets APR test programs linking on Tru64. It may result in a double -lm on some platforms, as we autodetect the

Re: shtool invokes head but misses and invokes something else?

2001-02-09 Thread B. W. Fitzpatrick
On Thu, 8 Feb 2001, Wilfredo Sanchez wrote: Anybody recognize that usage output? Certainly looks Apache-ish, but I can't find it in APR. It's a Perl script that's part of LWP: pantheon: ~HEAD -1 Unknown option: 1 Usage: HEAD [-options] url... -m method use method for the request

Re: [PATCH] a somewhat different approach to the iconv() issue

2001-02-09 Thread Roy T. Fielding
1) The #ifdef APR_ in xlate.c must be a #if Why is that? We generally use #ifdef FOO if FOO is sometimes defined and sometimes not (e.g., APR_ICONV_INBUF_CONST). We generally use #if FOO if FOO is always defined but sometimes to 1 and sometimes to 0 (e.g., APR_HAS_XLATE). Sorry, I

Re: cvs commit: apr configure.in

2001-02-09 Thread Jeff Trawick
Greg Stein [EMAIL PROTECTED] writes: On Thu, Feb 08, 2001 at 10:12:28PM -, [EMAIL PROTECTED] wrote: trawick 01/02/08 14:12:28 Modified:.configure.in Log: look in -lm for modf() This gets APR test programs linking on Tru64. It may result in a

Re: apr_ function prefixes

2001-02-09 Thread Jeff Trawick
Jeff Trawick [EMAIL PROTECTED] writes: Garrett Rooney [EMAIL PROTECTED] writes: on lines 278 and 283 you replace put with pupt for apr_os_exp_time_put and apr_os_thread_put. i assume that's wrong, since i can't for the life of me figure out what pupt would mean ;-) good for you if

Re: shtool invokes head but misses and invokes something else?

2001-02-09 Thread Wilfredo Sanchez
On Thursday, February 8, 2001, at 04:14 PM, Roy T. Fielding wrote: It is the output from libwww-perl's head script, which should have been installed as lwphead or HEAD to avoid this conflict. Aw, hell. [joliet-jake:~] wsanchez% file /usr/bin/head /usr/bin/head: perl commands text What kinda

Re: cvs commit: apr configure.in

2001-02-09 Thread Greg Stein
On Thu, Feb 08, 2001 at 07:56:14PM -0500, Jeff Trawick wrote: Greg Stein [EMAIL PROTECTED] writes: On Thu, Feb 08, 2001 at 10:12:28PM -, [EMAIL PROTECTED] wrote: trawick 01/02/08 14:12:28 Modified:.configure.in Log: look in -lm for modf()

Re: cvs commit: apr CHANGES apr_common.m4

2001-02-09 Thread Roy T. Fielding
A key characteristic we need is to make sure that our assumption about const-ness compiles at all on the platform, whether or not gcc is being used. It is my understanding that certain platforms besides glibc-2.2+gcc-recent will fail the compile if the const-ness is wrong. IRIX was an

libmm

2001-02-09 Thread Wilfredo Sanchez
OK, make on Darwin finishes without errors. I get these libraries: [joliet-jake:~/Developer/Apache/apr] wsanchez% find . -name \*.dylib -o -name \*.a ./.libs/libapr.a ./.libs/libapr.dylib ./shmem/unix/mm/.libs/libmm.a Do I want to work on getting libmm to build dynamically, or is it

Re: libmm

2001-02-09 Thread rbb
OK, make on Darwin finishes without errors. I get these libraries: [joliet-jake:~/Developer/Apache/apr] wsanchez% find . -name \*.dylib -o -name \*.a ./.libs/libapr.a ./.libs/libapr.dylib ./shmem/unix/mm/.libs/libmm.a Do I want to work on getting libmm to build dynamically, or

Re: libmm

2001-02-09 Thread Greg Stein
On Fri, Feb 09, 2001 at 11:54:22AM -0800, Wilfredo Sanchez wrote: OK, make on Darwin finishes without errors. I get these libraries: [joliet-jake:~/Developer/Apache/apr] wsanchez% find . -name \*.dylib -o -name \*.a ./.libs/libapr.a ./.libs/libapr.dylib ./shmem/unix/mm/.libs/libmm.a