Hmm, I just downloaded cvs onto a 'clean' machine (doesn't have any fastcgi
sources anywhere, other than php cvs) and had no problem compiling.  I have
seen simular messages before on another project, due to a lack of the define
FCGI_STATIC (see fcgiapp.h) in the project.  This was added in one of my cvs
commits, to all the build configurations, but I missed Release_TSDbg, is
that what you are compiling with?  I'll be commiting a patch for that in a
few moments.
Shane

----- Original Message -----
From: "Sebastian Bergmann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 11, 2002 12:01 AM
Subject: Re: [PHP-DEV] Can't build sapi/cgi


> Shane Caraveo wrote:
> > I just fixed the problem with that, sorry.
>
>   No problem.
>
>   I just fixed a warning in libfcgi, but I'm still getting the following
>   warnings:
>
> LINK: warning LNK4049: Locally defined symbol "_FCGX_PutStr" imported
> LINK: warning LNK4049: Locally defined symbol "_FCGX_IsCGI" imported
> LINK: warning LNK4049: Locally defined symbol "_FCGX_FFlush" imported
> LINK: warning LNK4049: Locally defined symbol "_FCGX_GetStr" imported
> LINK: warning LNK4049: Locally defined symbol "_FCGX_Finish" imported
> LINK: warning LNK4049: Locally defined symbol "_FCGX_Accept" imported
>
> --
>   Sebastian Bergmann
>   http://sebastian-bergmann.de/                 http://phpOpenTracker.de/
>
>   Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php
>


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to