RE: Compile problems

2000-03-27 Thread Gerald Richter
> > It produced the same results. ok, it isn't so easy as I hoped... I am going to install Perl 5.6 here and let you know when have any news. > Failed on the read? of the ascii file. No, it fails in cleanup, when it tries to determinate the filename of a the sourcefile of a variable Gerald

Re: Compile problems

2000-03-27 Thread Aaron Johnson
It produced the same results. Failed on the read? of the ascii file. (gdb) bt #0 0x805e165 in Perl_gv_fetchfile () #1 0x400f2048 in XS_HTML__Embperl_GVFile (cv=0x81eb360) at Embperl.xs:76 #2 0x8097ad3 in Perl_pp_entersub () #3 0x8092be6 in Perl_runops_standard () #4 0x805b105 in S_run_body

RE: Compile problems

2000-03-27 Thread Gerald Richter
> Here is the output from the debug version. I didn't see a > LDDFLAGS but I saw > LDDLFLAGS, is that where I add the -g? (I added it there and nothing bad > happend :^) > > Hope this helps. > Yes Does it change anything, if you change line 75 in Embperl.xs from if (gv && SvTYPE(gv) ==

Re: Compile problems

2000-03-27 Thread Aaron Johnson
Gerald, Here is the output from the debug version. I didn't see a LDDFLAGS but I saw LDDLFLAGS, is that where I add the -g? (I added it there and nothing bad happend :^) Hope this helps. 0x805e165 in Perl_gv_fetchfile () (gdb) bt #0 0x805e165 in Perl_gv_fetchfile () #1 0x400f2044 in XS_HTML_

RE: Compile problems

2000-03-27 Thread Gerald Richter
Aaron, > > Ok. Is this what you are looking for? > Yes, that is exactly what I need ! >... > I will resend with debug enabled if it is. > That would be great. If you could do this, I think I would be able to fix the bug, even without installing Perl 5.6 here Gerald

Re: Compile problems

2000-03-27 Thread Aaron Johnson
Gerald, Ok. Is this what you are looking for? Starting program: /usr/local/bin/perl test.pl loading...ok Testing offline mode... ascii... Program received signal SIGSEGV, Segmentation fault. 0x805e179 in Perl_gv_fetchfile () (gdb) bt #0 0x805e179 in Perl_gv_fetchfile ()

RE: Compile problems

2000-03-27 Thread Gerald Richter
> > If you send me a bit more instruction on how to do that I can. > I have been extermely lucky with Perl and its modules in that > most of time they > compile out of the "box" and I don't program C so you will have > to guide me a > bit. > Do a perldoc Faq.pod and search for "bactrace" (It'

RE: Compile problems

2000-03-27 Thread Gerald Richter
Hi, > > I am trying to get Embperl > (tried 1.2.0 1.2.1 and 1.3b2) > to compile with Perl 5.6 > Apache 1.3.9 and mod_perl 1.22, > but when I do the make test I get to the ascii test and it dies. > Did I compile Perl wrong? I used the defaults. All other modules are > compiling fine. (DBI DBD::

Re: Compile problems

2000-03-27 Thread Randy Kobes
On Mon, 27 Mar 2000, Aaron Johnson wrote: > I am trying to get Embperl > (tried 1.2.0 1.2.1 and 1.3b2) > to compile with Perl 5.6 > Apache 1.3.9 and mod_perl 1.22, > but when I do the make test I get to the ascii test and it dies. > Did I compile Perl wrong? I used the defaults. All other modul