Re: [Evolution-hackers] How to create portable modules

2008-08-10 Thread Shreyas Srinivasan
On Fri, Aug 8, 2008 at 12:37 AM, Gary Ilijevich [EMAIL PROTECTED] wrote: Greetings all, What configure arguments do I use to build evolution so that the following portability warnings don't appear: *** Warning: Linking the shared library liborg-gnome-calendar-weather.la against the loadable

[Evolution-hackers] How to create portable modules

2008-08-07 Thread Gary Ilijevich
Greetings all, What configure arguments do I use to build evolution so that the following portability warnings don't appear: mv -f .deps/calendar-weather.Tpo .deps/calendar-weather.Plo /usr/bin/libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions

Re: [Evolution-hackers] How to create portable modules

2008-08-07 Thread Tor Lillqvist
What configure arguments do I use to build evolution so that the following portability warnings don't appear: *** Warning: Linking the shared library liborg-gnome-calendar-weather.la against the loadable module *** libevolution-calendar.so is not portable! Just ignore the warnings. The way