There are a few (two?) places when exceptions are used by GnuGk, so it is a good idea to enable exceptions. But exceptions are used only when there is an exceptional situation, so maybe the executable with exceptions disabled will work too. I don't know what hapeens, if you compile PWLib/OpenH323 without exceptions and enable exeptions only in GnuGk - probably this is the best way to deal with this.
----- Original Message ----- From: <gnugk@xxxxxxxxxxxxxxxx>
Sent: Thursday, December 23, 2004 12:53 PM
can you please tell me if pwlib and openh323lib should be compiled with or without -fno-exceptions.
I have send a fully detailed message regarding this aspect witch got no reply.
thanks again, Razvan Radu
Zygmuntowicz Michal wrote:I'll apply patches to make this working with gcc 3.4, thanks for the report.
----- Original Message ----- From: <gnugk@xxxxxxxxxxxxxxxx> Sent: Tuesday, December 21, 2004 6:28 PM
I am trying to compile gnugk 2.0.9 on Fedora CORE 3 with pwlib-v1_8_3 and openh323-v1_15_2.
the problem is:
g++ -DLARGE_FDSET=16384 -DHAS_ACCT=1 -DHAS_RADIUS=1 -DHAS_WAITARQ=1 -DP_USE_PRAGMA -D_REENTRANT -Wall -I/home/_CORE_/compile/pwlib-v1_8_3/include -DPTRACING -I/home/_CORE_/compile/openh323-v1_15_2/include -DHAS_OSS -DMAJOR_VERSION=1 -DMINOR_VERSION=15 -DBUILD_NUMBER=2 -Os -felide-constructors -x c++ -c prfxauth.cxx -o obj_linux_x86_r/prfxauth.o
prfxauth.cxx: In member function `virtual int PrefixAuth::Check(H225_LocationRequest&, RasTransaction&, unsigned int&)':
prfxauth.cxx:145: error: `LRQAuthObj::LRQAuthObj(const LRQAuthObj&)' is private
prfxauth.cxx:487: error: within this context
prfxauth.cxx: In member function `virtual int PrefixAuth::Check(H225_AdmissionRequest&, RasTransaction&, ARQAuthData&)':
prfxauth.cxx:123: error: `ARQAuthObj::ARQAuthObj(const ARQAuthObj&)' is private
prfxauth.cxx:504: error: within this context
I have working the same configuration on a Fedora CORE 2. From what I can figure out the compiler difference is: FC2: g++ (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7) FC3: g++ (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
Can you point me in the right direction. 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/