Re: Symbols from new jemalloc not found

2024-09-27 Thread Rin Okuyama
Thanks! `cc test.c -ljemalloc` works for me :) rin On 2024/09/26 23:10, Christos Zoulas wrote: On 2024-09-26 3:19 am, Rin Okuyama wrote: Hi, It seems due to our local change: https://mail-index.netbsd.org/source-changes/2019/03/12/msg104255.html http://cvsweb.netbsd.org/bsdweb.cgi/src/exter

Re: Symbols from new jemalloc not found

2024-09-27 Thread Ryo ONODERA
On September 26, 2024 11:10:22 PM GMT+09:00, Christos Zoulas wrote: >On 2024-09-26 3:19 am, Rin Okuyama wrote: >> Hi, >> >> It seems due to our local change: >> >> https://mail-index.netbsd.org/source-changes/2019/03/12/msg104255.html >> >> http://cvsweb.netbsd.org/bsdweb.cgi/src/external/bsd/

Re: Symbols from new jemalloc not found

2024-09-26 Thread Christos Zoulas
On 2024-09-26 3:19 am, Rin Okuyama wrote: Hi, It seems due to our local change: https://mail-index.netbsd.org/source-changes/2019/03/12/msg104255.html http://cvsweb.netbsd.org/bsdweb.cgi/src/external/bsd/jemalloc/include/jemalloc/jemalloc.h.diff?r1=1.5&r2=1.6&f=h lost during merge for 5.3.

Re: Symbols from new jemalloc not found

2024-09-26 Thread Ryo ONODERA
Hi, Taylor R Campbell writes: >> Date: Thu, 26 Sep 2024 12:48:12 +0900 >> From: Ryo ONODERA >> >> On NetBSD/amd64-current of today with new jemalloc, >> linking to jemalloc always returns undefined references. >> This problem causes build failures of pkgsrc/www/firefox >> and misc/libreoffice

Re: Symbols from new jemalloc not found

2024-09-26 Thread Taylor R Campbell
> Date: Thu, 26 Sep 2024 12:48:12 +0900 > From: Ryo ONODERA > > On NetBSD/amd64-current of today with new jemalloc, > linking to jemalloc always returns undefined references. > This problem causes build failures of pkgsrc/www/firefox > and misc/libreoffice at least. > [...] > $ gcc test.c -ljemal

Re: Symbols from new jemalloc not found

2024-09-26 Thread Ryo ONODERA
Hi, Rin Okuyama writes: > Hi, > > It seems due to our local change: > > https://mail-index.netbsd.org/source-changes/2019/03/12/msg104255.html > > http://cvsweb.netbsd.org/bsdweb.cgi/src/external/bsd/jemalloc/include/jemalloc/jemalloc.h.diff?r1=1.5&r2=1.6&f=h > > lost during merge for 5.3. I ha

Re: Symbols from new jemalloc not found

2024-09-26 Thread Rin Okuyama
Hi, It seems due to our local change: https://mail-index.netbsd.org/source-changes/2019/03/12/msg104255.html http://cvsweb.netbsd.org/bsdweb.cgi/src/external/bsd/jemalloc/include/jemalloc/jemalloc.h.diff?r1=1.5&r2=1.6&f=h lost during merge for 5.3. Thanks, rin P.S. Good news is that fallout

Symbols from new jemalloc not found

2024-09-25 Thread Ryo ONODERA
Hi, On NetBSD/amd64-current of today with new jemalloc, linking to jemalloc always returns undefined references. This problem causes build failures of pkgsrc/www/firefox and misc/libreoffice at least. Could anyone take a look at this problem? The following is my simple test case. $ cat test.c i