Skip to content

Link against libm for function "isnan" (fixes #509) - #510

Merged
hartwork merged 2 commits into
masterfrom
issue-509-link-against-libm
Sep 20, 2021
Merged

Link against libm for function "isnan" (fixes #509)#510
hartwork merged 2 commits into
masterfrom
issue-509-link-against-libm

Conversation

@hartwork

@hartwork hartwork commented Sep 8, 2021

Copy link
Copy Markdown
Member

Fixes #509

To test with GNU Autotools, locally:

cd "$(mktemp -d)"
git clone --branch issue-509-link-against-libm --depth 1 https://github.com/libexpat/libexpat
cd libexpat/expat/
./buildconf.sh && ./configure && make all check

To test with CMake, locally:

cd "$(mktemp -d)"
git clone --branch issue-509-link-against-libm --depth 1 https://github.com/libexpat/libexpat
cd libexpat/expat/
cmake . && make VERBOSE=1 all test

@hartwork
hartwork force-pushed the issue-509-link-against-libm branch 6 times, most recently from 5b78d8d to 6ae5333 Compare September 10, 2021 15:20
@hartwork
hartwork force-pushed the issue-509-link-against-libm branch from 6ae5333 to 9a234c0 Compare September 20, 2021 15:34
$ git --no-pager grep -lw isnan
lib/xmlparse.c
tests/runtests.c
xmlwf/xmlwf.c
@hartwork
hartwork force-pushed the issue-509-link-against-libm branch from 9a234c0 to 0b7a88b Compare September 20, 2021 16:27
@hartwork
hartwork merged commit 72d7ce9 into master Sep 20, 2021
@hartwork
hartwork deleted the issue-509-link-against-libm branch September 20, 2021 17:21
hartwork added a commit that referenced this pull request Oct 17, 2021
Follow-up to pull requests #503 and #510
@hartwork hartwork added this to the 2.4.2 milestone Dec 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Link error "Undefined symbol: ._isnanf" on AIX

1 participant