Re: [elinks-users] Compile problem

2012-03-18 Thread Lars Bjørndal
witekfl gglate...@gmail.com writes: Lars Bjørndal lars at lamasti.net writes: (gdb) bt #0 done_heartbeat (hb=0x0) at heartbeat.c:117 I guess, hb is 0 because of out of memory. You can try git pull and make if 0.13.GIT is used. Worked, thank you. Perfect! Regards, Lars

Re: [elinks-users] Compile problem

2012-03-04 Thread Lars Bjørndal
Hello [witekfl] If this bug is reproducible, do: recompile elinks with --disable-backtrace (yes, --disable, because I don't like it) Make sure, ELinks is compiled with debug symbols. make V=1 shows -g among flags in this case After the compilation: ulimit -c unlimited # for core dumps

Re: [elinks-users] Compile problem

2012-01-07 Thread witekfl
If this bug is reproducible, do: recompile elinks with --disable-backtrace (yes, --disable, because I don't like it) Make sure, ELinks is compiled with debug symbols. make V=1 shows -g among flags in this case After the compilation: ulimit -c unlimited # for core dumps cd elinks (click, click,

Re: [elinks-users] Compile problem

2012-01-05 Thread witekfl
The ELinks beeped on the screen terminal, because it tried to set the terminal title. In the current git version this feature is off for the GNU screen. ___ elinks-users mailing list elinks-users@linuxfromscratch.org

Re: [elinks-users] Compile problem

2012-01-05 Thread Lars Bjørndal
[witekfl] The ELinks beeped on the screen terminal, because it tried to set the terminal title. In the current git version this feature is off for the GNU screen. Thank you very much! Do you also have a solution for my problem I mentioned regarding my digital bank account? Thanks and

Re: [elinks-users] Compile problem

2012-01-03 Thread witekfl
Lars Bjørndal lars at lamasti.net writes: Are you sure, you got the latest sources of ELinks? Recent changes were made in November 2011. Thank you for pointing this out. I'm certainly not very familiar with git, and, if I remember correctly, I did 'git checkout' from the elinks

Re: [elinks-users] Compile problem

2011-12-17 Thread Witold Filipczyk
Lars Bjørndal lars at lamasti.net writes: The compile process fails. From configure output: ECMAScript (JavaScript) . SpiderMonkey document scripting Browser scripting ... SpiderMonkey [snip] Are you sure, you got the latest sources of ELinks? Recent changes were

Re: [elinks-users] Compile problem with 0.11.1

2006-02-05 Thread Jonas Fonseca
Christopher Moore [EMAIL PROTECTED] wrote Fri, Feb 03, 2006: On Fri, Feb 03, 2006 at 12:23:09AM +0100, Jonas Fonseca wrote: Christopher Moore [EMAIL PROTECTED] wrote Thu, Feb 02, 2006: Hello, Hi, I'm attempting to build the latest release. The ./configure ran fine but make