Skip to content
This repository was archived by the owner on Mar 27, 2022. It is now read-only.

Fix test script on linux. - #1

Open
kodaline wants to merge 1 commit into
HEAPLab:masterfrom
kodaline:master
Open

Fix test script on linux.#1
kodaline wants to merge 1 commit into
HEAPLab:masterfrom
kodaline:master

Conversation

@kodaline

Copy link
Copy Markdown

mktemp for BSD (including OSX) requires a template,
but it allows any number of Xs in the template.
(GNU) mktemp for Linux does not require a template,
however, if a template is specified,
then the number of Xs must be 6.
https://unix.stackexchange.com/questions/30091/fix-or-alternative-for-mktemp-in-os-x

lm flag for linking added.

mktemp for BSD (including OSX) requires a template,
but it allows any number of Xs in the template.
(GNU) mktemp for Linux does not require a template,
however, if a template is specified,
then the number of Xs must be 6.
https://unix.stackexchange.com/questions/30091/fix-or-alternative-for-mktemp-in-os-x

lm flag for linking added.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant