Re: OK to stop using .def files for Windows builds with gcc?
- From: James Henstridge <james daa com au>
- To: Tor Lillqvist <tml iki fi>
- Cc: gtk-devel-list gnome org, gimp-developer lists xcf berkeley edu
- Subject: Re: OK to stop using .def files for Windows builds with gcc?
- Date: Mon, 13 Oct 2003 15:49:54 +0800
On 13/10/2003 5:31 AM, Tor Lillqvist wrote:
- Internal functions used by several compilation units in the library
(which thus can't be static) won't be visible anyway.
Does the libtool option -export-symbols-regex work on Windows? GTK
passes this option on platforms other than Windows to limit which
symbols are exported (it's effectiveness varies from platform to platform).
If so, you could alter configure.in to always pass
-export-symbols-regex, which would also have the benefit that the list
of exported symbols would be the same on Windows and Linux (which also
means that if there was breakage on Windows related to exported symbols
there would likely be breakage on Linux too, which would be give a
greater incentive to fix things).
James.
--
Email: james daa com au
WWW: http://www.daa.com.au/~james/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]