|
From: Michael L. <in...@pa...> - 2003-06-19 14:18:30
|
> Beats me. Looks like you're not compiling with g++, as I don't
> recognise the name mangling scheme for _GLOBAL__I__ZN12MyApp4_ptrE. Ar=
e
> you using the Intel compiler? Perhaps it's generating bad code.
Here is the compile environment:
Linux 2.4.21 #1 SMP i686 AMD Athlon(tm) MP 2200+ AuthenticAMD GNU/Linux
gcc (GCC) 3.2.2 glibc-2.3.1-r4
AM_CXXFLAGS=09=3D -march=3Dathlon-mp -g -O -Wall -pipe -pthread=09\
=09-fstack-check =09=09=09=09=09=09\
=09-I@top_srcdir@/src/include =09=09=09\
=09-I@top_srcdir@/gui/plot=09=09=09=09\
=09-I/usr/include/postgresql/server=09\
=09-I${QTDIR}/include=09=09=09=09=09\
=09-DQT_THREAD_SUPPORT=09=09=09=09=09\
=09-D_GNU_SOURCE=09=09=09=09=09=09
|