ITP: netpbm

Charles Wilson cwilson@ece.gatech.edu
Sat Apr 27 11:02:00 GMT 2002


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



More information about the Cygwin-apps mailing list