[EMAIL PROTECTED] writes:

> wrowe       2002/06/23 21:50:41
> 
>   Added:       include  ap_regkey.h
>                os/win32 ap_regkey.c
>   Log:
>     Introduce win32 registry handling through a very apr-ish interface.
>     Deals with apr utf-8 encoding of filesystem values, so we preserve
>     strings in any locality or nationalized flavor of WinNT, and avoid
>     the gunk for Win9x.
>   
>   Revision  Changes    Path
>   1.1                  httpd-2.0/include/ap_regkey.h

Quick question here.  I just updated to HEAD of httpd-2.0, and
attempted to build (under Linux), only to find that exports.c is
making references to these new functions.  

   
server/.libs/libmain.al(exports.lo)(.data+0x14):/home/cmpilato/projects/httpd-2.0/server/exports.c:
 undefined reference to `ap_regkey_const'
   
server/.libs/libmain.al(exports.lo)(.data+0x18):/home/cmpilato/projects/httpd-2.0/server/exports.c:
 undefined reference to `ap_regkey_open'
   
server/.libs/libmain.al(exports.lo)(.data+0x1c):/home/cmpilato/projects/httpd-2.0/server/exports.c:
 undefined reference to `ap_regkey_close'
   
server/.libs/libmain.al(exports.lo)(.data+0x20):/home/cmpilato/projects/httpd-2.0/server/exports.c:
 undefined reference to `ap_regkey_remove'
   
server/.libs/libmain.al(exports.lo)(.data+0x24):/home/cmpilato/projects/httpd-2.0/server/exports.c:
 undefined reference to `ap_regkey_value_get'
   collect2: ld returned 1 exit status

Are they only implemented for Win32, and if so, what magic must I work
to keep make_exports.awk from noticing ap_regkey.h (which is what I
*think* is going on ... not claiming to fully understand the Apache
build process here)?

Reply via email to