On Tue, 8 Mar 2005, Billy Patton wrote:

> [EMAIL PROTECTED] LaffPerl]$ g++ -v
> Reading specs from /apps/gcc/3.4.1/lib/gcc/i686-pc-linux-gnu/3.4.1/specs
> Configured with: /apps/local-source/gcc/gcc-3.4.1/configure
> --prefix=/apps/gcc/3.4.1 --enable-shared --enable-languages=c,c++,f77
> Thread model: posix
> gcc version 3.4.1
           ^^^^^^^^^^^

> 
> 
> [EMAIL PROTECTED] LaffPerl]$ make
> cp Laff.pm blib/lib/Laff.pm
> /apps/perl/5.8.0/bin/perl /apps/perl/5.8.0/lib/5.8.0/ExtUtils/xsubpp  -C++
> -typemap /apps/perl/5.8.0/lib/5.8.0/ExtUtils/typemap -typemap typemap -typemap
> typemap  Laff.xs > Laff.xsc && mv Laff.xsc Laff.c
> g++ -c  -I/data/cdmg/dev/cdmg_toolbox/Laff
> -I/data/cdmg/dev/cdmg_toolbox/libcdmg -D_REENTRANT -D_GNU_SOURCE -DDEBUGGING
> -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -I/usr/include/gdbm -g3 -O2   -DVERSION=\"2.00\" -DXS_VERSION=\"2.00\" -fpic
> "-I/apps/perl/5.8.0/lib/5.8.0/i686-linux-thread-multi/CORE"   Laff.c
> In file included from /usr/include/c++/3.2.3/bits/basic_ios.h:41,
                                       ^^^^^^^^^^^^^

Are you sure you don't have something scrambled with your g++ install?  
The version number of the compiler doesn't match what you're picking up 
for C++ headers.


Reply via email to