cgi.d - fastcgi - how am i suppose to link in libfcgi.a or libfcgi.lib

Sycam_Inc via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Oct 1 10:01:43 PDT 2014


im truing to use the fastcgi support provided by cgi.d found at 
https://github.com/adamdruppe/arsd/blob/master/cgi.d with the 
-version fastcgi flag on the compiler.
however its creator said it requires the fastcgi C lib
>reviously, it spoke regular CGI, FastCGI (with help
>from a C lib) and HTTP (with help from the netman.d
>and httpd.d files in that github).
and i cant find a copy of it that can link with D, I've tried:

building it from source (complains about missing file 
sys/socket.h)
converting it with objconv (threw a bunch of errors)
using coffimplib (threw a bunch of errors)
using GDC (complains about undefined refrences in libphobos2.a 
socket.o (windows is so much fun))

what should i consider next?


More information about the Digitalmars-d-learn mailing list