hi, i had exactly the same problem when trying to compile a static version of gnugk (but no such problem when compiling a shared or "semi-shared" version). as michal stated, it works when removing openssl; do you try to compile a full static version ? when you disable openssl, did you make sure to do a make clean (or try on fresh sources) ? for info, here are a bit of doc for a full static build, and it works for me ; i assume that you build things under $HOME/gnugk pwlib version : Pandora Release (1.7.5.2) openh323 version : Pandora Release (1.14.4.2) compile pwlib: ./configure --disable-openldap --disable-ipv6 --disable-sdl --disable-video --disable-alsa --disable-sasl --disable-ssl then, add LDFLAGS += -static to the makefile make optnoshared compile openh323: export PW_LIBDIR=~/gnugk/pwlib/ ./configure --disable-audio --disable-video --disable-embeddedgsm --disable-rfc2190avcodec --disable-h263avcodec make optnoshared compile gnugk: export OPENH323DIR=~/gnugk/openh323/ ./configure --disable-radius --disable-mysql --disable-pgsql in the makefile, add -static to LDFLAGS make optnoshared On Thu, 10 Feb 2005 03:15:39 -0800 (PST), Manda Costin <siderite@xxxxx> wrote: > Pe 10 Feb 2005, la 11:45, Zygmuntowicz Michal <m.zygmuntowicz@xxxxxxx> a scris: > > > > >I guess it has something to do with PWLib and OpenSSL. > >Try to disable OpenSSL in PWLib via the configure script. > > Just tried it. apparently it has nothing to do with SSL or Kerberos. :( > the first error comes from singleton.o SingletonBase::SingletonBase(char const*) > undefined reference to std:_List_node_base::hook(std::_List_node_base*) > > > ---- > > Home, no matter how far... > http://www.home.ro > > ------------------------------------------------------- > 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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________________ > > List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx > Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549 > Homepage: http://www.gnugk.org/ > ------------------------------------------------------- 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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________________ List: Openh323gk-users@xxxxxxxxxxxxxxxxxxxxx Archive: http://sourceforge.net/mailarchive/forum.php?forum_id=8549 Homepage: http://www.gnugk.org/