X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <485FEED6.5000504@users.sourceforge.net> Date: Mon, 23 Jun 2008 13:43:34 -0500 From: "Yaakov (Cygwin Ports)" User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: pangp References: <20080623173202 DOT 2572 AT blackhawk> <004001c8d50d$0be88ca0$2708a8c0 AT CAM DOT ARTIMI DOT COM> <20080623212037 DOT 2088 AT blackhawk> <006101c8d52d$d22761a0$2708a8c0 AT CAM DOT ARTIMI DOT COM> In-Reply-To: <006101c8d52d$d22761a0$2708a8c0@CAM.ARTIMI.COM> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 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_.*" flag, hence _pango_* internal symbols aren't being exported. This isn't supposed to be used when building a Win32 Pango, as you'll see from the configure.in where this flag is declared; now you know why. My questions are: 1) What is /usr/local/bin/gcc that the OP is using? 2) Has the OP built cairo from sources with the Win32 backend instead of the X11 as in our distro? I can attest that there are no issues building pango with the X11 cairo. | A simple workaround might be to build with --disable-shared | --enable-static instead. NO, don't do that!! Pango must be built dynamic. | Hmmm. There's various pango and pang-devel packages in the distro. Do | you have any/all/none of those installed? Is this a source build from the | distro source tarballs, or are you trying the upstream sources? 1.21.3 is from SVN trunk; the latest upstream version is 1.20.3, also in Ports. It's irrelevant though, as this flag has been used for years. (Why isn't the distro Pango updated? X11R7.) Yaakov -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAkhf7tYACgkQpiWmPGlmQSOg7gCfe9qQ2usTHh7kKiWAv4f8bPQ4 1vMAn3e+KoxG7pw/HvfTXHxayrAD1i1+ =oAgA -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/