Some random notes on compilation:
- To compile the latest CVS I had to install libpython-devel and
libxslt-devel (on Mandrake 9.2)
- The stripped executable size went from approx 3Mb to 4Mb (!)
- The warnings I saw:
*** Warning: Linking the shared library
extension/plugin/libgimpgrad.la against the
*** static library
/usr/lib/perl5/5.8.1/i386-linux-thread-multi/auto/DynaLoader/DynaLoader.a
is not portable!
*** Warning: Linking the shared library
extension/plugin/libgimpgrad.la against the
*** static library /usr/lib/python2.3/config/libpython2.3.a is not portable!
and
/usr/lib/python2.3/config/libpython2.3.a(posixmodule.o)(.text+0x43de):
In function `posix_tmpnam':
Modules/posixmodule.c:5783: the use of `tmpnam_r' is dangerous, better
use `mkstemp'
/usr/lib/python2.3/config/libpython2.3.a(posixmodule.o)(.text+0x4306):
In function `posix_tempnam':
Modules/posixmodule.c:5738: the use of `tempnam' is dangerous, better
use `mkstemp'
Show replies by date