This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ITP: netpbm


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]