Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: core dump on OSF1
- X-seq: zsh-workers 11871
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: core dump on OSF1
- Date: Tue, 13 Jun 2000 10:06:53 +0200 (MET DST)
- In-reply-to: Tanaka Akira's message of 11 Jun 2000 16:52:40 +0900
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Tanaka Akira wrote:
> On OSF1, zsh dumps core as follows.
>
> ...
>
> Note that the following debugging configuration prevents core dump.
>
> DLLD=gcc LDFLAGS="-g -rpath ..." ./configure --prefix="$prefix" --enable-zsh-debug
See the file Etc/MACHINES:
On Digital UNIX 4.0, compilation with gcc and with --enable-dynamic
apparently needs configuring with explicit flags when compiling
with debugging enabled:
DLLD=gcc LDFLAGS='-g -rpath <path-to-.so-files>' ./configure ...
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author