Hi Stefan. Thank you.
Compiling sources from svn I'm getting a lot of warnings ../atomic_types.h:26:2: warning: #warning Compare and Swap is not supported on this architecture OS is CentOS 5.5 i386 # gcc -v Using built-in specs. Target: i386-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux Thread model: posix gcc version 4.1.2 20080704 (Red Hat 4.1.2-48) I thought i386 has CMPXCHG instruction :) WBR, Anton Zagorskiy VoIP Developer, Oyster Telecom Phone.: +7 812 601-0666 Fax: +7 812 601-0593 [email protected] www.oyster-telecom.ru > -----Original Message----- > From: Stefan Sayer [mailto:[email protected]] > Sent: Wednesday, February 02, 2011 1:48 AM > To: Anton Zagorskiy > Cc: [email protected] > Subject: Re: [Sems] tuning sems > > o Anton Zagorskiy on 02/01/2011 01:55 PM: > > Hi. > > > > I want to use SEMS only for one thing - just playing a file on > INVITE. I > > don't need any other functionality as SQL. > > > > Could you please hint me compilation flags to exclude all unused > stuff? > you can pass the modules as 'modules' to make, such as in > make -C apps modules=announcement > make -C core > > make -C apps install modules=announcement > make -C core install > > if you want to a debian package with only that, change debian/rules to > use modules=announcement instead of exclude_modules. > > Stefan > > > > > > > > > > > > > > > WBR, Anton Zagorskiy > > VoIP Developer, Oyster Telecom > > Phone.: +7 812 601-0666 > > Fax: +7 812 601-0593 > > [email protected] > > www.oyster-telecom.ru > > > > > > > > > > _______________________________________________ > > Sems mailing list > > [email protected] > > http://lists.iptel.org/mailman/listinfo/sems > > > > > -- > Stefan Sayer > VoIP Services Consulting and Development > > Warschauer Str. 24 > 10243 Berlin > > tel:+491621366449 > sip:[email protected] > email/xmpp:[email protected] > _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
