On Mon, Jun 16, 2003 at 06:35:20AM -0400, Dominic Ryan wrote: > I am getting close, but now failing on Pg. I get a seg fault on compile: > > gcc -c -I/include/postgres:/usr/include/postgresql > -I/usr/lib/perl5/site_perl/5.8.0/cygwin-multi-64int/auto/DBI > -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -DUSEIMPORTLIB -O3 > -DVERSION=\"1.22\" -DXS_VERSION=\"1.22\" > "-I/usr/lib/perl5/5.8.0/cygwin-multi-64int/CORE" Pg.c > gcc -c -I/include/postgres:/usr/include/postgresql > -I/usr/lib/perl5/site_perl/5.8.0/cygwin-multi-64int/auto/DBI > -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -DUSEIMPORTLIB -O3 > -DVERSION=\"1.22\" -DXS_VERSION=\"1.22\" > "-I/usr/lib/perl5/5.8.0/cygwin-multi-64int/CORE" dbdimp.c > dbdimp.c: In function `dbd_bind_ph': > dbdimp.c:1156: internal error: Segmentation fault
I'm sure others have compiled DBI on various 64 bit platforms without compiler problems. > Is this still the right mailing list? A gcc bug reporting mailing list might be better. See the gcc docs. Tim.
