hello,
is required for pwlib and openh323lib to be compiled without "-fno-exceptions" ?
is there a configure option for pwlib for removing "-fno-exceptions" ?
I have the following scenario: Fedora CORE 2 (updated as of 16 Dec 04) pwlib-v1_8_3 openh323-v1_15_2 gnugk-2.0.9
I have followed this steps:
cd pwlib
./configure
edit Makefile add LDFLAGS += -static
make optnoshared
cd ../openh323
./configure
make optnoshared
cd ../gnugk-2.0.9
HAS_ACCT=1 HAS_RADIUS=1 LARGE_FDSET=16384 NO_MYSQL=1 NO_PGSQL=1 make optnoshared
and received:
RasSrv.cxx:288: error: exception handling disabled, use -fexceptions to enable
I have edited "pwlib/make/ptbuildopts.mak" and removed "-fno-exceptions" from line:
STDCCFLAGS += -DP_USE_PRAGMA -D_REENTRANT -fno-exceptions
after a make clean and recompilation of only gnugk I get a 4888172 bytes binary
after a make clean and recompilation of pwlib, openh323lib and gnugk I get a 8990668 bytes binary
is the size difference resulting in a performance difference ?
is it ok to compile pwlib and openh323lib with -fno-exceptions and only gnugk without ?
thanks, Razvan Radu
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________________
List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549 Homepage: http://www.gnugk.org/