Andreas, On Wed, Sep 18, 2002 at 09:38:12PM +0200, Andreas wrote: > I read this in (/usr/doc/Cygwin/)php-4.2.0-1.README: > ../../../CYGIN-PATCHES/mkdll.sh libsapi.la \ > -L ../../../.libs -lphp4 \ > [addional -lfoobar ld flags] \ ^^^^^^^^
The above seems important. > /usr/bin/cyghttpd.dll > > I tried: > ../../../CYGIN-PATCHES/mkdll.sh libsapi.la \ > -L ../../../.libs -lphp4 -lpq \ > /usr/bin/cyghttpd.dll > > output: > gcc -shared -o > cygsapi.dll -Wl,--out-implib=libsapi.dll.a -Wl,--export-all-symbols -Wl,--wh > ole-archive libsapi.al -Wl,--no-whole-archive -L ../../../.libs -lphp4 -lpq > /usr/bin/cyghttpd.dll > Creating library file: libsapi.dll.a > ../../../.libs/libphp4.a(crypt.lo): In function 'zif_crypt': > /usr/src/php-4.2.0-1/ext/standard/crypt.c:161: undefined reference to > 'crypt' The above implies that you need -lcrypt. > ../../../.libs/libphp4.a(xml.lo): In function 'zm_info_xml': > /usr/src/php-4.2.0-1/ext/xml/xml.c:236: undefined reference to > '_imp__php_XML_ExpatVersion' > ... The above implies that you need more -l options. Jason -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/