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