From: Ravi Sompalli (soravi@athena.mit.edu)
Date: 05/10/93


From: soravi@athena.mit.edu (Ravi Sompalli)
Subject: [Q] Mixing GCC (libg++) and X11 shared libs ?
Date: 11 May 1993 00:55:25 GMT

Hi Linuxers,

I am working on an X11 graphics program in Linux using C++. With g++, I am
able to compile and link C and C++ code with the static X11 libraries. The
resulting program runs as expected. Trying to run the program after linking
with the shared libs (jump tables) produces a core dump.

        linux: 0.99pl4 (SLS)
        g++ : 2.3.3
        libs : libc.so.4.2 (Jump Table 4.2)
                libX11.so.2.0 (Classic 2.0)
                libg++

Is it possible to use g++ with shared libs ?

thanks,
ravi s
soravi@athena.mit.edu