Re: pango solution

2008-06-24 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 d.henman wrote: | case "$host" in | # *-*-mingw*|*-*-cygwin*) have_win32=true ;; changed from this | *-*-mingw*) have_win32=true ;; <--- to this | esac | | otherwise it will require win32 code to be built, and cairo was not b

Re: pango solution

2008-06-24 Thread d.henman
Yaakov (Cygwin Ports) <[EMAIL PROTECTED]> wrote: > Dave Korn wrote: > | So, they're in the DLL itself, but for some reason not marked as exports > | in the DEF file, and hence no available stubs for them in the import .a > | library. > > It's because of the -export-symbols-regex "^pango_.*" fla