[bug #60338] compilation error: undefined reference to "rpl_free"

2021-08-17 Thread Bjarni Ingi Gislason
Follow-up Comment #8, bug #60338 (project groff): Are you using an old version of "gnulib". My ChangeLog in groff/gnulib is from 15th August 2021. I update my gnulib repository before I use this bootstrap script: set -efu branch=$(git status | sed -n 's/^On branch // p') echo Is on branch $

[bug #60338] compilation error: undefined reference to "rpl_free"

2021-08-16 Thread G. Branden Robinson
Update of bug #60338 (project groff): Status: Need Info => Works For Me ___ Follow-up Comment #7: I can't reproduce the reported problem with CFLAGS and CXXFLAGS including -Og and -D_FORTIFY_SOURC

[bug #60338] compilation error: undefined reference to "rpl_free"

2021-08-13 Thread Bjarni Ingi Gislason
Follow-up Comment #6, bug #60338 (project groff): I use '-Og'; "-O..." is a shortcut for "any type of optimisation". My suggestion should work without or with any type of optimisation. ___ Reply to this item at:

[bug #60338] compilation error: undefined reference to "rpl_free"

2021-08-13 Thread G. Branden Robinson
Follow-up Comment #5, bug #60338 (project groff): [comment #3 comment #3:] > This is caused by using both options "-O..." and -D_FORTIFY_SOURCE=2. > > Debian uses these options. -O... (read literally) isn't a gcc option. What are you replacing with the ellipsis? Does even -O0 impose this

[bug #60338] compilation error: undefined reference to "rpl_free"

2021-08-09 Thread Bjarni Ingi Gislason
Follow-up Comment #4, bug #60338 (project groff): One must define "GNULIB_NAMESPACE" to make "rpl_fprintf" accessible to the linker, for example by adding -DGNULIB_NAMESPACE=gnulib to CXXFLAGS. More about this is for example in "gnulib.html" chapter 6.5 "A C++ namespace for gnulib" or www.

[bug #60338] compilation error: undefined reference to "rpl_free"

2021-08-02 Thread Bjarni Ingi Gislason
Follow-up Comment #3, bug #60338 (project groff): This is caused by using both options "-O..." and -D_FORTIFY_SOURCE=2. Debian uses these options. ___ Reply to this item at: __

[bug #60338] compilation error: undefined reference to "rpl_free"

2021-04-20 Thread G. Branden Robinson
Update of bug #60338 (project groff): Status:None => Need Info ___ Follow-up Comment #2: Hi Bjarni, I don't get any compilation errors with my Debian buster-based toolchain. Are you say

[bug #60338] compilation error: undefined reference to "rpl_free"

2021-04-04 Thread Bjarni Ingi Gislason
Follow-up Comment #1, bug #60338 (project groff): Subject: compilation error: undefined reference to "rpl_free" The output of "configure" shows: checking whether free is known to preserve errno... no Therefore "rpl_free" is used. This can be fixed be adding lib/free.c to the variable

[bug #60338] compilation error: undefined reference to "rpl_free"

2021-04-04 Thread Bjarni Ingi Gislason
URL: Summary: compilation error: undefined reference to "rpl_free" Project: GNU troff Submitted by: bjarniig Submitted on: Mon 05 Apr 2021 12:06:01 AM UTC Category: Core