Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps AT cygwin DOT com Delivered-To: mailing list cygwin-apps AT cygwin DOT com Message-ID: <3CCAE523.4000901@ece.gatech.edu> Date: Sat, 27 Apr 2002 13:51:31 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: Charles Wilson CC: Jan Nieuwenhuizen , cygwin-apps AT cygwin DOT com Subject: Re: ITP: netpbm References: <87r8l2pf8w DOT fsf AT peder DOT flower> <3CC998A6 DOT 3030104 AT ece DOT gatech DOT edu> <3CC9EA07 DOT 1080404 AT ece DOT gatech DOT edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Charles Wilson wrote: > LDSHLIB = -shared -Wl,--enable-auto-image-base (line 460) > - you'll wnat to change that to -shared -Wl,--export-all > since (1) auto-image-base is no longer recommended, and > (2) export-all so you can take advantage of binutils' auto-export > fucntionality Actually, you'll just want to change it to '-dhared'. We don't wan't --export-all, because then cygpbm.dll would export stuff from cygpbm.dll. The netpbm build scripts already work around this by using dlltool to autogenerate a .def file for JUST the stuff that cygpXm should export... -Chuck